-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQuantify.Length.sln
More file actions
53 lines (53 loc) · 3.13 KB
/
Copy pathQuantify.Length.sln
File metadata and controls
53 lines (53 loc) · 3.13 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
49
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30320.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quantify.Length", "src\Quantify.Length\Quantify.Length.csproj", "{38D9C6D3-03E5-4A93-AA3A-F343DA4B65ED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quantify.Length.UnitTests", "test\Quantify.Length.UnitTests\Quantify.Length.UnitTests.csproj", "{E0D8BBDE-8074-4ED2-ABCF-1BB347AFA140}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quantify.Length.IntegrationTests", "test\Quantify.Length.IntegrationTests\Quantify.Length.IntegrationTests.csproj", "{E552F407-651B-4711-9F51-940E5C9FE7CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quantify.Length.Test.Assets", "test\Quantify.Length.Test.Assets\Quantify.Length.Test.Assets.csproj", "{B5078ED1-6D88-4D3A-B0FA-D166ABA49165}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{537348EC-65D6-4932-8C1B-FD12BF5A144A}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.github\workflows\continuous-integration.yml = .github\workflows\continuous-integration.yml
LICENSE = LICENSE
README.md = README.md
.github\workflows\release.yml = .github\workflows\release.yml
Test.runsettings = Test.runsettings
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{38D9C6D3-03E5-4A93-AA3A-F343DA4B65ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38D9C6D3-03E5-4A93-AA3A-F343DA4B65ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38D9C6D3-03E5-4A93-AA3A-F343DA4B65ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38D9C6D3-03E5-4A93-AA3A-F343DA4B65ED}.Release|Any CPU.Build.0 = Release|Any CPU
{E0D8BBDE-8074-4ED2-ABCF-1BB347AFA140}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0D8BBDE-8074-4ED2-ABCF-1BB347AFA140}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0D8BBDE-8074-4ED2-ABCF-1BB347AFA140}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0D8BBDE-8074-4ED2-ABCF-1BB347AFA140}.Release|Any CPU.Build.0 = Release|Any CPU
{E552F407-651B-4711-9F51-940E5C9FE7CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E552F407-651B-4711-9F51-940E5C9FE7CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E552F407-651B-4711-9F51-940E5C9FE7CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E552F407-651B-4711-9F51-940E5C9FE7CE}.Release|Any CPU.Build.0 = Release|Any CPU
{B5078ED1-6D88-4D3A-B0FA-D166ABA49165}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5078ED1-6D88-4D3A-B0FA-D166ABA49165}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5078ED1-6D88-4D3A-B0FA-D166ABA49165}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5078ED1-6D88-4D3A-B0FA-D166ABA49165}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2A91FB93-E92A-4D10-9F03-22C3385DDD63}
EndGlobalSection
EndGlobal