-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCDP-Batch-Editor.sln
48 lines (48 loc) · 2.46 KB
/
CDP-Batch-Editor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CDPBatchEditor", "CDPBatchEditor\CDPBatchEditor.csproj", "{E86ED96C-E671-44BD-BA8D-87C73538B581}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CDPBatchEditor.Tests", "CDPBatchEditor.Tests\CDPBatchEditor.Tests.csproj", "{8500569C-42C6-4B0E-BC63-B09272AA5BD5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CDA6E172-455B-4D2D-B6B2-C6E9433A318D}"
ProjectSection(SolutionItems) = preProject
CDPBatchEditor\CDP-Batch-Editor.sln.DotSettings = CDPBatchEditor\CDP-Batch-Editor.sln.DotSettings
CommandExamples.md = CommandExamples.md
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Github Actions", "Github Actions", "{6A77D960-8620-4381-9FF1-5E524C94D2D0}"
ProjectSection(SolutionItems) = preProject
.github\workflows\codeql-analysis.yml = .github\workflows\codeql-analysis.yml
.github\workflows\CodeQuality.yml = .github\workflows\CodeQuality.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E86ED96C-E671-44BD-BA8D-87C73538B581}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E86ED96C-E671-44BD-BA8D-87C73538B581}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E86ED96C-E671-44BD-BA8D-87C73538B581}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E86ED96C-E671-44BD-BA8D-87C73538B581}.Release|Any CPU.Build.0 = Release|Any CPU
{8500569C-42C6-4B0E-BC63-B09272AA5BD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8500569C-42C6-4B0E-BC63-B09272AA5BD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8500569C-42C6-4B0E-BC63-B09272AA5BD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8500569C-42C6-4B0E-BC63-B09272AA5BD5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6A77D960-8620-4381-9FF1-5E524C94D2D0} = {CDA6E172-455B-4D2D-B6B2-C6E9433A318D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DAB820BA-3891-443B-A7A1-CBFF03C8A0C0}
EndGlobalSection
EndGlobal