-
Notifications
You must be signed in to change notification settings - Fork 4
/
Template.sln
29 lines (28 loc) · 1.44 KB
/
Template.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("{278C491B-DD8A-5361-8C14-9C4AC790DA34}") = "Template", "Assembly-CSharp.csproj", "{2571FBC0-1C2C-3479-278C-A801387DEE52}"
EndProject
Project("{278C491B-DD8A-5361-8C14-9C4AC790DA34}") = "Template", "Assembly-CSharp-Editor.csproj", "{25427C62-4E54-5E8F-58D5-9E0469F94696}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2571FBC0-1C2C-3479-278C-A801387DEE52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2571FBC0-1C2C-3479-278C-A801387DEE52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2571FBC0-1C2C-3479-278C-A801387DEE52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2571FBC0-1C2C-3479-278C-A801387DEE52}.Release|Any CPU.Build.0 = Release|Any CPU
{25427C62-4E54-5E8F-58D5-9E0469F94696}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25427C62-4E54-5E8F-58D5-9E0469F94696}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25427C62-4E54-5E8F-58D5-9E0469F94696}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25427C62-4E54-5E8F-58D5-9E0469F94696}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
EndGlobalSection
EndGlobal