-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathUnitConversion.sln
53 lines (53 loc) · 2.9 KB
/
UnitConversion.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E40C0E9D-FB41-491E-A2AB-E143EB8A47E8}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
..\global.json = ..\global.json
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7C65C273-1904-4EE3-A87D-7BBBF79C8651}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{B6AEE757-AE69-48C1-B9C5-9C6214CE99DB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitConversion", "UnitConversion\UnitConversion.csproj", "{18F769BB-6FB7-4FE1-ABA9-EAE6F5FCC21E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitConversionTests", "UnitConversionTests\UnitConversionTests.csproj", "{B446C2D9-30A9-424D-B4CD-0A8AC95D54AD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitConversionExample", "UnitConversionExample\UnitConversionExample.csproj", "{AE87678B-87B7-4C4C-B677-1E12B2273A3C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{18F769BB-6FB7-4FE1-ABA9-EAE6F5FCC21E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18F769BB-6FB7-4FE1-ABA9-EAE6F5FCC21E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18F769BB-6FB7-4FE1-ABA9-EAE6F5FCC21E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18F769BB-6FB7-4FE1-ABA9-EAE6F5FCC21E}.Release|Any CPU.Build.0 = Release|Any CPU
{B446C2D9-30A9-424D-B4CD-0A8AC95D54AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B446C2D9-30A9-424D-B4CD-0A8AC95D54AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B446C2D9-30A9-424D-B4CD-0A8AC95D54AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B446C2D9-30A9-424D-B4CD-0A8AC95D54AD}.Release|Any CPU.Build.0 = Release|Any CPU
{AE87678B-87B7-4C4C-B677-1E12B2273A3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE87678B-87B7-4C4C-B677-1E12B2273A3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE87678B-87B7-4C4C-B677-1E12B2273A3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE87678B-87B7-4C4C-B677-1E12B2273A3C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{18F769BB-6FB7-4FE1-ABA9-EAE6F5FCC21E} = {7C65C273-1904-4EE3-A87D-7BBBF79C8651}
{B446C2D9-30A9-424D-B4CD-0A8AC95D54AD} = {B6AEE757-AE69-48C1-B9C5-9C6214CE99DB}
{AE87678B-87B7-4C4C-B677-1E12B2273A3C} = {B6AEE757-AE69-48C1-B9C5-9C6214CE99DB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B4584A06-491C-469B-83CF-11BE6C1EA521}
EndGlobalSection
EndGlobal