-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFileRaider.sln
More file actions
35 lines (34 loc) · 1.95 KB
/
FileRaider.sln
File metadata and controls
35 lines (34 loc) · 1.95 KB
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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2008
Project("{E5087E72-2393-70B6-2B91-54C6AC3EEB23}") = "FileRaider", "Assembly-CSharp-firstpass.csproj", "{C47F5CA4-DFB4-6E58-7205-548F6580FD98}"
EndProject
Project("{E5087E72-2393-70B6-2B91-54C6AC3EEB23}") = "FileRaider", "Assembly-CSharp.csproj", "{A8FB9C7A-47D2-030D-2C3A-700ABB2895EA}"
EndProject
Project("{E5087E72-2393-70B6-2B91-54C6AC3EEB23}") = "FileRaider", "Assembly-CSharp-Editor.csproj", "{C23204A8-9407-756E-83F2-1C59DD7CEC68}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C47F5CA4-DFB4-6E58-7205-548F6580FD98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C47F5CA4-DFB4-6E58-7205-548F6580FD98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C47F5CA4-DFB4-6E58-7205-548F6580FD98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C47F5CA4-DFB4-6E58-7205-548F6580FD98}.Release|Any CPU.Build.0 = Release|Any CPU
{A8FB9C7A-47D2-030D-2C3A-700ABB2895EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8FB9C7A-47D2-030D-2C3A-700ABB2895EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8FB9C7A-47D2-030D-2C3A-700ABB2895EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8FB9C7A-47D2-030D-2C3A-700ABB2895EA}.Release|Any CPU.Build.0 = Release|Any CPU
{C23204A8-9407-756E-83F2-1C59DD7CEC68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C23204A8-9407-756E-83F2-1C59DD7CEC68}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C23204A8-9407-756E-83F2-1C59DD7CEC68}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C23204A8-9407-756E-83F2-1C59DD7CEC68}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
EndGlobalSection
EndGlobal