-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathRadarChatTest.sln
29 lines (28 loc) · 1.45 KB
/
RadarChatTest.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2008
Project("{B320952F-3FC8-2EE9-4230-61F998482D99}") = "RadarChatTest", "Assembly-CSharp.csproj", "{2D13AEE5-33A9-1ADB-1E3E-36BCEC851E62}"
EndProject
Project("{B320952F-3FC8-2EE9-4230-61F998482D99}") = "RadarChatTest", "Assembly-CSharp-Editor.csproj", "{22608683-9614-D613-F387-E3CC34251018}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2D13AEE5-33A9-1ADB-1E3E-36BCEC851E62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D13AEE5-33A9-1ADB-1E3E-36BCEC851E62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D13AEE5-33A9-1ADB-1E3E-36BCEC851E62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D13AEE5-33A9-1ADB-1E3E-36BCEC851E62}.Release|Any CPU.Build.0 = Release|Any CPU
{22608683-9614-D613-F387-E3CC34251018}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22608683-9614-D613-F387-E3CC34251018}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22608683-9614-D613-F387-E3CC34251018}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22608683-9614-D613-F387-E3CC34251018}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
EndGlobalSection
EndGlobal