-
Notifications
You must be signed in to change notification settings - Fork 2
/
DeveMazeGeneratorCoreMonoGame.sln
87 lines (87 loc) · 6.72 KB
/
DeveMazeGeneratorCoreMonoGame.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32505.173
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("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeveMazeGeneratorCore.MonoGame.Core", "DeveMazeGeneratorCore.MonoGame.Core\DeveMazeGeneratorCore.MonoGame.Core.csproj", "{2108F19D-2C15-4E3A-9B28-7A7F3B1019AF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeveMazeGeneratorCore.MonoGame.DesktopGL", "DeveMazeGeneratorCore.MonoGame.DesktopGL\DeveMazeGeneratorCore.MonoGame.DesktopGL.csproj", "{15B7C194-0406-4C9D-9041-1E2ECC413983}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeveMazeGeneratorCore.MonoGame.Content", "DeveMazeGeneratorCore.MonoGame.Content\DeveMazeGeneratorCore.MonoGame.Content.csproj", "{A8AE52B9-AFD0-4674-947B-E992B1E7464D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeveMazeGeneratorCore.MonoGame.Blazor", "DeveMazeGeneratorCore.MonoGame.Blazor\DeveMazeGeneratorCore.MonoGame.Blazor.csproj", "{2226201D-6ECD-4593-B4CD-1950E27826B1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeveMazeGeneratorCore.MonoGame.WindowsDX", "DeveMazeGeneratorCore.MonoGame.WindowsDX\DeveMazeGeneratorCore.MonoGame.WindowsDX.csproj", "{CABCA8E7-DCC3-43CC-8ABD-F9E707F188A8}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "DeveMazeGeneratorCore.MonoGame.Shared", "DeveMazeGeneratorCore.MonoGame.Shared\DeveMazeGeneratorCore.MonoGame.Shared.shproj", "{EB1B33BF-3F31-40B3-8643-83F4285CABD2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeveMazeGeneratorCore.MonoGame.Android", "DeveMazeGeneratorCore.MonoGame.Android\DeveMazeGeneratorCore.MonoGame.Android.csproj", "{DE5ACA0D-D621-4707-942F-AE67EE7B1CA1}"
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
{2108F19D-2C15-4E3A-9B28-7A7F3B1019AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2108F19D-2C15-4E3A-9B28-7A7F3B1019AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2108F19D-2C15-4E3A-9B28-7A7F3B1019AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2108F19D-2C15-4E3A-9B28-7A7F3B1019AF}.Release|Any CPU.Build.0 = Release|Any CPU
{15B7C194-0406-4C9D-9041-1E2ECC413983}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15B7C194-0406-4C9D-9041-1E2ECC413983}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15B7C194-0406-4C9D-9041-1E2ECC413983}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15B7C194-0406-4C9D-9041-1E2ECC413983}.Release|Any CPU.Build.0 = Release|Any CPU
{A8AE52B9-AFD0-4674-947B-E992B1E7464D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8AE52B9-AFD0-4674-947B-E992B1E7464D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8AE52B9-AFD0-4674-947B-E992B1E7464D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8AE52B9-AFD0-4674-947B-E992B1E7464D}.Release|Any CPU.Build.0 = Release|Any CPU
{2226201D-6ECD-4593-B4CD-1950E27826B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2226201D-6ECD-4593-B4CD-1950E27826B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2226201D-6ECD-4593-B4CD-1950E27826B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2226201D-6ECD-4593-B4CD-1950E27826B1}.Release|Any CPU.Build.0 = Release|Any CPU
{CABCA8E7-DCC3-43CC-8ABD-F9E707F188A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CABCA8E7-DCC3-43CC-8ABD-F9E707F188A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CABCA8E7-DCC3-43CC-8ABD-F9E707F188A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CABCA8E7-DCC3-43CC-8ABD-F9E707F188A8}.Release|Any CPU.Build.0 = Release|Any CPU
{DE5ACA0D-D621-4707-942F-AE67EE7B1CA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE5ACA0D-D621-4707-942F-AE67EE7B1CA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE5ACA0D-D621-4707-942F-AE67EE7B1CA1}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{DE5ACA0D-D621-4707-942F-AE67EE7B1CA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE5ACA0D-D621-4707-942F-AE67EE7B1CA1}.Release|Any CPU.Build.0 = Release|Any CPU
{DE5ACA0D-D621-4707-942F-AE67EE7B1CA1}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {93CB3796-A1AF-425F-A7FD-D10B94636CC1}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
DeveMazeGeneratorCore.MonoGame.Shared\DeveMazeGeneratorCore.MonoGame.Shared.projitems*{2226201d-6ecd-4593-b4cd-1950e27826b1}*SharedItemsImports = 5
DeveMazeGeneratorCore.MonoGame.Shared\DeveMazeGeneratorCore.MonoGame.Shared.projitems*{eb1b33bf-3f31-40b3-8643-83f4285cabd2}*SharedItemsImports = 13
EndGlobalSection
EndGlobal