-
Notifications
You must be signed in to change notification settings - Fork 0
/
Labyrinthian.sln
49 lines (49 loc) · 3.02 KB
/
Labyrinthian.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Labyrinthian", "Labyrinthian\Labyrinthian.csproj", "{E2354E0B-C880-417F-B690-37E63619BCE8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Labyrinthian.Tests", "Labyrinthian.Tests\Labyrinthian.Tests.csproj", "{D289F79C-059D-43A9-923C-C85EDB623B89}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LabyrinthianExamples", "Examples\LabyrinthianExamples.csproj", "{8132345E-1C55-4ECE-B8EB-B08073A39D87}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Labyrinthian.Svg", "Labyrinthian.Svg\Labyrinthian.Svg.csproj", "{04C758A2-C975-4EF7-A84D-3EBF26C490ED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Benchmarks", "Benchmarks\Benchmarks.csproj", "{664EE186-8B47-407C-9D2B-61B0B13E5559}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E2354E0B-C880-417F-B690-37E63619BCE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2354E0B-C880-417F-B690-37E63619BCE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2354E0B-C880-417F-B690-37E63619BCE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2354E0B-C880-417F-B690-37E63619BCE8}.Release|Any CPU.Build.0 = Release|Any CPU
{D289F79C-059D-43A9-923C-C85EDB623B89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D289F79C-059D-43A9-923C-C85EDB623B89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D289F79C-059D-43A9-923C-C85EDB623B89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D289F79C-059D-43A9-923C-C85EDB623B89}.Release|Any CPU.Build.0 = Release|Any CPU
{8132345E-1C55-4ECE-B8EB-B08073A39D87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8132345E-1C55-4ECE-B8EB-B08073A39D87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8132345E-1C55-4ECE-B8EB-B08073A39D87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8132345E-1C55-4ECE-B8EB-B08073A39D87}.Release|Any CPU.Build.0 = Release|Any CPU
{04C758A2-C975-4EF7-A84D-3EBF26C490ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04C758A2-C975-4EF7-A84D-3EBF26C490ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04C758A2-C975-4EF7-A84D-3EBF26C490ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04C758A2-C975-4EF7-A84D-3EBF26C490ED}.Release|Any CPU.Build.0 = Release|Any CPU
{664EE186-8B47-407C-9D2B-61B0B13E5559}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{664EE186-8B47-407C-9D2B-61B0B13E5559}.Debug|Any CPU.Build.0 = Debug|Any CPU
{664EE186-8B47-407C-9D2B-61B0B13E5559}.Release|Any CPU.ActiveCfg = Release|Any CPU
{664EE186-8B47-407C-9D2B-61B0B13E5559}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AC92E28A-B814-46F6-A150-7A6F1CF940CB}
EndGlobalSection
EndGlobal