-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathCSL.sln
54 lines (54 loc) · 3.42 KB
/
CSL.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
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "References", "References", "{FC5D316C-D7B8-4986-9E91-D3784D4A8CBB}"
ProjectSection(SolutionItems) = preProject
References\Assembly-CSharp-firstpass.dll = References\Assembly-CSharp-firstpass.dll
References\Assembly-CSharp.dll = References\Assembly-CSharp.dll
References\Assembly-UnityScript-firstpass.dll = References\Assembly-UnityScript-firstpass.dll
References\ColossalManaged.dll = References\ColossalManaged.dll
References\ICities.dll = References\ICities.dll
References\Mono.Posix.dll = References\Mono.Posix.dll
References\Mono.Security.dll = References\Mono.Security.dll
References\UnityEngine.Analytics.dll = References\UnityEngine.Analytics.dll
References\UnityEngine.dll = References\UnityEngine.dll
References\UnityEngine.Networking.dll = References\UnityEngine.Networking.dll
References\UnityEngine.UI.dll = References\UnityEngine.UI.dll
References\UnityEngine.xml = References\UnityEngine.xml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSL.RoadExtensions", "Core\CSL.RoadExtensions.csproj", "{19FA21B2-39CC-4B90-BE7E-B6BDCCB09208}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ObjUnity3D", "ObjUnity3D\ObjUnity3D.csproj", "{97D70503-6567-41A1-92FC-66D813A53370}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSL.NetworkExtensions.Framework.Unsafe", "CSL.NetworkExtensions.Framework.Unsafe\CSL.NetworkExtensions.Framework.Unsafe.csproj", "{7DCC08EF-DC85-47A4-BD6F-79FC52C7EF13}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSL.NetworkExtensions.Framework", "CSL.NetworkExtensions.Framework\CSL.NetworkExtensions.Framework.csproj", "{8891467E-C88E-46B0-96F9-4413DF6DC205}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{19FA21B2-39CC-4B90-BE7E-B6BDCCB09208}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19FA21B2-39CC-4B90-BE7E-B6BDCCB09208}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19FA21B2-39CC-4B90-BE7E-B6BDCCB09208}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19FA21B2-39CC-4B90-BE7E-B6BDCCB09208}.Release|Any CPU.Build.0 = Release|Any CPU
{97D70503-6567-41A1-92FC-66D813A53370}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97D70503-6567-41A1-92FC-66D813A53370}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97D70503-6567-41A1-92FC-66D813A53370}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97D70503-6567-41A1-92FC-66D813A53370}.Release|Any CPU.Build.0 = Release|Any CPU
{7DCC08EF-DC85-47A4-BD6F-79FC52C7EF13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DCC08EF-DC85-47A4-BD6F-79FC52C7EF13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DCC08EF-DC85-47A4-BD6F-79FC52C7EF13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DCC08EF-DC85-47A4-BD6F-79FC52C7EF13}.Release|Any CPU.Build.0 = Release|Any CPU
{8891467E-C88E-46B0-96F9-4413DF6DC205}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8891467E-C88E-46B0-96F9-4413DF6DC205}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8891467E-C88E-46B0-96F9-4413DF6DC205}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8891467E-C88E-46B0-96F9-4413DF6DC205}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal