-
Notifications
You must be signed in to change notification settings - Fork 1
/
TemplateManager.sln
32 lines (32 loc) · 1.78 KB
/
TemplateManager.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TemplateManager", "TemplateManager\TemplateManager.csproj", "{3FBD2863-9B98-47BF-BB33-48D7AA3078B0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GenerationLibrary", "GenerationLibrary\GenerationLibrary.csproj", "{2906DBD8-FF3B-4CEF-89A3-37D0D9963716}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3FBD2863-9B98-47BF-BB33-48D7AA3078B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FBD2863-9B98-47BF-BB33-48D7AA3078B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FBD2863-9B98-47BF-BB33-48D7AA3078B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FBD2863-9B98-47BF-BB33-48D7AA3078B0}.Release|Any CPU.Build.0 = Release|Any CPU
{2906DBD8-FF3B-4CEF-89A3-37D0D9963716}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2906DBD8-FF3B-4CEF-89A3-37D0D9963716}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2906DBD8-FF3B-4CEF-89A3-37D0D9963716}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2906DBD8-FF3B-4CEF-89A3-37D0D9963716}.Release|Any CPU.Build.0 = Release|Any CPU
{03D699D4-B147-4BC2-B3E5-0EBED53AB449}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03D699D4-B147-4BC2-B3E5-0EBED53AB449}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03D699D4-B147-4BC2-B3E5-0EBED53AB449}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03D699D4-B147-4BC2-B3E5-0EBED53AB449}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal