-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPrioritiesManager.sln
48 lines (48 loc) · 2.47 KB
/
PrioritiesManager.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
43
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29920.165
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrioritiesManager", "PrioritiesManager.csproj", "{A5A47905-1FD1-475A-819D-0BFDF4DABE5D}"
EndProject
Project("{911E67C6-3D85-4FCE-B560-20A9C3E3FF48}") = "RimWorldWin64", "..\..\..\..\RimWorldWin64.exe", "{0D050816-994E-4716-BF73-1CFF9EAE2597}"
ProjectSection(DebuggerProjectSystem) = preProject
PortSupplier = 00000000-0000-0000-0000-000000000000
Executable = C:\Program Files (x86)\Steam\steamapps\common\RimWorld\RimWorldWin64.exe
RemoteMachine = DESKTOP-LG9L77H
StartingDirectory = C:\Program Files (x86)\Steam\steamapps\common\RimWorld
Environment = dnspy_unity_dbg2=--debugger-agent=transport=dt_socket,server=y,address=127.0.0.1:56000,suspend=y,no-hide-debugger
LaunchingEngine = 00000000-0000-0000-0000-000000000000
UseLegacyDebugEngines = No
LaunchSQLEngine = No
AttachLaunchAction = No
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A5A47905-1FD1-475A-819D-0BFDF4DABE5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5A47905-1FD1-475A-819D-0BFDF4DABE5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5A47905-1FD1-475A-819D-0BFDF4DABE5D}.Debug|x64.ActiveCfg = Debug|Any CPU
{A5A47905-1FD1-475A-819D-0BFDF4DABE5D}.Debug|x64.Build.0 = Debug|Any CPU
{A5A47905-1FD1-475A-819D-0BFDF4DABE5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5A47905-1FD1-475A-819D-0BFDF4DABE5D}.Release|Any CPU.Build.0 = Release|Any CPU
{A5A47905-1FD1-475A-819D-0BFDF4DABE5D}.Release|x64.ActiveCfg = Release|Any CPU
{A5A47905-1FD1-475A-819D-0BFDF4DABE5D}.Release|x64.Build.0 = Release|Any CPU
{0D050816-994E-4716-BF73-1CFF9EAE2597}.Debug|Any CPU.ActiveCfg = Release|x64
{0D050816-994E-4716-BF73-1CFF9EAE2597}.Debug|x64.ActiveCfg = Release|x64
{0D050816-994E-4716-BF73-1CFF9EAE2597}.Release|Any CPU.ActiveCfg = Release|x64
{0D050816-994E-4716-BF73-1CFF9EAE2597}.Release|x64.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {28F15DFA-C23C-4D63-9C2A-105288094DD7}
EndGlobalSection
EndGlobal