-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnitConversion.sln
More file actions
48 lines (48 loc) · 2.45 KB
/
UnitConversion.sln
File metadata and controls
48 lines (48 loc) · 2.45 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29424.173
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Configuration", "Configuration", "{C34FB117-3BCB-4C1E-B89A-C72067A5943E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
dotnet.ruleset = dotnet.ruleset
stylecop.json = stylecop.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D18F5C42-9317-4556-B8C2-70F2B92EDB43}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{88EA6E37-DE62-4419-9445-AAF426496764}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitConversionTests", "tests\UnitConversionTests\UnitConversionTests.csproj", "{F17A92FB-F901-45BB-A5BA-691E5BB2AE3E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitConversion", "src\UnitConversion\UnitConversion.csproj", "{A62BE355-CE55-409F-8598-AA8FFDEFC1A0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F17A92FB-F901-45BB-A5BA-691E5BB2AE3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F17A92FB-F901-45BB-A5BA-691E5BB2AE3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F17A92FB-F901-45BB-A5BA-691E5BB2AE3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F17A92FB-F901-45BB-A5BA-691E5BB2AE3E}.Release|Any CPU.Build.0 = Release|Any CPU
{A62BE355-CE55-409F-8598-AA8FFDEFC1A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A62BE355-CE55-409F-8598-AA8FFDEFC1A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A62BE355-CE55-409F-8598-AA8FFDEFC1A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A62BE355-CE55-409F-8598-AA8FFDEFC1A0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F17A92FB-F901-45BB-A5BA-691E5BB2AE3E} = {88EA6E37-DE62-4419-9445-AAF426496764}
{A62BE355-CE55-409F-8598-AA8FFDEFC1A0} = {D18F5C42-9317-4556-B8C2-70F2B92EDB43}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F3672F26-0AF8-45B5-9A44-93046CDAD69E}
EndGlobalSection
EndGlobal