forked from NakedObjectsGroup/NakedObjectsFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTemplate.sln
49 lines (49 loc) · 3.08 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Template.Server", "Template\Template.Server\Template.Server.csproj", "{88775561-A873-416A-BD22-5F097EE7B07F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Template.Model", "Template\Template.Model\Template.Model.csproj", "{5F87A0AD-C881-444D-9C87-084D8D74F00F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Template.Database", "Template\Template.Database\Template.Database.csproj", "{81D5756D-FC52-44C0-8EF5-6A5739C22494}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Template.SeedData", "Template\Template.SeedData\Template.SeedData.csproj", "{3B3DD38C-F7C2-4B93-8345-9A70A2200749}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Template.Client", "Template\Template.Client\Template.Client.csproj", "{5B3DFF4C-FBD5-4C5E-8092-0AA0276F1D43}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{88775561-A873-416A-BD22-5F097EE7B07F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88775561-A873-416A-BD22-5F097EE7B07F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88775561-A873-416A-BD22-5F097EE7B07F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88775561-A873-416A-BD22-5F097EE7B07F}.Release|Any CPU.Build.0 = Release|Any CPU
{5F87A0AD-C881-444D-9C87-084D8D74F00F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F87A0AD-C881-444D-9C87-084D8D74F00F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F87A0AD-C881-444D-9C87-084D8D74F00F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F87A0AD-C881-444D-9C87-084D8D74F00F}.Release|Any CPU.Build.0 = Release|Any CPU
{81D5756D-FC52-44C0-8EF5-6A5739C22494}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81D5756D-FC52-44C0-8EF5-6A5739C22494}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81D5756D-FC52-44C0-8EF5-6A5739C22494}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81D5756D-FC52-44C0-8EF5-6A5739C22494}.Release|Any CPU.Build.0 = Release|Any CPU
{3B3DD38C-F7C2-4B93-8345-9A70A2200749}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B3DD38C-F7C2-4B93-8345-9A70A2200749}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B3DD38C-F7C2-4B93-8345-9A70A2200749}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B3DD38C-F7C2-4B93-8345-9A70A2200749}.Release|Any CPU.Build.0 = Release|Any CPU
{5B3DFF4C-FBD5-4C5E-8092-0AA0276F1D43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B3DFF4C-FBD5-4C5E-8092-0AA0276F1D43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B3DFF4C-FBD5-4C5E-8092-0AA0276F1D43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B3DFF4C-FBD5-4C5E-8092-0AA0276F1D43}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6179DB09-D66C-4542-BEED-916B8B45F629}
EndGlobalSection
EndGlobal