-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRiseOfTheUndeaf.sln
42 lines (42 loc) · 2.6 KB
/
RiseOfTheUndeaf.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.0.0
MinimumVisualStudioVersion = 16.0.0.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RiseOfTheUndeaf.Windows", "RiseOfTheUndeaf.Windows\RiseOfTheUndeaf.Windows.csproj", "{72BE559A-3DF6-458B-9D17-9018B2CB21AC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RiseOfTheUndeaf.Game", "RiseOfTheUndeaf.Game\RiseOfTheUndeaf.Game.csproj", "{A07204EF-9D81-4A69-AB89-D59A59E5571F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RiseOfTheUndeaf.Linux", "RiseOfTheUndeaf.Linux\RiseOfTheUndeaf.Linux.csproj", "{876B83F7-9338-46BD-857D-82324295A97A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RiseOfTheUndeaf.Tests", "RiseOfTheUndeaf.Tests\RiseOfTheUndeaf.Tests.csproj", "{E369CB99-ED3A-4234-A9F9-B9E24232707F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{72BE559A-3DF6-458B-9D17-9018B2CB21AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72BE559A-3DF6-458B-9D17-9018B2CB21AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72BE559A-3DF6-458B-9D17-9018B2CB21AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72BE559A-3DF6-458B-9D17-9018B2CB21AC}.Release|Any CPU.Build.0 = Release|Any CPU
{A07204EF-9D81-4A69-AB89-D59A59E5571F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A07204EF-9D81-4A69-AB89-D59A59E5571F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A07204EF-9D81-4A69-AB89-D59A59E5571F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A07204EF-9D81-4A69-AB89-D59A59E5571F}.Release|Any CPU.Build.0 = Release|Any CPU
{876B83F7-9338-46BD-857D-82324295A97A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{876B83F7-9338-46BD-857D-82324295A97A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{876B83F7-9338-46BD-857D-82324295A97A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{876B83F7-9338-46BD-857D-82324295A97A}.Release|Any CPU.Build.0 = Release|Any CPU
{E369CB99-ED3A-4234-A9F9-B9E24232707F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E369CB99-ED3A-4234-A9F9-B9E24232707F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E369CB99-ED3A-4234-A9F9-B9E24232707F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E369CB99-ED3A-4234-A9F9-B9E24232707F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C27E6AE2-1370-4853-9898-DF45EDB8DE0C}
EndGlobalSection
EndGlobal