-
Notifications
You must be signed in to change notification settings - Fork 14
/
OpenMario.sln
39 lines (39 loc) · 2.16 KB
/
OpenMario.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenMario", "OpenMario\OpenMario.csproj", "{BCFDA1E5-3781-47B9-BCE5-39A9031DB918}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenMario.Core", "OpenMario.Core\OpenMario.Core.csproj", "{CD3461FD-C3C3-48CF-96D5-F50B1F5BFAB5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{BE213F50-F74F-4E6A-95D3-EF6C79ADD989}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenMario.Environments", "OpenMario.Environments\OpenMario.Environments.csproj", "{3296488F-7AA8-4A04-B452-3336089A8D7D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BCFDA1E5-3781-47B9-BCE5-39A9031DB918}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCFDA1E5-3781-47B9-BCE5-39A9031DB918}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCFDA1E5-3781-47B9-BCE5-39A9031DB918}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCFDA1E5-3781-47B9-BCE5-39A9031DB918}.Release|Any CPU.Build.0 = Release|Any CPU
{CD3461FD-C3C3-48CF-96D5-F50B1F5BFAB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD3461FD-C3C3-48CF-96D5-F50B1F5BFAB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD3461FD-C3C3-48CF-96D5-F50B1F5BFAB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD3461FD-C3C3-48CF-96D5-F50B1F5BFAB5}.Release|Any CPU.Build.0 = Release|Any CPU
{3296488F-7AA8-4A04-B452-3336089A8D7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3296488F-7AA8-4A04-B452-3336089A8D7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3296488F-7AA8-4A04-B452-3336089A8D7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3296488F-7AA8-4A04-B452-3336089A8D7D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal