Array
(
    [dirname] => .
    [basename] => InvoiceTotal.sln
    [extension] => sln
    [filename] => InvoiceTotal
)
1. file=./InvoiceTotal.sln<br>
2. file=.//InvoiceTotal.sln<br>
3. file=InvoiceTotal.sln<br>
<?php // Save this file as: ./InvoiceTotal.sln ?>
﻿
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InvoiceTotal", "InvoiceTotal\InvoiceTotal.csproj", "{5805F820-F041-464A-92A1-0A454471684A}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{5805F820-F041-464A-92A1-0A454471684A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{5805F820-F041-464A-92A1-0A454471684A}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{5805F820-F041-464A-92A1-0A454471684A}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{5805F820-F041-464A-92A1-0A454471684A}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
		SolutionGuid = {74D5E35C-B8B2-4B4A-827C-6D62E28EBA9D}
	EndGlobalSection
EndGlobal
 