forked from dadream/geosot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGeoSOT.sln
42 lines (42 loc) · 2.24 KB
/
GeoSOT.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.352
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GeoSOT", "GeoSOT\GeoSOT.csproj", "{4ECD1E8A-F7B8-4752-8C17-618D954287B9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GeoSOT.xUnitTests", "GeoSOT.xUnitTests\GeoSOT.xUnitTests.csproj", "{B8F59E47-E559-4BAA-BD37-C28E90D3AED4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApp1", "ConsoleApp1\ConsoleApp1.csproj", "{9FEC4F2E-9410-4A31-BC6D-3A291283DFFB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solution", "solution", "{3072E017-7728-4BE2-B7D4-2EAA0208F65E}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4ECD1E8A-F7B8-4752-8C17-618D954287B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4ECD1E8A-F7B8-4752-8C17-618D954287B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4ECD1E8A-F7B8-4752-8C17-618D954287B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4ECD1E8A-F7B8-4752-8C17-618D954287B9}.Release|Any CPU.Build.0 = Release|Any CPU
{B8F59E47-E559-4BAA-BD37-C28E90D3AED4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8F59E47-E559-4BAA-BD37-C28E90D3AED4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8F59E47-E559-4BAA-BD37-C28E90D3AED4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8F59E47-E559-4BAA-BD37-C28E90D3AED4}.Release|Any CPU.Build.0 = Release|Any CPU
{9FEC4F2E-9410-4A31-BC6D-3A291283DFFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FEC4F2E-9410-4A31-BC6D-3A291283DFFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FEC4F2E-9410-4A31-BC6D-3A291283DFFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FEC4F2E-9410-4A31-BC6D-3A291283DFFB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {35A5D919-768E-4320-A378-F77742FE43A3}
EndGlobalSection
EndGlobal