-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDeveMazeGeneratorCore.sln
49 lines (49 loc) · 3.2 KB
/
DeveMazeGeneratorCore.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.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeveMazeGeneratorCore.ConsoleApp", "DeveMazeGeneratorCore.ConsoleApp\DeveMazeGeneratorCore.ConsoleApp.csproj", "{0DC50FAF-2CF0-4630-B97E-150234794188}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeveMazeGeneratorCore", "DeveMazeGeneratorCore\DeveMazeGeneratorCore.csproj", "{EB564EBD-4C2D-4D61-BCDE-5576EFA85210}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeveMazeGeneratorCore.Tests", "DeveMazeGeneratorCore.Tests\DeveMazeGeneratorCore.Tests.csproj", "{5E23F786-A289-44A1-A9BA-1F84E0A5C281}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeveMazeGeneratorCore.Web", "DeveMazeGeneratorCore.Web\DeveMazeGeneratorCore.Web.csproj", "{1112FB5A-BB2E-4898-813C-7F4718E8CD7B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeveMazeGeneratorCore.Benchmark", "DeveMazeGeneratorCore.Benchmark\DeveMazeGeneratorCore.Benchmark.csproj", "{B0A60E45-7B41-46BC-BE62-88AE62E4A1CD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0DC50FAF-2CF0-4630-B97E-150234794188}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DC50FAF-2CF0-4630-B97E-150234794188}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DC50FAF-2CF0-4630-B97E-150234794188}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DC50FAF-2CF0-4630-B97E-150234794188}.Release|Any CPU.Build.0 = Release|Any CPU
{EB564EBD-4C2D-4D61-BCDE-5576EFA85210}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB564EBD-4C2D-4D61-BCDE-5576EFA85210}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB564EBD-4C2D-4D61-BCDE-5576EFA85210}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB564EBD-4C2D-4D61-BCDE-5576EFA85210}.Release|Any CPU.Build.0 = Release|Any CPU
{5E23F786-A289-44A1-A9BA-1F84E0A5C281}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E23F786-A289-44A1-A9BA-1F84E0A5C281}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E23F786-A289-44A1-A9BA-1F84E0A5C281}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E23F786-A289-44A1-A9BA-1F84E0A5C281}.Release|Any CPU.Build.0 = Release|Any CPU
{1112FB5A-BB2E-4898-813C-7F4718E8CD7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1112FB5A-BB2E-4898-813C-7F4718E8CD7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1112FB5A-BB2E-4898-813C-7F4718E8CD7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1112FB5A-BB2E-4898-813C-7F4718E8CD7B}.Release|Any CPU.Build.0 = Release|Any CPU
{B0A60E45-7B41-46BC-BE62-88AE62E4A1CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0A60E45-7B41-46BC-BE62-88AE62E4A1CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0A60E45-7B41-46BC-BE62-88AE62E4A1CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0A60E45-7B41-46BC-BE62-88AE62E4A1CD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {93CB3796-A1AF-425F-A7FD-D10B94636CC1}
EndGlobalSection
EndGlobal