-
Notifications
You must be signed in to change notification settings - Fork 0
/
GeometryLib.sln
42 lines (42 loc) · 2.31 KB
/
GeometryLib.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 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GeometryLib", "GeometryLib\GeometryLib.csproj", "{C60B5A2B-9191-46E6-B16E-DBD639E70F2F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GeometryLib.Tests", "GeometryLib.Tests\GeometryLib.Tests.csproj", "{591E8E8C-FB53-43A0-9D92-4ACCBA348E0B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GeometryLib.SourceGenerator", "GeometryLib.CodeGenerator\GeometryLib.SourceGenerator.csproj", "{880B9C4E-9803-4FA1-9CC2-AB534B01B465}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E91F5E69-B49C-46B3-9964-44BD2EFC06D0}"
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
{C60B5A2B-9191-46E6-B16E-DBD639E70F2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C60B5A2B-9191-46E6-B16E-DBD639E70F2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C60B5A2B-9191-46E6-B16E-DBD639E70F2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C60B5A2B-9191-46E6-B16E-DBD639E70F2F}.Release|Any CPU.Build.0 = Release|Any CPU
{591E8E8C-FB53-43A0-9D92-4ACCBA348E0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{591E8E8C-FB53-43A0-9D92-4ACCBA348E0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{591E8E8C-FB53-43A0-9D92-4ACCBA348E0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{591E8E8C-FB53-43A0-9D92-4ACCBA348E0B}.Release|Any CPU.Build.0 = Release|Any CPU
{880B9C4E-9803-4FA1-9CC2-AB534B01B465}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{880B9C4E-9803-4FA1-9CC2-AB534B01B465}.Debug|Any CPU.Build.0 = Debug|Any CPU
{880B9C4E-9803-4FA1-9CC2-AB534B01B465}.Release|Any CPU.ActiveCfg = Release|Any CPU
{880B9C4E-9803-4FA1-9CC2-AB534B01B465}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E6E745A2-F98C-4787-AFB4-C25ED995A742}
EndGlobalSection
EndGlobal