-
Notifications
You must be signed in to change notification settings - Fork 1
/
CK-Reflection.sln
49 lines (49 loc) · 2.61 KB
/
CK-Reflection.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7C9F751D-25CD-4A19-838B-B69E7B897468}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
NuGet.config = NuGet.config
RepositoryInfo.xml = RepositoryInfo.xml
Common\Shared.props = Common\Shared.props
Common\SharedKey.snk = Common\SharedKey.snk
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{1A7E3E39-6483-4802-8B27-C4D245D35D09}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CK.Reflection", "CK.Reflection\CK.Reflection.csproj", "{DEFE36D9-3BC2-4F02-B1C7-615AC4935746}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CK.Reflection.Tests", "Tests\CK.Reflection.Tests\CK.Reflection.Tests.csproj", "{F479F1A9-C0F2-4346-8D70-64442E0F10BD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeCakeBuilder", "CodeCakeBuilder\CodeCakeBuilder.csproj", "{FD4817B6-3CD7-4E74-AA10-7CA95FDFCF2D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DEFE36D9-3BC2-4F02-B1C7-615AC4935746}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEFE36D9-3BC2-4F02-B1C7-615AC4935746}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEFE36D9-3BC2-4F02-B1C7-615AC4935746}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEFE36D9-3BC2-4F02-B1C7-615AC4935746}.Release|Any CPU.Build.0 = Release|Any CPU
{F479F1A9-C0F2-4346-8D70-64442E0F10BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F479F1A9-C0F2-4346-8D70-64442E0F10BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F479F1A9-C0F2-4346-8D70-64442E0F10BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F479F1A9-C0F2-4346-8D70-64442E0F10BD}.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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F479F1A9-C0F2-4346-8D70-64442E0F10BD} = {1A7E3E39-6483-4802-8B27-C4D245D35D09}
EndGlobalSection
EndGlobal