-
Notifications
You must be signed in to change notification settings - Fork 2
/
Archetype.sln
32 lines (32 loc) · 1.89 KB
/
Archetype.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 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Archetype", "src\Archetype\Archetype.csproj", "{74AAF77C-A943-489A-A78C-3612FA2CC938}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Archetype.Tests", "src\Archetype.Tests\Archetype.Tests.csproj", "{ECC39D5A-879B-45CF-85DF-3BDD60C58EEF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Archetype.Examples", "src\Archetype.Examples\Archetype.Examples.csproj", "{759220DD-3017-4331-8F37-7C0B7F2ACDC7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{74AAF77C-A943-489A-A78C-3612FA2CC938}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74AAF77C-A943-489A-A78C-3612FA2CC938}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74AAF77C-A943-489A-A78C-3612FA2CC938}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74AAF77C-A943-489A-A78C-3612FA2CC938}.Release|Any CPU.Build.0 = Release|Any CPU
{ECC39D5A-879B-45CF-85DF-3BDD60C58EEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECC39D5A-879B-45CF-85DF-3BDD60C58EEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECC39D5A-879B-45CF-85DF-3BDD60C58EEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECC39D5A-879B-45CF-85DF-3BDD60C58EEF}.Release|Any CPU.Build.0 = Release|Any CPU
{759220DD-3017-4331-8F37-7C0B7F2ACDC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{759220DD-3017-4331-8F37-7C0B7F2ACDC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{759220DD-3017-4331-8F37-7C0B7F2ACDC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{759220DD-3017-4331-8F37-7C0B7F2ACDC7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal