-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathugk-client.sln
33 lines (33 loc) · 1.91 KB
/
ugk-client.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ugk-client", "ugk-client.csproj", "{bcd763c4-6d9e-f629-d961-df993e981338}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{0e1af63e-ba5d-8695-205f-f66d0e9f6cbf}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor", "Assembly-CSharp-Editor.csproj", "{e32bf43c-c71b-cb89-c73e-4658ab174c73}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ugk-client-test", "ugk-client-test.csproj", "{127aff82-2810-d32a-3479-34bbf06a62e5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-firstpass", "Assembly-CSharp-firstpass.csproj", "{cf4f48d1-695b-e08b-95a0-57275838ab1d}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{bcd763c4-6d9e-f629-d961-df993e981338}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{bcd763c4-6d9e-f629-d961-df993e981338}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0e1af63e-ba5d-8695-205f-f66d0e9f6cbf}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0e1af63e-ba5d-8695-205f-f66d0e9f6cbf}.Debug|Any CPU.Build.0 = Debug|Any CPU
{e32bf43c-c71b-cb89-c73e-4658ab174c73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{e32bf43c-c71b-cb89-c73e-4658ab174c73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{127aff82-2810-d32a-3479-34bbf06a62e5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{127aff82-2810-d32a-3479-34bbf06a62e5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{cf4f48d1-695b-e08b-95a0-57275838ab1d}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{cf4f48d1-695b-e08b-95a0-57275838ab1d}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal