-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFluentValidationLister.sln
46 lines (46 loc) · 2.58 KB
/
FluentValidationLister.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentValidationLister.Filter", "FluentValidationLister.Filter\FluentValidationLister.Filter.csproj", "{716EAD99-EF98-4C77-AABB-89A4F192DAC8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentValidationLister.Tests", "FluentValidationLister.Tests\FluentValidationLister.Tests.csproj", "{70C01EF6-7922-4F42-AD71-A9AE08B61450}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6B6DC861-3289-4334-9595-16E392C542B0}"
ProjectSection(SolutionItems) = preProject
clientside.png = clientside.png
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
LICENSE.txt = LICENSE.txt
ReadMe.md = ReadMe.md
stylecop.json = stylecop.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentValidationLister.WebApiSample", "FluentValidationLister.WebApiSample\FluentValidationLister.WebApiSample.csproj", "{BBC18443-922F-48B8-A5B9-E39D0B49FBBC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{716EAD99-EF98-4C77-AABB-89A4F192DAC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{716EAD99-EF98-4C77-AABB-89A4F192DAC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{716EAD99-EF98-4C77-AABB-89A4F192DAC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{716EAD99-EF98-4C77-AABB-89A4F192DAC8}.Release|Any CPU.Build.0 = Release|Any CPU
{70C01EF6-7922-4F42-AD71-A9AE08B61450}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70C01EF6-7922-4F42-AD71-A9AE08B61450}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70C01EF6-7922-4F42-AD71-A9AE08B61450}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70C01EF6-7922-4F42-AD71-A9AE08B61450}.Release|Any CPU.Build.0 = Release|Any CPU
{BBC18443-922F-48B8-A5B9-E39D0B49FBBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBC18443-922F-48B8-A5B9-E39D0B49FBBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBC18443-922F-48B8-A5B9-E39D0B49FBBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBC18443-922F-48B8-A5B9-E39D0B49FBBC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D3B08DAC-FB4E-4AD0-B983-DADE049FD8F6}
EndGlobalSection
EndGlobal