forked from Jonesey13/TF-8-Player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTF-8-Player.sln
28 lines (28 loc) · 1.54 KB
/
TF-8-Player.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Patcher", "Patcher\Patcher.csproj", "{B1DF3728-5F4C-4987-8213-4DCE21255B0F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mod", "Mod\Mod.csproj", "{5C1AA190-DD28-41A1-8DD2-FEF3A9DEE28A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Create8PlayerMod|x86 = Create8PlayerMod|x86
MakeReferenceImage|x86 = MakeReferenceImage|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B1DF3728-5F4C-4987-8213-4DCE21255B0F}.Create8PlayerMod|x86.ActiveCfg = Create8PlayerMod|x86
{B1DF3728-5F4C-4987-8213-4DCE21255B0F}.Create8PlayerMod|x86.Build.0 = Create8PlayerMod|x86
{B1DF3728-5F4C-4987-8213-4DCE21255B0F}.MakeReferenceImage|x86.ActiveCfg = MakeReferenceImage|x86
{B1DF3728-5F4C-4987-8213-4DCE21255B0F}.MakeReferenceImage|x86.Build.0 = MakeReferenceImage|x86
{5C1AA190-DD28-41A1-8DD2-FEF3A9DEE28A}.Create8PlayerMod|x86.ActiveCfg = Create8PlayerMod|Any CPU
{5C1AA190-DD28-41A1-8DD2-FEF3A9DEE28A}.Create8PlayerMod|x86.Build.0 = Create8PlayerMod|Any CPU
{5C1AA190-DD28-41A1-8DD2-FEF3A9DEE28A}.MakeReferenceImage|x86.ActiveCfg = MakeReferenceImage|Any CPU
{5C1AA190-DD28-41A1-8DD2-FEF3A9DEE28A}.MakeReferenceImage|x86.Build.0 = MakeReferenceImage|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal