forked from sinshu/managed-doom
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Godoom.sln
30 lines (30 loc) · 1.4 KB
/
Godoom.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Godoom", "Godoom.csproj", "{824A74EC-AB63-440A-ABD1-663A6186EC18}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".repo", ".repo", "{5F5DB10D-CE02-47C0-8393-FDCDD848748D}"
ProjectSection(SolutionItems) = preProject
project.godot = project.godot
Main.tscn = Main.tscn
.gitignore = .gitignore
README.MD = README.MD
COPYING = COPYING
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
ExportDebug|Any CPU = ExportDebug|Any CPU
ExportRelease|Any CPU = ExportRelease|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{824A74EC-AB63-440A-ABD1-663A6186EC18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{824A74EC-AB63-440A-ABD1-663A6186EC18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{824A74EC-AB63-440A-ABD1-663A6186EC18}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU
{824A74EC-AB63-440A-ABD1-663A6186EC18}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU
{824A74EC-AB63-440A-ABD1-663A6186EC18}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU
{824A74EC-AB63-440A-ABD1-663A6186EC18}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU
EndGlobalSection
EndGlobal