-
Notifications
You must be signed in to change notification settings - Fork 26
/
S2Geometry.sln
50 lines (50 loc) · 2.87 KB
/
S2Geometry.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
44
45
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "S2Geometry", "S2Geometry\S2Geometry.csproj", "{5E82F402-F876-4A29-B59E-1BA21591A44A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "S2Geometry.Tests", "S2Geometry.Tests\S2Geometry.Tests.csproj", "{FB7E934F-DEA5-4A8A-A3FD-10B32D449A30}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{43196EF9-B75F-4ABB-8967-DAFD621A7D05}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
S2Geometry.nuspec = S2Geometry.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5E82F402-F876-4A29-B59E-1BA21591A44A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E82F402-F876-4A29-B59E-1BA21591A44A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E82F402-F876-4A29-B59E-1BA21591A44A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{5E82F402-F876-4A29-B59E-1BA21591A44A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{5E82F402-F876-4A29-B59E-1BA21591A44A}.Debug|Win32.ActiveCfg = Debug|Any CPU
{5E82F402-F876-4A29-B59E-1BA21591A44A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E82F402-F876-4A29-B59E-1BA21591A44A}.Release|Any CPU.Build.0 = Release|Any CPU
{5E82F402-F876-4A29-B59E-1BA21591A44A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{5E82F402-F876-4A29-B59E-1BA21591A44A}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{5E82F402-F876-4A29-B59E-1BA21591A44A}.Release|Win32.ActiveCfg = Release|Any CPU
{FB7E934F-DEA5-4A8A-A3FD-10B32D449A30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB7E934F-DEA5-4A8A-A3FD-10B32D449A30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB7E934F-DEA5-4A8A-A3FD-10B32D449A30}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{FB7E934F-DEA5-4A8A-A3FD-10B32D449A30}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{FB7E934F-DEA5-4A8A-A3FD-10B32D449A30}.Debug|Win32.ActiveCfg = Debug|Any CPU
{FB7E934F-DEA5-4A8A-A3FD-10B32D449A30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB7E934F-DEA5-4A8A-A3FD-10B32D449A30}.Release|Any CPU.Build.0 = Release|Any CPU
{FB7E934F-DEA5-4A8A-A3FD-10B32D449A30}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{FB7E934F-DEA5-4A8A-A3FD-10B32D449A30}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{FB7E934F-DEA5-4A8A-A3FD-10B32D449A30}.Release|Win32.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal