forked from jakejscott/Humidifier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProjectBaseName.sln
83 lines (83 loc) · 5.48 KB
/
ProjectBaseName.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProjectBaseName.DeployTool", "src\ProjectBaseName.DeployTool\ProjectBaseName.DeployTool.csproj", "{09C9BEBC-FC90-492E-B9B9-7559889C21C7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProjectBaseName.Lambda.Common", "src\ProjectBaseName.Lambda.Common\ProjectBaseName.Lambda.Common.csproj", "{D0D19C9C-C38B-4E7E-9BA5-F4BD96508044}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProjectBaseName.Lambda.Simple", "src\ProjectBaseName.Lambda.Simple\ProjectBaseName.Lambda.Simple.csproj", "{10C72952-8FC5-4245-A077-C6D189FE3998}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProjectBaseName.Tests", "src\ProjectBaseName.Tests\ProjectBaseName.Tests.csproj", "{C5F41AB4-E9FD-4650-BAF1-ADC8B03846A4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A70EBC43-174C-43C2-8F93-D56D81352821}"
ProjectSection(SolutionItems) = preProject
..\Humidifier.Templates.nuspec = ..\Humidifier.Templates.nuspec
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
{09C9BEBC-FC90-492E-B9B9-7559889C21C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09C9BEBC-FC90-492E-B9B9-7559889C21C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09C9BEBC-FC90-492E-B9B9-7559889C21C7}.Debug|x64.ActiveCfg = Debug|Any CPU
{09C9BEBC-FC90-492E-B9B9-7559889C21C7}.Debug|x64.Build.0 = Debug|Any CPU
{09C9BEBC-FC90-492E-B9B9-7559889C21C7}.Debug|x86.ActiveCfg = Debug|Any CPU
{09C9BEBC-FC90-492E-B9B9-7559889C21C7}.Debug|x86.Build.0 = Debug|Any CPU
{09C9BEBC-FC90-492E-B9B9-7559889C21C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09C9BEBC-FC90-492E-B9B9-7559889C21C7}.Release|Any CPU.Build.0 = Release|Any CPU
{09C9BEBC-FC90-492E-B9B9-7559889C21C7}.Release|x64.ActiveCfg = Release|Any CPU
{09C9BEBC-FC90-492E-B9B9-7559889C21C7}.Release|x64.Build.0 = Release|Any CPU
{09C9BEBC-FC90-492E-B9B9-7559889C21C7}.Release|x86.ActiveCfg = Release|Any CPU
{09C9BEBC-FC90-492E-B9B9-7559889C21C7}.Release|x86.Build.0 = Release|Any CPU
{D0D19C9C-C38B-4E7E-9BA5-F4BD96508044}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0D19C9C-C38B-4E7E-9BA5-F4BD96508044}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0D19C9C-C38B-4E7E-9BA5-F4BD96508044}.Debug|x64.ActiveCfg = Debug|Any CPU
{D0D19C9C-C38B-4E7E-9BA5-F4BD96508044}.Debug|x64.Build.0 = Debug|Any CPU
{D0D19C9C-C38B-4E7E-9BA5-F4BD96508044}.Debug|x86.ActiveCfg = Debug|Any CPU
{D0D19C9C-C38B-4E7E-9BA5-F4BD96508044}.Debug|x86.Build.0 = Debug|Any CPU
{D0D19C9C-C38B-4E7E-9BA5-F4BD96508044}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0D19C9C-C38B-4E7E-9BA5-F4BD96508044}.Release|Any CPU.Build.0 = Release|Any CPU
{D0D19C9C-C38B-4E7E-9BA5-F4BD96508044}.Release|x64.ActiveCfg = Release|Any CPU
{D0D19C9C-C38B-4E7E-9BA5-F4BD96508044}.Release|x64.Build.0 = Release|Any CPU
{D0D19C9C-C38B-4E7E-9BA5-F4BD96508044}.Release|x86.ActiveCfg = Release|Any CPU
{D0D19C9C-C38B-4E7E-9BA5-F4BD96508044}.Release|x86.Build.0 = Release|Any CPU
{10C72952-8FC5-4245-A077-C6D189FE3998}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10C72952-8FC5-4245-A077-C6D189FE3998}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10C72952-8FC5-4245-A077-C6D189FE3998}.Debug|x64.ActiveCfg = Debug|Any CPU
{10C72952-8FC5-4245-A077-C6D189FE3998}.Debug|x64.Build.0 = Debug|Any CPU
{10C72952-8FC5-4245-A077-C6D189FE3998}.Debug|x86.ActiveCfg = Debug|Any CPU
{10C72952-8FC5-4245-A077-C6D189FE3998}.Debug|x86.Build.0 = Debug|Any CPU
{10C72952-8FC5-4245-A077-C6D189FE3998}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10C72952-8FC5-4245-A077-C6D189FE3998}.Release|Any CPU.Build.0 = Release|Any CPU
{10C72952-8FC5-4245-A077-C6D189FE3998}.Release|x64.ActiveCfg = Release|Any CPU
{10C72952-8FC5-4245-A077-C6D189FE3998}.Release|x64.Build.0 = Release|Any CPU
{10C72952-8FC5-4245-A077-C6D189FE3998}.Release|x86.ActiveCfg = Release|Any CPU
{10C72952-8FC5-4245-A077-C6D189FE3998}.Release|x86.Build.0 = Release|Any CPU
{C5F41AB4-E9FD-4650-BAF1-ADC8B03846A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5F41AB4-E9FD-4650-BAF1-ADC8B03846A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5F41AB4-E9FD-4650-BAF1-ADC8B03846A4}.Debug|x64.ActiveCfg = Debug|Any CPU
{C5F41AB4-E9FD-4650-BAF1-ADC8B03846A4}.Debug|x64.Build.0 = Debug|Any CPU
{C5F41AB4-E9FD-4650-BAF1-ADC8B03846A4}.Debug|x86.ActiveCfg = Debug|Any CPU
{C5F41AB4-E9FD-4650-BAF1-ADC8B03846A4}.Debug|x86.Build.0 = Debug|Any CPU
{C5F41AB4-E9FD-4650-BAF1-ADC8B03846A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5F41AB4-E9FD-4650-BAF1-ADC8B03846A4}.Release|Any CPU.Build.0 = Release|Any CPU
{C5F41AB4-E9FD-4650-BAF1-ADC8B03846A4}.Release|x64.ActiveCfg = Release|Any CPU
{C5F41AB4-E9FD-4650-BAF1-ADC8B03846A4}.Release|x64.Build.0 = Release|Any CPU
{C5F41AB4-E9FD-4650-BAF1-ADC8B03846A4}.Release|x86.ActiveCfg = Release|Any CPU
{C5F41AB4-E9FD-4650-BAF1-ADC8B03846A4}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {19188152-6576-4E51-BD23-B74DE8A619DA}
EndGlobalSection
EndGlobal