forked from FaronBracy/RogueSharpSadConsoleSamples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RoguelikeSamples.sln
41 lines (41 loc) · 2.18 KB
/
RoguelikeSamples.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample1", "SadConsole-2.5\RogueSharp-4.2\Sample1.csproj", "{6294F96D-6977-4A46-9516-ED5D009AC6D7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample2", "SadConsole-8.99\RogueSharp-4.2\Sample2.csproj", "{A45DC026-6F30-491D-9027-AC5A49CF6277}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "etc", "etc", "{1F066A5E-C13F-4016-A290-5AAB84981F7E}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
.gitattributes = .gitattributes
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample3", "SadConsole-8.99\GoRogue-2.6\Sample3.csproj", "{49BFC229-933C-4205-A482-FCD4C68CC7CA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6294F96D-6977-4A46-9516-ED5D009AC6D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6294F96D-6977-4A46-9516-ED5D009AC6D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6294F96D-6977-4A46-9516-ED5D009AC6D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6294F96D-6977-4A46-9516-ED5D009AC6D7}.Release|Any CPU.Build.0 = Release|Any CPU
{A45DC026-6F30-491D-9027-AC5A49CF6277}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A45DC026-6F30-491D-9027-AC5A49CF6277}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A45DC026-6F30-491D-9027-AC5A49CF6277}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A45DC026-6F30-491D-9027-AC5A49CF6277}.Release|Any CPU.Build.0 = Release|Any CPU
{49BFC229-933C-4205-A482-FCD4C68CC7CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49BFC229-933C-4205-A482-FCD4C68CC7CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49BFC229-933C-4205-A482-FCD4C68CC7CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49BFC229-933C-4205-A482-FCD4C68CC7CA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal