-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExpressValidator.sln
More file actions
43 lines (43 loc) · 2.61 KB
/
ExpressValidator.sln
File metadata and controls
43 lines (43 loc) · 2.61 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
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExpressValidator", "src\ExpressValidator\ExpressValidator.csproj", "{144F9F5C-235F-4B57-8A03-E9D681FEEF89}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpressValidator.Tests", "tests\ExpressValidator.Tests\ExpressValidator.Tests.csproj", "{E229F013-1B99-49E7-BD20-9041F1E8D92F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Benchmark", "bench\Benchmark\Benchmark.csproj", "{163D81E7-128E-431F-B827-F2AA2BD1D077}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpressValidator.Tests.Net8", "tests\ExpressValidator.Tests.Net8\ExpressValidator.Tests.Net8.csproj", "{C74789B4-A028-45FC-9771-F5848491AB89}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{144F9F5C-235F-4B57-8A03-E9D681FEEF89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{144F9F5C-235F-4B57-8A03-E9D681FEEF89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{144F9F5C-235F-4B57-8A03-E9D681FEEF89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{144F9F5C-235F-4B57-8A03-E9D681FEEF89}.Release|Any CPU.Build.0 = Release|Any CPU
{E229F013-1B99-49E7-BD20-9041F1E8D92F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E229F013-1B99-49E7-BD20-9041F1E8D92F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E229F013-1B99-49E7-BD20-9041F1E8D92F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E229F013-1B99-49E7-BD20-9041F1E8D92F}.Release|Any CPU.Build.0 = Release|Any CPU
{163D81E7-128E-431F-B827-F2AA2BD1D077}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{163D81E7-128E-431F-B827-F2AA2BD1D077}.Debug|Any CPU.Build.0 = Debug|Any CPU
{163D81E7-128E-431F-B827-F2AA2BD1D077}.Release|Any CPU.ActiveCfg = Release|Any CPU
{163D81E7-128E-431F-B827-F2AA2BD1D077}.Release|Any CPU.Build.0 = Release|Any CPU
{C74789B4-A028-45FC-9771-F5848491AB89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C74789B4-A028-45FC-9771-F5848491AB89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C74789B4-A028-45FC-9771-F5848491AB89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C74789B4-A028-45FC-9771-F5848491AB89}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {02A44F2D-FD0C-446D-A392-467A17AD2B7D}
EndGlobalSection
EndGlobal