-
Notifications
You must be signed in to change notification settings - Fork 0
/
Quantify.sln
53 lines (53 loc) · 3.08 KB
/
Quantify.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 Version 16
VisualStudioVersion = 16.0.30128.74
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quantify", "src\Quantify\Quantify.csproj", "{A1CDF10C-9E3A-4A61-ACEF-919855FFE244}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quantify.Test.UnitTest", "test\Quantify.Test.UnitTest\Quantify.Test.UnitTest.csproj", "{01454DEC-13B7-4E05-8F2D-CD5B8324C725}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2E3BF242-F646-48F5-A33D-CBB67179FB83}"
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
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quantify.Test.IntegrationTest", "test\Quantify.Test.IntegrationTest\Quantify.Test.IntegrationTest.csproj", "{F918D623-5B97-40BE-940A-E0C3C654A6BD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quantify.Test.Assets", "test\Quantify.Test.Assets\Quantify.Test.Assets.csproj", "{F8EF4501-D4CE-4AF0-B480-2A8AEB8511AD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A1CDF10C-9E3A-4A61-ACEF-919855FFE244}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1CDF10C-9E3A-4A61-ACEF-919855FFE244}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1CDF10C-9E3A-4A61-ACEF-919855FFE244}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1CDF10C-9E3A-4A61-ACEF-919855FFE244}.Release|Any CPU.Build.0 = Release|Any CPU
{01454DEC-13B7-4E05-8F2D-CD5B8324C725}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01454DEC-13B7-4E05-8F2D-CD5B8324C725}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01454DEC-13B7-4E05-8F2D-CD5B8324C725}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01454DEC-13B7-4E05-8F2D-CD5B8324C725}.Release|Any CPU.Build.0 = Release|Any CPU
{F918D623-5B97-40BE-940A-E0C3C654A6BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F918D623-5B97-40BE-940A-E0C3C654A6BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F918D623-5B97-40BE-940A-E0C3C654A6BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F918D623-5B97-40BE-940A-E0C3C654A6BD}.Release|Any CPU.Build.0 = Release|Any CPU
{F8EF4501-D4CE-4AF0-B480-2A8AEB8511AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8EF4501-D4CE-4AF0-B480-2A8AEB8511AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8EF4501-D4CE-4AF0-B480-2A8AEB8511AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8EF4501-D4CE-4AF0-B480-2A8AEB8511AD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {74D5163B-5F34-4C23-9FF4-47E629836E24}
EndGlobalSection
EndGlobal