-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathtesting.sln
41 lines (41 loc) · 2.42 KB
/
testing.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "testing", "Assembly-CSharp-firstpass.csproj", "{40D55E3F-E532-17B1-C43F-91BA2180FBB6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "testing", "Assembly-CSharp.csproj", "{CF3C95E4-D29F-B640-1A4B-3F249658EFB8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "testing", "Assembly-CSharp-Editor-firstpass.csproj", "{2019F781-CDEB-B87A-B229-E48BC6AF0409}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "testing", "Assembly-CSharp-Editor.csproj", "{3AB81CBF-8EF4-89F1-2335-14AA0802FF85}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{40D55E3F-E532-17B1-C43F-91BA2180FBB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40D55E3F-E532-17B1-C43F-91BA2180FBB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40D55E3F-E532-17B1-C43F-91BA2180FBB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40D55E3F-E532-17B1-C43F-91BA2180FBB6}.Release|Any CPU.Build.0 = Release|Any CPU
{CF3C95E4-D29F-B640-1A4B-3F249658EFB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF3C95E4-D29F-B640-1A4B-3F249658EFB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF3C95E4-D29F-B640-1A4B-3F249658EFB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF3C95E4-D29F-B640-1A4B-3F249658EFB8}.Release|Any CPU.Build.0 = Release|Any CPU
{2019F781-CDEB-B87A-B229-E48BC6AF0409}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2019F781-CDEB-B87A-B229-E48BC6AF0409}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2019F781-CDEB-B87A-B229-E48BC6AF0409}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2019F781-CDEB-B87A-B229-E48BC6AF0409}.Release|Any CPU.Build.0 = Release|Any CPU
{3AB81CBF-8EF4-89F1-2335-14AA0802FF85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AB81CBF-8EF4-89F1-2335-14AA0802FF85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AB81CBF-8EF4-89F1-2335-14AA0802FF85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AB81CBF-8EF4-89F1-2335-14AA0802FF85}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
EndGlobalSection
EndGlobal