-
Notifications
You must be signed in to change notification settings - Fork 8
/
SimpleFormGenerator.sln
57 lines (57 loc) · 3.52 KB
/
SimpleFormGenerator.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
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastructure", "Infrastructure", "{97CBD754-5BF5-4799-A960-541A8B00B1F0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MvcApp", "MvcApp", "{F2296196-63B4-4F06-8F33-396AA948E417}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleFormGenerator.DataLayer", "SimpleFormGenerator.DataLayer\SimpleFormGenerator.DataLayer.csproj", "{7002C347-53D5-4740-AA88-B3160824D6FF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleFormGenerator.DomainClasses", "SimpleFormGenerator.DomainClasses\SimpleFormGenerator.DomainClasses.csproj", "{28C4ED18-B820-48AA-B1F0-732DA9F674E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleFormGenerator.ServiceLayer", "SimpleFormGenerator.ServiceLayer\SimpleFormGenerator.ServiceLayer.csproj", "{596E4E08-C349-417F-850B-FD8170C18AE8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleFormGenerator.UI", "SimpleFormGenerator.UI\SimpleFormGenerator.UI.csproj", "{FD43863E-A66B-4AF4-9095-4F4A2D47254C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{8CBD56B3-F2EB-4241-82E3-F1259AB7F029}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7002C347-53D5-4740-AA88-B3160824D6FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7002C347-53D5-4740-AA88-B3160824D6FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7002C347-53D5-4740-AA88-B3160824D6FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7002C347-53D5-4740-AA88-B3160824D6FF}.Release|Any CPU.Build.0 = Release|Any CPU
{28C4ED18-B820-48AA-B1F0-732DA9F674E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28C4ED18-B820-48AA-B1F0-732DA9F674E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28C4ED18-B820-48AA-B1F0-732DA9F674E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28C4ED18-B820-48AA-B1F0-732DA9F674E8}.Release|Any CPU.Build.0 = Release|Any CPU
{596E4E08-C349-417F-850B-FD8170C18AE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{596E4E08-C349-417F-850B-FD8170C18AE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{596E4E08-C349-417F-850B-FD8170C18AE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{596E4E08-C349-417F-850B-FD8170C18AE8}.Release|Any CPU.Build.0 = Release|Any CPU
{FD43863E-A66B-4AF4-9095-4F4A2D47254C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD43863E-A66B-4AF4-9095-4F4A2D47254C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD43863E-A66B-4AF4-9095-4F4A2D47254C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD43863E-A66B-4AF4-9095-4F4A2D47254C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7002C347-53D5-4740-AA88-B3160824D6FF} = {97CBD754-5BF5-4799-A960-541A8B00B1F0}
{28C4ED18-B820-48AA-B1F0-732DA9F674E8} = {97CBD754-5BF5-4799-A960-541A8B00B1F0}
{596E4E08-C349-417F-850B-FD8170C18AE8} = {97CBD754-5BF5-4799-A960-541A8B00B1F0}
{FD43863E-A66B-4AF4-9095-4F4A2D47254C} = {F2296196-63B4-4F06-8F33-396AA948E417}
EndGlobalSection
EndGlobal