-
Notifications
You must be signed in to change notification settings - Fork 0
/
CK-DeviceModel-ByTopic.sln
46 lines (46 loc) · 2.58 KB
/
CK-DeviceModel-ByTopic.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{16174124-D3EE-4D0E-8E3D-36673E72A4EA}"
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
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{58556926-8C4D-4214-AC0D-E414F4188DC5}"
ProjectSection(SolutionItems) = preProject
Tests\TestHelper.config = Tests\TestHelper.config
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeCakeBuilder", "CodeCakeBuilder\CodeCakeBuilder.csproj", "{FF22815E-2FA4-40D2-9390-9C7A49EDD917}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CK.DeviceModel.ByTopic", "CK.DeviceModel.ByTopic\CK.DeviceModel.ByTopic.csproj", "{3AC552B9-0B73-4674-BE65-6F714F7521AD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CK.DeviceModel.ByTopic.Tests", "Tests\CK.DeviceModel.ByTopic.Tests\CK.DeviceModel.ByTopic.Tests.csproj", "{816A8B69-3B0D-4750-826E-4416EF018EB3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FF22815E-2FA4-40D2-9390-9C7A49EDD917}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF22815E-2FA4-40D2-9390-9C7A49EDD917}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF22815E-2FA4-40D2-9390-9C7A49EDD917}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF22815E-2FA4-40D2-9390-9C7A49EDD917}.Release|Any CPU.Build.0 = Release|Any CPU
{3AC552B9-0B73-4674-BE65-6F714F7521AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AC552B9-0B73-4674-BE65-6F714F7521AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AC552B9-0B73-4674-BE65-6F714F7521AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AC552B9-0B73-4674-BE65-6F714F7521AD}.Release|Any CPU.Build.0 = Release|Any CPU
{816A8B69-3B0D-4750-826E-4416EF018EB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{816A8B69-3B0D-4750-826E-4416EF018EB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{816A8B69-3B0D-4750-826E-4416EF018EB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{816A8B69-3B0D-4750-826E-4416EF018EB3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{816A8B69-3B0D-4750-826E-4416EF018EB3} = {58556926-8C4D-4214-AC0D-E414F4188DC5}
EndGlobalSection
EndGlobal