This repository has been archived by the owner on Dec 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRocket.Rust.sln
32 lines (32 loc) · 1.66 KB
/
Rocket.Rust.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rocket.Rust", "Rocket.Rust\Rocket.Rust.csproj", "{0E0EC923-8B14-476E-A43C-2F80D2770042}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rocket.Rust.Launcher", "Rocket.Rust.Launcher\Rocket.Rust.Launcher.csproj", "{874365A1-FAF5-4B69-82DE-5A8D503AE077}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0E0EC923-8B14-476E-A43C-2F80D2770042}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E0EC923-8B14-476E-A43C-2F80D2770042}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E0EC923-8B14-476E-A43C-2F80D2770042}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E0EC923-8B14-476E-A43C-2F80D2770042}.Release|Any CPU.Build.0 = Release|Any CPU
{874365A1-FAF5-4B69-82DE-5A8D503AE077}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{874365A1-FAF5-4B69-82DE-5A8D503AE077}.Debug|Any CPU.Build.0 = Debug|Any CPU
{874365A1-FAF5-4B69-82DE-5A8D503AE077}.Release|Any CPU.ActiveCfg = Release|Any CPU
{874365A1-FAF5-4B69-82DE-5A8D503AE077}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EnterpriseLibraryConfigurationToolBinariesPath = packages\Unity.2.1.505.2\lib\NET35
SolutionGuid = {E1AF2568-FF5B-4495-83C6-148E013A0A0C}
EndGlobalSection
EndGlobal