-
Notifications
You must be signed in to change notification settings - Fork 0
/
CK-Templates.sln
65 lines (65 loc) · 3.72 KB
/
CK-Templates.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeCakeBuilder", "CodeCakeBuilder\CodeCakeBuilder.csproj", "{843A2913-B1F6-4D14-9BC2-D5C140959DC7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CK.Templates", "CK.Templates\CK.Templates.csproj", "{4CA6180C-A461-45C8-9DA7-57C04725993F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DD05F7E0-4D13-468F-8291-1FC35763DEC1}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
appveyor.yml = appveyor.yml
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
NuGet.config = NuGet.config
README.md = README.md
RepositoryInfo.xml = RepositoryInfo.xml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TemplateBuilder", "TemplateBuilder\TemplateBuilder.csproj", "{148EE036-D699-4906-A442-8D5F40917EA5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CK.DB.Sample", "CK.DB.Sample\CK.DB.Sample.csproj", "{6949E93E-FEF0-446B-87A0-CC28DC7AA274}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CK.DB.Sample.Tests", "Tests\CK.DB.Sample.Tests\CK.DB.Sample.Tests.csproj", "{5E15E3DB-25AA-4649-BDA6-F88308E7236B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{B4842362-5165-4499-9D4C-8F5DD42DCA84}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{843A2913-B1F6-4D14-9BC2-D5C140959DC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{843A2913-B1F6-4D14-9BC2-D5C140959DC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{843A2913-B1F6-4D14-9BC2-D5C140959DC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{843A2913-B1F6-4D14-9BC2-D5C140959DC7}.Release|Any CPU.Build.0 = Release|Any CPU
{4CA6180C-A461-45C8-9DA7-57C04725993F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CA6180C-A461-45C8-9DA7-57C04725993F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CA6180C-A461-45C8-9DA7-57C04725993F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CA6180C-A461-45C8-9DA7-57C04725993F}.Release|Any CPU.Build.0 = Release|Any CPU
{148EE036-D699-4906-A442-8D5F40917EA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{148EE036-D699-4906-A442-8D5F40917EA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{148EE036-D699-4906-A442-8D5F40917EA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{148EE036-D699-4906-A442-8D5F40917EA5}.Release|Any CPU.Build.0 = Release|Any CPU
{6949E93E-FEF0-446B-87A0-CC28DC7AA274}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6949E93E-FEF0-446B-87A0-CC28DC7AA274}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6949E93E-FEF0-446B-87A0-CC28DC7AA274}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6949E93E-FEF0-446B-87A0-CC28DC7AA274}.Release|Any CPU.Build.0 = Release|Any CPU
{5E15E3DB-25AA-4649-BDA6-F88308E7236B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E15E3DB-25AA-4649-BDA6-F88308E7236B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E15E3DB-25AA-4649-BDA6-F88308E7236B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E15E3DB-25AA-4649-BDA6-F88308E7236B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5E15E3DB-25AA-4649-BDA6-F88308E7236B} = {B4842362-5165-4499-9D4C-8F5DD42DCA84}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6E5B4F29-DB86-49D2-B4B5-19B3FD5F3290}
EndGlobalSection
EndGlobal