forked from petgus/FluentValidation-POC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFluentValidationPOC.sln
43 lines (43 loc) · 2.63 KB
/
FluentValidationPOC.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31321.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentValidationPOC.Server", "FluentValidationPOC\Server\FluentValidationPOC.Server.csproj", "{3E778D2B-79A7-465E-B51C-6EC03F615FDC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentValidationPOC.Client", "FluentValidationPOC\Client\FluentValidationPOC.Client.csproj", "{0B62B311-2E89-490F-8FA8-85F30EA8299E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentValidationPOC.Shared", "FluentValidationPOC\Shared\FluentValidationPOC.Shared.csproj", "{04C0021F-9BA4-434D-B2FB-C457AB655324}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApp", "ConsoleApp\ConsoleApp.csproj", "{4A3186D8-F23A-4B59-9D7F-1B693E6BCD4E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3E778D2B-79A7-465E-B51C-6EC03F615FDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E778D2B-79A7-465E-B51C-6EC03F615FDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E778D2B-79A7-465E-B51C-6EC03F615FDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E778D2B-79A7-465E-B51C-6EC03F615FDC}.Release|Any CPU.Build.0 = Release|Any CPU
{0B62B311-2E89-490F-8FA8-85F30EA8299E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B62B311-2E89-490F-8FA8-85F30EA8299E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B62B311-2E89-490F-8FA8-85F30EA8299E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B62B311-2E89-490F-8FA8-85F30EA8299E}.Release|Any CPU.Build.0 = Release|Any CPU
{04C0021F-9BA4-434D-B2FB-C457AB655324}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04C0021F-9BA4-434D-B2FB-C457AB655324}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04C0021F-9BA4-434D-B2FB-C457AB655324}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04C0021F-9BA4-434D-B2FB-C457AB655324}.Release|Any CPU.Build.0 = Release|Any CPU
{4A3186D8-F23A-4B59-9D7F-1B693E6BCD4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A3186D8-F23A-4B59-9D7F-1B693E6BCD4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A3186D8-F23A-4B59-9D7F-1B693E6BCD4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A3186D8-F23A-4B59-9D7F-1B693E6BCD4E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AF27800C-F304-445E-982E-634859A2B3EB}
EndGlobalSection
EndGlobal