-
Notifications
You must be signed in to change notification settings - Fork 0
/
NeoSmart.Data.sln
executable file
·43 lines (43 loc) · 2.55 KB
/
NeoSmart.Data.sln
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
33
34
35
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28606.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Geographical", "Geographical\Geographical.csproj", "{FAD46FBE-06FA-4EA6-A833-EC0C99ECCF12}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Playground", "Playground\Playground.csproj", "{8EC38FB6-793B-4F21-A663-5E6B0C868698}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Geographical.StatesAndProvinces", "Geographical.StatesAndProvinces\Geographical.StatesAndProvinces.csproj", "{2E146DB7-1622-4607-8EFD-8A99D054A4A3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{AA56118F-A28C-4029-B1A3-DF8FBFBEC388}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FAD46FBE-06FA-4EA6-A833-EC0C99ECCF12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FAD46FBE-06FA-4EA6-A833-EC0C99ECCF12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FAD46FBE-06FA-4EA6-A833-EC0C99ECCF12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FAD46FBE-06FA-4EA6-A833-EC0C99ECCF12}.Release|Any CPU.Build.0 = Release|Any CPU
{8EC38FB6-793B-4F21-A663-5E6B0C868698}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EC38FB6-793B-4F21-A663-5E6B0C868698}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EC38FB6-793B-4F21-A663-5E6B0C868698}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EC38FB6-793B-4F21-A663-5E6B0C868698}.Release|Any CPU.Build.0 = Release|Any CPU
{2E146DB7-1622-4607-8EFD-8A99D054A4A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E146DB7-1622-4607-8EFD-8A99D054A4A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E146DB7-1622-4607-8EFD-8A99D054A4A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E146DB7-1622-4607-8EFD-8A99D054A4A3}.Release|Any CPU.Build.0 = Release|Any CPU
{AA56118F-A28C-4029-B1A3-DF8FBFBEC388}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA56118F-A28C-4029-B1A3-DF8FBFBEC388}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA56118F-A28C-4029-B1A3-DF8FBFBEC388}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA56118F-A28C-4029-B1A3-DF8FBFBEC388}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EA7A6387-FDA3-4D03-968E-083E5A39EFE3}
EndGlobalSection
EndGlobal