-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathStubble.Helpers.sln
64 lines (64 loc) · 3.67 KB
/
Stubble.Helpers.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
60
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30626.31
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{50B19F35-1831-49A7-855B-5C54AD0ED443}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Stubble.Helpers", "src\Stubble.Helpers\Stubble.Helpers.csproj", "{066CF29C-CA47-4051-96A8-F18F4C809888}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{30B3BC04-9F5A-4235-B274-3521583394B4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Stubble.Helpers.Test", "test\Stubble.Helpers.Test\Stubble.Helpers.Test.csproj", "{3DDB4601-3DC7-4436-9203-A63B28AF63F1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{43A574F4-C927-48DB-B3A0-AE84590077DF}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
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
{066CF29C-CA47-4051-96A8-F18F4C809888}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{066CF29C-CA47-4051-96A8-F18F4C809888}.Debug|Any CPU.Build.0 = Debug|Any CPU
{066CF29C-CA47-4051-96A8-F18F4C809888}.Debug|x64.ActiveCfg = Debug|Any CPU
{066CF29C-CA47-4051-96A8-F18F4C809888}.Debug|x64.Build.0 = Debug|Any CPU
{066CF29C-CA47-4051-96A8-F18F4C809888}.Debug|x86.ActiveCfg = Debug|Any CPU
{066CF29C-CA47-4051-96A8-F18F4C809888}.Debug|x86.Build.0 = Debug|Any CPU
{066CF29C-CA47-4051-96A8-F18F4C809888}.Release|Any CPU.ActiveCfg = Release|Any CPU
{066CF29C-CA47-4051-96A8-F18F4C809888}.Release|Any CPU.Build.0 = Release|Any CPU
{066CF29C-CA47-4051-96A8-F18F4C809888}.Release|x64.ActiveCfg = Release|Any CPU
{066CF29C-CA47-4051-96A8-F18F4C809888}.Release|x64.Build.0 = Release|Any CPU
{066CF29C-CA47-4051-96A8-F18F4C809888}.Release|x86.ActiveCfg = Release|Any CPU
{066CF29C-CA47-4051-96A8-F18F4C809888}.Release|x86.Build.0 = Release|Any CPU
{3DDB4601-3DC7-4436-9203-A63B28AF63F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DDB4601-3DC7-4436-9203-A63B28AF63F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DDB4601-3DC7-4436-9203-A63B28AF63F1}.Debug|x64.ActiveCfg = Debug|Any CPU
{3DDB4601-3DC7-4436-9203-A63B28AF63F1}.Debug|x64.Build.0 = Debug|Any CPU
{3DDB4601-3DC7-4436-9203-A63B28AF63F1}.Debug|x86.ActiveCfg = Debug|Any CPU
{3DDB4601-3DC7-4436-9203-A63B28AF63F1}.Debug|x86.Build.0 = Debug|Any CPU
{3DDB4601-3DC7-4436-9203-A63B28AF63F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DDB4601-3DC7-4436-9203-A63B28AF63F1}.Release|Any CPU.Build.0 = Release|Any CPU
{3DDB4601-3DC7-4436-9203-A63B28AF63F1}.Release|x64.ActiveCfg = Release|Any CPU
{3DDB4601-3DC7-4436-9203-A63B28AF63F1}.Release|x64.Build.0 = Release|Any CPU
{3DDB4601-3DC7-4436-9203-A63B28AF63F1}.Release|x86.ActiveCfg = Release|Any CPU
{3DDB4601-3DC7-4436-9203-A63B28AF63F1}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{066CF29C-CA47-4051-96A8-F18F4C809888} = {50B19F35-1831-49A7-855B-5C54AD0ED443}
{3DDB4601-3DC7-4436-9203-A63B28AF63F1} = {30B3BC04-9F5A-4235-B274-3521583394B4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E9000D45-3B03-4201-8990-AB7862A60249}
EndGlobalSection
EndGlobal