-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDataSizeUnits.sln
31 lines (31 loc) · 1.58 KB
/
DataSizeUnits.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataSizeUnits", "DataSizeUnits\DataSizeUnits.csproj", "{3469832B-5C75-46F3-AA5E-03C8246C06EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{D040A6DB-D810-4BC4-8CD7-2C13717D233B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3469832B-5C75-46F3-AA5E-03C8246C06EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3469832B-5C75-46F3-AA5E-03C8246C06EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3469832B-5C75-46F3-AA5E-03C8246C06EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3469832B-5C75-46F3-AA5E-03C8246C06EC}.Release|Any CPU.Build.0 = Release|Any CPU
{D040A6DB-D810-4BC4-8CD7-2C13717D233B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D040A6DB-D810-4BC4-8CD7-2C13717D233B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D040A6DB-D810-4BC4-8CD7-2C13717D233B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D040A6DB-D810-4BC4-8CD7-2C13717D233B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {29FE6B2D-5719-4615-8678-DFFB607BDAEA}
EndGlobalSection
EndGlobal