-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOptionsPatternValidation.sln
42 lines (42 loc) · 2.34 KB
/
OptionsPatternValidation.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35312.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OptionsPatternValidation.API", "src\OptionsPatternValidation.API\OptionsPatternValidation.API.csproj", "{15508A9F-138A-46B2-AE2A-9521C2425379}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{897D64C1-044D-402B-9AE3-E1824D6ABFD5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "tests\UnitTests\UnitTests.csproj", "{85DF7EE8-12F9-4E8E-A040-B9BF80E1DC10}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{98799FE1-E586-458F-A1FA-117A38B9A46E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{15508A9F-138A-46B2-AE2A-9521C2425379}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15508A9F-138A-46B2-AE2A-9521C2425379}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15508A9F-138A-46B2-AE2A-9521C2425379}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15508A9F-138A-46B2-AE2A-9521C2425379}.Release|Any CPU.Build.0 = Release|Any CPU
{85DF7EE8-12F9-4E8E-A040-B9BF80E1DC10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85DF7EE8-12F9-4E8E-A040-B9BF80E1DC10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85DF7EE8-12F9-4E8E-A040-B9BF80E1DC10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85DF7EE8-12F9-4E8E-A040-B9BF80E1DC10}.Release|Any CPU.Build.0 = Release|Any CPU
{98799FE1-E586-458F-A1FA-117A38B9A46E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98799FE1-E586-458F-A1FA-117A38B9A46E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98799FE1-E586-458F-A1FA-117A38B9A46E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98799FE1-E586-458F-A1FA-117A38B9A46E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{85DF7EE8-12F9-4E8E-A040-B9BF80E1DC10} = {897D64C1-044D-402B-9AE3-E1824D6ABFD5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B2597F07-BD3A-4CAA-B1AE-C8C0C186093D}
EndGlobalSection
EndGlobal