-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUniversalUnitConverter.sln
43 lines (43 loc) · 2.65 KB
/
UniversalUnitConverter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29920.165
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArbitraryPrecision", "ArbitraryPrecision\ArbitraryPrecision.csproj", "{0E1F837B-D82F-4D9C-8F4A-FFB91B1543EE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversalUnitConverter", "UniversalUnitConverter\UniversalUnitConverter.csproj", "{C5A915F7-3A7A-49D1-98FC-7596572E26E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversalUnitConverterRunning", "UniversalUnitConverterRunning\UniversalUnitConverterRunning.csproj", "{F2F0B5A6-A176-42C1-BC02-DC7F738ACD99}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversalUnitConverterTest", "UniversalUnitConverterTest\UniversalUnitConverterTest.csproj", "{E6352A01-4D82-4CE9-B524-453B330CF9FD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0E1F837B-D82F-4D9C-8F4A-FFB91B1543EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E1F837B-D82F-4D9C-8F4A-FFB91B1543EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E1F837B-D82F-4D9C-8F4A-FFB91B1543EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E1F837B-D82F-4D9C-8F4A-FFB91B1543EE}.Release|Any CPU.Build.0 = Release|Any CPU
{C5A915F7-3A7A-49D1-98FC-7596572E26E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5A915F7-3A7A-49D1-98FC-7596572E26E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5A915F7-3A7A-49D1-98FC-7596572E26E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5A915F7-3A7A-49D1-98FC-7596572E26E1}.Release|Any CPU.Build.0 = Release|Any CPU
{F2F0B5A6-A176-42C1-BC02-DC7F738ACD99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2F0B5A6-A176-42C1-BC02-DC7F738ACD99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2F0B5A6-A176-42C1-BC02-DC7F738ACD99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2F0B5A6-A176-42C1-BC02-DC7F738ACD99}.Release|Any CPU.Build.0 = Release|Any CPU
{E6352A01-4D82-4CE9-B524-453B330CF9FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6352A01-4D82-4CE9-B524-453B330CF9FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6352A01-4D82-4CE9-B524-453B330CF9FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6352A01-4D82-4CE9-B524-453B330CF9FD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F85FB545-B414-4461-AD75-D4FD4AA37588}
EndGlobalSection
EndGlobal