-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathCASL.sln
70 lines (70 loc) · 3.68 KB
/
CASL.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31321.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CASL", "CASL\CASL.csproj", "{B62B38C5-0DFF-46A0-B95A-D613F366040D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Testing", "Testing", "{1D5152DF-EF10-45CD-87F0-436CFAB60002}"
ProjectSection(SolutionItems) = preProject
Testing\.editorconfig = Testing\.editorconfig
Testing\CASL.runsettings = Testing\CASL.runsettings
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CASLTesting", "Testing\CASLTesting\CASLTesting.csproj", "{1DC6781C-60A4-478A-9FCF-AB23A9CF111A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{A1E4FF06-D30B-4DB5-800A-63FF7D7B39E2}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
LICENSE.md = LICENSE.md
README.md = README.md
.gitignore = .gitignore
BACKERS.md = BACKERS.md
renovate.json = renovate.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CASLTests", "Testing\CASLTests\CASLTests.csproj", "{2F67B7C0-7BA4-4EDD-8B0C-38793A3DE77C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WorkFlows", "WorkFlows", "{5F701C8E-2B7C-427B-B16F-068BD369D2BF}"
ProjectSection(SolutionItems) = preProject
.github\workflows\add-new-item-to-project.yml = .github\workflows\add-new-item-to-project.yml
.github\workflows\build-status-check.yml = .github\workflows\build-status-check.yml
.github\workflows\prepare-release.yml = .github\workflows\prepare-release.yml
.github\workflows\release.yml = .github\workflows\release.yml
.github\workflows\sync-bot.yml = .github\workflows\sync-bot.yml
.github\workflows\sync-pr-to-issue.yml = .github\workflows\sync-pr-to-issue.yml
.github\workflows\sync-status-check.yml = .github\workflows\sync-status-check.yml
.github\workflows\unit-test-status-check.yml = .github\workflows\unit-test-status-check.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|x64 = Release|x64
Debug|x64 = Debug|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B62B38C5-0DFF-46A0-B95A-D613F366040D}.Release|x64.ActiveCfg = Release|x64
{B62B38C5-0DFF-46A0-B95A-D613F366040D}.Release|x64.Build.0 = Release|x64
{B62B38C5-0DFF-46A0-B95A-D613F366040D}.Debug|x64.ActiveCfg = Debug|x64
{B62B38C5-0DFF-46A0-B95A-D613F366040D}.Debug|x64.Build.0 = Debug|x64
{1DC6781C-60A4-478A-9FCF-AB23A9CF111A}.Release|x64.ActiveCfg = Release|x64
{1DC6781C-60A4-478A-9FCF-AB23A9CF111A}.Release|x64.Build.0 = Release|x64
{1DC6781C-60A4-478A-9FCF-AB23A9CF111A}.Debug|x64.ActiveCfg = Debug|x64
{1DC6781C-60A4-478A-9FCF-AB23A9CF111A}.Debug|x64.Build.0 = Debug|x64
{2F67B7C0-7BA4-4EDD-8B0C-38793A3DE77C}.Release|x64.ActiveCfg = Release|x64
{2F67B7C0-7BA4-4EDD-8B0C-38793A3DE77C}.Release|x64.Build.0 = Release|x64
{2F67B7C0-7BA4-4EDD-8B0C-38793A3DE77C}.Debug|x64.ActiveCfg = Debug|x64
{2F67B7C0-7BA4-4EDD-8B0C-38793A3DE77C}.Debug|x64.Build.0 = Debug|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1DC6781C-60A4-478A-9FCF-AB23A9CF111A} = {1D5152DF-EF10-45CD-87F0-436CFAB60002}
{2F67B7C0-7BA4-4EDD-8B0C-38793A3DE77C} = {1D5152DF-EF10-45CD-87F0-436CFAB60002}
{5F701C8E-2B7C-427B-B16F-068BD369D2BF} = {A1E4FF06-D30B-4DB5-800A-63FF7D7B39E2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {71FA48B2-788D-4680-AEE1-64B047BE83DE}
EndGlobalSection
EndGlobal