-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlangs.sln
More file actions
32 lines (31 loc) · 1.56 KB
/
Copy pathlangs.sln
File metadata and controls
32 lines (31 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SoundexTest", "soundex\dotnet\SoundexTest.csproj", "{1CD01932-343E-4750-A312-0C4E37927D46}"
EndProject
Project("{AA19103F-16F7-4668-BE54-9A1E7A4F7556}") = "county", "linecount\dotnet\county.csproj", "{ACD01932-343E-4750-A312-0C4E37927D46}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1CD01932-343E-4750-A312-0C4E37927D46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CD01932-343E-4750-A312-0C4E37927D46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CD01932-343E-4750-A312-0C4E37927D46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CD01932-343E-4750-A312-0C4E37927D46}.Release|Any CPU.Build.0 = Release|Any CPU
{ACD01932-343E-4750-A312-0C4E37927D46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ACD01932-343E-4750-A312-0C4E37927D46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ACD01932-343E-4750-A312-0C4E37927D46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ACD01932-343E-4750-A312-0C4E37927D46}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AD8CC6BC-6FBD-4788-93F4-A6B85ED67C06}
EndGlobalSection
EndGlobal