-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRWM2021-C00224660.sln
26 lines (26 loc) · 1.32 KB
/
RWM2021-C00224660.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GameAssembly", "GameAssembly.csproj", "{AF7E232A-AC5C-B63A-A8B3-0EDFF19D1828}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests.csproj", "{FBEEB6F8-84B7-ACB8-3049-F424D8F26D63}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AF7E232A-AC5C-B63A-A8B3-0EDFF19D1828}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF7E232A-AC5C-B63A-A8B3-0EDFF19D1828}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF7E232A-AC5C-B63A-A8B3-0EDFF19D1828}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF7E232A-AC5C-B63A-A8B3-0EDFF19D1828}.Release|Any CPU.Build.0 = Release|Any CPU
{FBEEB6F8-84B7-ACB8-3049-F424D8F26D63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBEEB6F8-84B7-ACB8-3049-F424D8F26D63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBEEB6F8-84B7-ACB8-3049-F424D8F26D63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBEEB6F8-84B7-ACB8-3049-F424D8F26D63}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal