-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCK-PerfectEvent.sln
58 lines (58 loc) · 3.11 KB
/
CK-PerfectEvent.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{A87208F3-D73C-4AD4-9FF5-0314968EDD74}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E3559EF9-ED4A-4169-9287-6F94CFBD09FA}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
Directory.Build.props = Directory.Build.props
NuGet.config = NuGet.config
README.md = README.md
RepositoryInfo.xml = RepositoryInfo.xml
Common\SharedKey.snk = Common\SharedKey.snk
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeCakeBuilder", "CodeCakeBuilder\CodeCakeBuilder.csproj", "{C495D3DF-2E63-466B-9886-DE8A3EFBD584}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CK.PerfectEvent", "CK.PerfectEvent\CK.PerfectEvent.csproj", "{E7048C22-022F-46DB-AA5C-D1AC0BC00424}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Doc", "Doc", "{17FDB5B1-BA57-44F1-BCDB-71F0186442CA}"
ProjectSection(SolutionItems) = preProject
Common\Doc\ColoredConsoleOutput.png = Common\Doc\ColoredConsoleOutput.png
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CK.PerfectEvent.Tests", "Tests\CK.PerfectEvent.Tests\CK.PerfectEvent.Tests.csproj", "{AE1EF5AA-3289-45D0-8626-CB98B133320D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C495D3DF-2E63-466B-9886-DE8A3EFBD584}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C495D3DF-2E63-466B-9886-DE8A3EFBD584}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C495D3DF-2E63-466B-9886-DE8A3EFBD584}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C495D3DF-2E63-466B-9886-DE8A3EFBD584}.Release|Any CPU.Build.0 = Release|Any CPU
{E7048C22-022F-46DB-AA5C-D1AC0BC00424}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7048C22-022F-46DB-AA5C-D1AC0BC00424}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7048C22-022F-46DB-AA5C-D1AC0BC00424}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7048C22-022F-46DB-AA5C-D1AC0BC00424}.Release|Any CPU.Build.0 = Release|Any CPU
{AE1EF5AA-3289-45D0-8626-CB98B133320D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE1EF5AA-3289-45D0-8626-CB98B133320D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE1EF5AA-3289-45D0-8626-CB98B133320D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE1EF5AA-3289-45D0-8626-CB98B133320D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{17FDB5B1-BA57-44F1-BCDB-71F0186442CA} = {E3559EF9-ED4A-4169-9287-6F94CFBD09FA}
{AE1EF5AA-3289-45D0-8626-CB98B133320D} = {A87208F3-D73C-4AD4-9FF5-0314968EDD74}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8BDD2562-0C87-40BA-98AA-A666A8DC27A0}
EndGlobalSection
EndGlobal