-
Notifications
You must be signed in to change notification settings - Fork 10
/
DeveMazeGeneratorMonoDevelop.sln
29 lines (29 loc) · 1.55 KB
/
DeveMazeGeneratorMonoDevelop.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeveMazeGenerator", "DeveMazeGenerator\DeveMazeGenerator.csproj", "{85559C8E-CEF5-4DA8-B313-8B37455A5DC2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeveMazeGeneratorConsole", "DeveMazeGeneratorConsole\DeveMazeGeneratorConsole.csproj", "{BE836CC6-B509-40E0-A92A-CDE25BC79DE8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{85559C8E-CEF5-4DA8-B313-8B37455A5DC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85559C8E-CEF5-4DA8-B313-8B37455A5DC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85559C8E-CEF5-4DA8-B313-8B37455A5DC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85559C8E-CEF5-4DA8-B313-8B37455A5DC2}.Release|Any CPU.Build.0 = Release|Any CPU
{BE836CC6-B509-40E0-A92A-CDE25BC79DE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE836CC6-B509-40E0-A92A-CDE25BC79DE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE836CC6-B509-40E0-A92A-CDE25BC79DE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE836CC6-B509-40E0-A92A-CDE25BC79DE8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = DeveMazeGeneratorConsole\DeveMazeGeneratorConsole.csproj
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal