-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAdaskoTheBeAsT.FluentValidation.SimpleInjector.sln
72 lines (72 loc) · 3.82 KB
/
AdaskoTheBeAsT.FluentValidation.SimpleInjector.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31423.177
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".props", ".props", "{642CC215-0D1B-4627-9F05-EC563DAEB214}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.runsettings = .runsettings
AdaskoTheBeAsT.FluentValidation.SimpleInjector.sln.DotSettings = AdaskoTheBeAsT.FluentValidation.SimpleInjector.sln.DotSettings
AdaskoTheBeAsT.ruleset = AdaskoTheBeAsT.ruleset
azure-pipelines.yml = azure-pipelines.yml
DeterministicBuild.targets = DeterministicBuild.targets
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
global.json = global.json
LICENSE = LICENSE
README.md = README.md
SecurityCodeScan.config.yml = SecurityCodeScan.config.yml
Settings.StyleCop = Settings.StyleCop
stylecop.json = stylecop.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{4E428AEE-79FD-4765-B9CF-0FCD68838F3E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdaskoTheBeAsT.FluentValidation.SimpleInjector", "src\AdaskoTheBeAsT.FluentValidation.SimpleInjector\AdaskoTheBeAsT.FluentValidation.SimpleInjector.csproj", "{E2EE84CB-4AAA-424C-A8FB-B5904D45AC06}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdaskoTheBeAsT.FluentValidation.SimpleInjector.Test", "test\unit\AdaskoTheBeAsT.FluentValidation.SimpleInjector.Test\AdaskoTheBeAsT.FluentValidation.SimpleInjector.Test.csproj", "{98DDBBBC-E56D-40AF-8717-1357694F4561}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{164B4A4B-2D45-4404-AEA4-84DED4C08D44}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "unit", "unit", "{41838046-8FDE-4687-99FB-202C793EB02F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".props", ".props", "{E9F9C3ED-113B-44F9-AF95-F4E1F490044E}"
ProjectSection(SolutionItems) = preProject
test\Directory.Build.props = test\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".sarif", ".sarif", "{DED01103-7AAB-4E24-8E6D-FC986E0BB93F}"
ProjectSection(SolutionItems) = preProject
.sarif\.gitkeep = .sarif\.gitkeep
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E2EE84CB-4AAA-424C-A8FB-B5904D45AC06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2EE84CB-4AAA-424C-A8FB-B5904D45AC06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2EE84CB-4AAA-424C-A8FB-B5904D45AC06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2EE84CB-4AAA-424C-A8FB-B5904D45AC06}.Release|Any CPU.Build.0 = Release|Any CPU
{98DDBBBC-E56D-40AF-8717-1357694F4561}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98DDBBBC-E56D-40AF-8717-1357694F4561}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98DDBBBC-E56D-40AF-8717-1357694F4561}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98DDBBBC-E56D-40AF-8717-1357694F4561}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E2EE84CB-4AAA-424C-A8FB-B5904D45AC06} = {4E428AEE-79FD-4765-B9CF-0FCD68838F3E}
{98DDBBBC-E56D-40AF-8717-1357694F4561} = {41838046-8FDE-4687-99FB-202C793EB02F}
{41838046-8FDE-4687-99FB-202C793EB02F} = {164B4A4B-2D45-4404-AEA4-84DED4C08D44}
{E9F9C3ED-113B-44F9-AF95-F4E1F490044E} = {164B4A4B-2D45-4404-AEA4-84DED4C08D44}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {80B83EDC-2959-4200-A509-DA02FC0935DE}
EndGlobalSection
EndGlobal