-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSecurity-Kit.sln
More file actions
65 lines (65 loc) · 3.18 KB
/
Security-Kit.sln
File metadata and controls
65 lines (65 loc) · 3.18 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "asset", "asset", "{7BF324E0-9345-42F9-80D2-07DD84E65E79}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{97DEBBBA-C978-4933-A7A2-F9EBB12F5DC2}"
ProjectSection(SolutionItems) = preProject
build\Beta.bat = build\Beta.bat
build\Beta_WithoutBuild.bat = build\Beta_WithoutBuild.bat
build\Nightly.bat = build\Nightly.bat
build\Nightly_WithoutBuild.bat = build\Nightly_WithoutBuild.bat
build\Release.bat = build\Release.bat
build\Release_WithoutBuild.bat = build\Release_WithoutBuild.bat
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{0FAA28EC-1B72-48D9-A3BE-BD12F78D4CFB}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src-validation", "src-validation", "{328AD07C-E9F5-473B-AAB0-21DEF2856C6E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{9A3BD70A-8DBB-44B5-88E6-CFBF3E101075}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solution", "solution", "{AB1011C2-E62B-43EC-900C-5FC2ED511437}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
common.props = common.props
common.tests.props = common.tests.props
LICENSE = LICENSE
logo.png = logo.png
asset\version.dev.props = asset\version.dev.props
asset\version.props = asset\version.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{67A76444-64A2-4734-ADBB-B13889094A34}"
ProjectSection(SolutionItems) = preProject
asset\images\icon.back.png = asset\images\icon.back.png
asset\images\icon.png = asset\images\icon.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "props", "props", "{5F292190-2AC1-4E74-9A1F-28687E35F169}"
ProjectSection(SolutionItems) = preProject
asset\props\misc.props = asset\props\misc.props
asset\props\package.props = asset\props\package.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Validation.Extensions.Verification", "src\Cosmos.Validation.Extensions.Verification\Cosmos.Validation.Extensions.Verification.csproj", "{A9AA15B3-388E-4C71-908A-258C228E7C20}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{67A76444-64A2-4734-ADBB-B13889094A34} = {7BF324E0-9345-42F9-80D2-07DD84E65E79}
{5F292190-2AC1-4E74-9A1F-28687E35F169} = {7BF324E0-9345-42F9-80D2-07DD84E65E79}
{A9AA15B3-388E-4C71-908A-258C228E7C20} = {328AD07C-E9F5-473B-AAB0-21DEF2856C6E}
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A9AA15B3-388E-4C71-908A-258C228E7C20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9AA15B3-388E-4C71-908A-258C228E7C20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9AA15B3-388E-4C71-908A-258C228E7C20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9AA15B3-388E-4C71-908A-258C228E7C20}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal