forked from mcintyre321/FormFactory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFormFactory.sln
59 lines (59 loc) · 3.8 KB
/
FormFactory.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
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{CB060427-3DB3-4DA8-BC59-C011D2DD098B}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FormFactory.Example", "FormFactory.Example\FormFactory.Example.csproj", "{476D3266-8699-4E89-A528-646C1235EEB1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FormFactory", "FormFactory\FormFactory.csproj", "{C5DDCC05-9F10-4039-B5D6-CB96325D832C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FormFactory.Templates", "FormFactory.Templates\FormFactory.Templates.csproj", "{4FFDDBA3-3A11-4087-890F-260F815AF4BC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FormFactory.AspMvc", "FormFactory.AspMvc\FormFactory.AspMvc.csproj", "{D6251FB0-69D2-42C9-8C23-2D7D56EC79BA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FormFactory.Tests", "FormFactory.Tests\FormFactory.Tests.csproj", "{05082AEF-45DC-42DE-81CE-86090F15FB03}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FormFactory.RazorEngine", "FormFactory.RazorEngine\FormFactory.RazorEngine.csproj", "{2F4E3429-D62F-4382-9342-4734F9830CDC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{476D3266-8699-4E89-A528-646C1235EEB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{476D3266-8699-4E89-A528-646C1235EEB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{476D3266-8699-4E89-A528-646C1235EEB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{476D3266-8699-4E89-A528-646C1235EEB1}.Release|Any CPU.Build.0 = Release|Any CPU
{C5DDCC05-9F10-4039-B5D6-CB96325D832C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5DDCC05-9F10-4039-B5D6-CB96325D832C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5DDCC05-9F10-4039-B5D6-CB96325D832C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5DDCC05-9F10-4039-B5D6-CB96325D832C}.Release|Any CPU.Build.0 = Release|Any CPU
{4FFDDBA3-3A11-4087-890F-260F815AF4BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FFDDBA3-3A11-4087-890F-260F815AF4BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FFDDBA3-3A11-4087-890F-260F815AF4BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FFDDBA3-3A11-4087-890F-260F815AF4BC}.Release|Any CPU.Build.0 = Release|Any CPU
{D6251FB0-69D2-42C9-8C23-2D7D56EC79BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6251FB0-69D2-42C9-8C23-2D7D56EC79BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6251FB0-69D2-42C9-8C23-2D7D56EC79BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6251FB0-69D2-42C9-8C23-2D7D56EC79BA}.Release|Any CPU.Build.0 = Release|Any CPU
{05082AEF-45DC-42DE-81CE-86090F15FB03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05082AEF-45DC-42DE-81CE-86090F15FB03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05082AEF-45DC-42DE-81CE-86090F15FB03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05082AEF-45DC-42DE-81CE-86090F15FB03}.Release|Any CPU.Build.0 = Release|Any CPU
{2F4E3429-D62F-4382-9342-4734F9830CDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F4E3429-D62F-4382-9342-4734F9830CDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F4E3429-D62F-4382-9342-4734F9830CDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F4E3429-D62F-4382-9342-4734F9830CDC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal