-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparsley.net.sln
More file actions
55 lines (55 loc) · 2.83 KB
/
parsley.net.sln
File metadata and controls
55 lines (55 loc) · 2.83 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35828.75
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Parsley", "src\Parsley\Parsley.csproj", "{318DEBE6-283F-4D1A-8FC8-34CDCF9EC36D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{17C923C8-15CA-42F6-A890-D5C2090FBB53}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Parsley.Tests", "tests\Parsley.Tests\Parsley.Tests.csproj", "{A85FB91B-8136-4686-95A9-E2527B91B2F6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "misc", "misc", "{46D4E830-1AD4-489A-A7B4-BC2DB7AB1B27}"
ProjectSection(SolutionItems) = preProject
GitVersion.yml = GitVersion.yml
LICENSE = LICENSE
README.md = README.md
Parsley.md = Parsley.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "github", "github", "{7CF3DC62-9D9D-4B56-869F-A3AB88B2DE6D}"
ProjectSection(SolutionItems) = preProject
.github\workflows\Master-Build.yml = .github\workflows\Master-Build.yml
.github\workflows\Master-CodeQL.yml = .github\workflows\Master-CodeQL.yml
.github\workflows\PR-CodeQL.yml = .github\workflows\PR-CodeQL.yml
.github\workflows\PR-CI.yml = .github\workflows\PR-CI.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{318DEBE6-283F-4D1A-8FC8-34CDCF9EC36D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{318DEBE6-283F-4D1A-8FC8-34CDCF9EC36D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{318DEBE6-283F-4D1A-8FC8-34CDCF9EC36D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{318DEBE6-283F-4D1A-8FC8-34CDCF9EC36D}.Release|Any CPU.Build.0 = Release|Any CPU
{A85FB91B-8136-4686-95A9-E2527B91B2F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A85FB91B-8136-4686-95A9-E2527B91B2F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A85FB91B-8136-4686-95A9-E2527B91B2F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A85FB91B-8136-4686-95A9-E2527B91B2F6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{318DEBE6-283F-4D1A-8FC8-34CDCF9EC36D} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
{A85FB91B-8136-4686-95A9-E2527B91B2F6} = {17C923C8-15CA-42F6-A890-D5C2090FBB53}
{7CF3DC62-9D9D-4B56-869F-A3AB88B2DE6D} = {46D4E830-1AD4-489A-A7B4-BC2DB7AB1B27}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4504A941-D269-4515-92C3-DA407304F44C}
EndGlobalSection
EndGlobal