-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathview-intent-aspnetcore-old.sln
59 lines (59 loc) · 3.31 KB
/
view-intent-aspnetcore-old.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 15
VisualStudioVersion = 15.0.26730.3
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D462C828-BC34-46C3-9ABF-8CFB660D0FD5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{6DBA4623-4665-4DFE-95D6-7C5649F4D9E9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Basic", "Basic\Basic.csproj", "{C0C30237-1ADC-4F6C-B673-B49EECFB65BB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ViewIntent.Mvc", "ViewIntent.Mvc_\ViewIntent.Mvc.csproj", "{53750E74-E6B2-4B47-B27F-BF18B4425031}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C0C30237-1ADC-4F6C-B673-B49EECFB65BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0C30237-1ADC-4F6C-B673-B49EECFB65BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0C30237-1ADC-4F6C-B673-B49EECFB65BB}.Debug|x64.ActiveCfg = Debug|Any CPU
{C0C30237-1ADC-4F6C-B673-B49EECFB65BB}.Debug|x64.Build.0 = Debug|Any CPU
{C0C30237-1ADC-4F6C-B673-B49EECFB65BB}.Debug|x86.ActiveCfg = Debug|Any CPU
{C0C30237-1ADC-4F6C-B673-B49EECFB65BB}.Debug|x86.Build.0 = Debug|Any CPU
{C0C30237-1ADC-4F6C-B673-B49EECFB65BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0C30237-1ADC-4F6C-B673-B49EECFB65BB}.Release|Any CPU.Build.0 = Release|Any CPU
{C0C30237-1ADC-4F6C-B673-B49EECFB65BB}.Release|x64.ActiveCfg = Release|Any CPU
{C0C30237-1ADC-4F6C-B673-B49EECFB65BB}.Release|x64.Build.0 = Release|Any CPU
{C0C30237-1ADC-4F6C-B673-B49EECFB65BB}.Release|x86.ActiveCfg = Release|Any CPU
{C0C30237-1ADC-4F6C-B673-B49EECFB65BB}.Release|x86.Build.0 = Release|Any CPU
{53750E74-E6B2-4B47-B27F-BF18B4425031}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53750E74-E6B2-4B47-B27F-BF18B4425031}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53750E74-E6B2-4B47-B27F-BF18B4425031}.Debug|x64.ActiveCfg = Debug|Any CPU
{53750E74-E6B2-4B47-B27F-BF18B4425031}.Debug|x64.Build.0 = Debug|Any CPU
{53750E74-E6B2-4B47-B27F-BF18B4425031}.Debug|x86.ActiveCfg = Debug|Any CPU
{53750E74-E6B2-4B47-B27F-BF18B4425031}.Debug|x86.Build.0 = Debug|Any CPU
{53750E74-E6B2-4B47-B27F-BF18B4425031}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53750E74-E6B2-4B47-B27F-BF18B4425031}.Release|Any CPU.Build.0 = Release|Any CPU
{53750E74-E6B2-4B47-B27F-BF18B4425031}.Release|x64.ActiveCfg = Release|Any CPU
{53750E74-E6B2-4B47-B27F-BF18B4425031}.Release|x64.Build.0 = Release|Any CPU
{53750E74-E6B2-4B47-B27F-BF18B4425031}.Release|x86.ActiveCfg = Release|Any CPU
{53750E74-E6B2-4B47-B27F-BF18B4425031}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C0C30237-1ADC-4F6C-B673-B49EECFB65BB} = {6DBA4623-4665-4DFE-95D6-7C5649F4D9E9}
{53750E74-E6B2-4B47-B27F-BF18B4425031} = {D462C828-BC34-46C3-9ABF-8CFB660D0FD5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8C957F2C-5742-4154-9673-DA8385016184}
EndGlobalSection
EndGlobal