-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTestWork.sln
More file actions
27 lines (25 loc) · 1.34 KB
/
TestWork.sln
File metadata and controls
27 lines (25 loc) · 1.34 KB
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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2008
Project("{92B80C0F-B55F-FA07-D596-E847FF371511}") = "TestWork", "Assembly-CSharp.csproj", "{BF373EF9-E9F8-B6EE-FE8B-6CC907FC5B57}"
EndProject
Project("{92B80C0F-B55F-FA07-D596-E847FF371511}") = "TestWork", "Assembly-CSharp-Editor.csproj", "{EF99FFF9-E430-97A2-9671-678934A9B355}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BF373EF9-E9F8-B6EE-FE8B-6CC907FC5B57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF373EF9-E9F8-B6EE-FE8B-6CC907FC5B57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF373EF9-E9F8-B6EE-FE8B-6CC907FC5B57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF373EF9-E9F8-B6EE-FE8B-6CC907FC5B57}.Release|Any CPU.Build.0 = Release|Any CPU
{EF99FFF9-E430-97A2-9671-678934A9B355}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF99FFF9-E430-97A2-9671-678934A9B355}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF99FFF9-E430-97A2-9671-678934A9B355}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF99FFF9-E430-97A2-9671-678934A9B355}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal