-
Notifications
You must be signed in to change notification settings - Fork 0
/
Quantify.Repository.Enum.sln
53 lines (53 loc) · 3.24 KB
/
Quantify.Repository.Enum.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.Repository.Enum", "src\Quantify.Repository.Enum\Quantify.Repository.Enum.csproj", "{CF032FCD-87B2-4BE3-8AD3-0BD199B7AA06}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quantify.Repository.Enum.UnitTests", "test\Quantify.Repository.Enum.UnitTests\Quantify.Repository.Enum.UnitTests.csproj", "{D484A1C7-E767-4245-B58A-E80C4EE854C2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7A8CE69D-43AE-4FDA-BC89-51F00EE9DDB5}"
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.Repository.Enum.IntegrationTests", "test\Quantify.Repository.Enum.IntegrationTests\Quantify.Repository.Enum.IntegrationTests.csproj", "{138EF6B4-39E2-44DA-AAEE-443DF7870A86}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quantify.Repository.Enum.Test.Assets", "test\Quantify.Repository.Enum.Test.Assets\Quantify.Repository.Enum.Test.Assets.csproj", "{5779979B-6042-4A59-A41E-FD71EDC2ACDA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CF032FCD-87B2-4BE3-8AD3-0BD199B7AA06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF032FCD-87B2-4BE3-8AD3-0BD199B7AA06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF032FCD-87B2-4BE3-8AD3-0BD199B7AA06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF032FCD-87B2-4BE3-8AD3-0BD199B7AA06}.Release|Any CPU.Build.0 = Release|Any CPU
{D484A1C7-E767-4245-B58A-E80C4EE854C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D484A1C7-E767-4245-B58A-E80C4EE854C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D484A1C7-E767-4245-B58A-E80C4EE854C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D484A1C7-E767-4245-B58A-E80C4EE854C2}.Release|Any CPU.Build.0 = Release|Any CPU
{138EF6B4-39E2-44DA-AAEE-443DF7870A86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{138EF6B4-39E2-44DA-AAEE-443DF7870A86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{138EF6B4-39E2-44DA-AAEE-443DF7870A86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{138EF6B4-39E2-44DA-AAEE-443DF7870A86}.Release|Any CPU.Build.0 = Release|Any CPU
{5779979B-6042-4A59-A41E-FD71EDC2ACDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5779979B-6042-4A59-A41E-FD71EDC2ACDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5779979B-6042-4A59-A41E-FD71EDC2ACDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5779979B-6042-4A59-A41E-FD71EDC2ACDA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A465587F-2F70-4A9F-A74E-F6517674266F}
EndGlobalSection
EndGlobal