-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCK-UnitsOfMeasure.sln
52 lines (52 loc) · 2.76 KB
/
CK-UnitsOfMeasure.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.8
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
NuGet.config = NuGet.config
RepositoryInfo.xml = RepositoryInfo.xml
Common\Shared.props = Common\Shared.props
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.UnitsOfMeasure", "CK.UnitsOfMeasure\CK.UnitsOfMeasure.csproj", "{2691B430-5916-478D-9BD3-63E32C9CB43C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CK.UnitsOfMeasure.Tests", "Tests\CK.UnitsOfMeasure.Tests\CK.UnitsOfMeasure.Tests.csproj", "{E48BFE5D-985C-43D9-8990-A5836F1E074E}"
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
{2691B430-5916-478D-9BD3-63E32C9CB43C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2691B430-5916-478D-9BD3-63E32C9CB43C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2691B430-5916-478D-9BD3-63E32C9CB43C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2691B430-5916-478D-9BD3-63E32C9CB43C}.Release|Any CPU.Build.0 = Release|Any CPU
{E48BFE5D-985C-43D9-8990-A5836F1E074E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E48BFE5D-985C-43D9-8990-A5836F1E074E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E48BFE5D-985C-43D9-8990-A5836F1E074E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E48BFE5D-985C-43D9-8990-A5836F1E074E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E48BFE5D-985C-43D9-8990-A5836F1E074E} = {A87208F3-D73C-4AD4-9FF5-0314968EDD74}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {50141A57-D8A5-4310-B52C-9F958D15FAE7}
EndGlobalSection
EndGlobal