-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFluentValidation.Extensions.sln
More file actions
41 lines (41 loc) · 2.22 KB
/
FluentValidation.Extensions.sln
File metadata and controls
41 lines (41 loc) · 2.22 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6D4D5CA9-C6A3-4573-B941-52F9BB9C610A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{28A3B743-6B7F-41C5-A7F3-4CA8FCBAE35E}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "FluentValidation.Extensions", "src\FluentValidation.Extensions\FluentValidation.Extensions.xproj", "{1674A793-2712-40DE-A48B-969C3F74B999}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{FA705E1B-119A-4AFB-AE7B-66E61826F813}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "FluentValidation.Extensions.Tests", "test\FluentValidation.Extensions.Tests\FluentValidation.Extensions.Tests.xproj", "{6813B022-C07B-4B71-9B51-44B9845E5B39}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1674A793-2712-40DE-A48B-969C3F74B999}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1674A793-2712-40DE-A48B-969C3F74B999}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1674A793-2712-40DE-A48B-969C3F74B999}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1674A793-2712-40DE-A48B-969C3F74B999}.Release|Any CPU.Build.0 = Release|Any CPU
{6813B022-C07B-4B71-9B51-44B9845E5B39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6813B022-C07B-4B71-9B51-44B9845E5B39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6813B022-C07B-4B71-9B51-44B9845E5B39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6813B022-C07B-4B71-9B51-44B9845E5B39}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1674A793-2712-40DE-A48B-969C3F74B999} = {6D4D5CA9-C6A3-4573-B941-52F9BB9C610A}
{6813B022-C07B-4B71-9B51-44B9845E5B39} = {FA705E1B-119A-4AFB-AE7B-66E61826F813}
EndGlobalSection
EndGlobal