-
Notifications
You must be signed in to change notification settings - Fork 5
/
Aptacode.Geometry.sln
43 lines (43 loc) · 2.45 KB
/
Aptacode.Geometry.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 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Geometry", "Geometry\Geometry.csproj", "{58F7181D-CAAB-4FA7-A142-459992E700E2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{40711C6F-9A32-486C-8D58-C9BF09B2575C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmarks", "Benchmarks\Benchmarks.csproj", "{76A3A35B-5558-4E03-A9D5-05379369834B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo", "Demo\Demo.csproj", "{3BE6653B-FC7E-4F0F-9384-4103E72020EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{58F7181D-CAAB-4FA7-A142-459992E700E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58F7181D-CAAB-4FA7-A142-459992E700E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58F7181D-CAAB-4FA7-A142-459992E700E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58F7181D-CAAB-4FA7-A142-459992E700E2}.Release|Any CPU.Build.0 = Release|Any CPU
{40711C6F-9A32-486C-8D58-C9BF09B2575C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40711C6F-9A32-486C-8D58-C9BF09B2575C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40711C6F-9A32-486C-8D58-C9BF09B2575C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40711C6F-9A32-486C-8D58-C9BF09B2575C}.Release|Any CPU.Build.0 = Release|Any CPU
{76A3A35B-5558-4E03-A9D5-05379369834B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76A3A35B-5558-4E03-A9D5-05379369834B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76A3A35B-5558-4E03-A9D5-05379369834B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76A3A35B-5558-4E03-A9D5-05379369834B}.Release|Any CPU.Build.0 = Release|Any CPU
{3BE6653B-FC7E-4F0F-9384-4103E72020EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BE6653B-FC7E-4F0F-9384-4103E72020EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BE6653B-FC7E-4F0F-9384-4103E72020EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BE6653B-FC7E-4F0F-9384-4103E72020EC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {54627E93-4B2B-44E1-9997-31DDDB558358}
EndGlobalSection
EndGlobal