-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCK-CodeGen.sln
More file actions
68 lines (68 loc) · 3.95 KB
/
CK-CodeGen.sln
File metadata and controls
68 lines (68 loc) · 3.95 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33723.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{95EC7837-0507-4DA9-8EBB-C10D316B7A4A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
appveyor.yml = appveyor.yml
Directory.Build.props = Directory.Build.props
NuGet.config = NuGet.config
RepositoryInfo.xml = RepositoryInfo.xml
Common\SharedKey.snk = Common\SharedKey.snk
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CK.CodeGen", "CK.CodeGen\CK.CodeGen.csproj", "{CBFA1F75-E963-4579-8BA1-7EC7508E98AA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{24E13C0A-5D83-4E5A-8E43-67F3996CD903}"
ProjectSection(SolutionItems) = preProject
Tests\TestHelper.config = Tests\TestHelper.config
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CK.CodeGen.Tests", "Tests\CK.CodeGen.Tests\CK.CodeGen.Tests.csproj", "{00CAF176-BF0D-4544-A72E-C4F595ACD565}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeCakeBuilder", "CodeCakeBuilder\CodeCakeBuilder.csproj", "{FD4817B6-3CD7-4E74-AA10-7CA95FDFCF2D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CK.CodeGen.Roslyn", "CK.CodeGen.Roslyn\CK.CodeGen.Roslyn.csproj", "{4CC49F8B-96E4-4F2A-A266-DD8AA89414A3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CK.CodeGen.Roslyn.Tests", "Tests\CK.CodeGen.Roslyn.Tests\CK.CodeGen.Roslyn.Tests.csproj", "{2C4D08C0-7C42-40AF-B181-03F62323F1A4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CBFA1F75-E963-4579-8BA1-7EC7508E98AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBFA1F75-E963-4579-8BA1-7EC7508E98AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBFA1F75-E963-4579-8BA1-7EC7508E98AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBFA1F75-E963-4579-8BA1-7EC7508E98AA}.Release|Any CPU.Build.0 = Release|Any CPU
{00CAF176-BF0D-4544-A72E-C4F595ACD565}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00CAF176-BF0D-4544-A72E-C4F595ACD565}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00CAF176-BF0D-4544-A72E-C4F595ACD565}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00CAF176-BF0D-4544-A72E-C4F595ACD565}.Release|Any CPU.Build.0 = Release|Any CPU
{FD4817B6-3CD7-4E74-AA10-7CA95FDFCF2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD4817B6-3CD7-4E74-AA10-7CA95FDFCF2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD4817B6-3CD7-4E74-AA10-7CA95FDFCF2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD4817B6-3CD7-4E74-AA10-7CA95FDFCF2D}.Release|Any CPU.Build.0 = Release|Any CPU
{4CC49F8B-96E4-4F2A-A266-DD8AA89414A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CC49F8B-96E4-4F2A-A266-DD8AA89414A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CC49F8B-96E4-4F2A-A266-DD8AA89414A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CC49F8B-96E4-4F2A-A266-DD8AA89414A3}.Release|Any CPU.Build.0 = Release|Any CPU
{2C4D08C0-7C42-40AF-B181-03F62323F1A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C4D08C0-7C42-40AF-B181-03F62323F1A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C4D08C0-7C42-40AF-B181-03F62323F1A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C4D08C0-7C42-40AF-B181-03F62323F1A4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{00CAF176-BF0D-4544-A72E-C4F595ACD565} = {24E13C0A-5D83-4E5A-8E43-67F3996CD903}
{2C4D08C0-7C42-40AF-B181-03F62323F1A4} = {24E13C0A-5D83-4E5A-8E43-67F3996CD903}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D64A2416-4038-4160-8C77-029C379EEEFA}
EndGlobalSection
EndGlobal