-
Notifications
You must be signed in to change notification settings - Fork 1
/
Downgrader.sln
48 lines (48 loc) · 2.35 KB
/
Downgrader.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.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Downgrader", "Downgrader\Downgrader.csproj", "{540B2C91-89AB-42F2-B605-C119E8B3084D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DowngraderCLI", "DowngraderCLI\DowngraderCLI.csproj", "{4338918B-15ED-4FEF-AC5A-80070292168B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D6E00B3F-E35E-4616-B145-A3DE1B258545}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{10B39700-AC3A-47F3-B3C1-3F0785E8B627}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{5A98F08A-3E9A-4094-A7F2-EBABFDE5D83A}"
ProjectSection(SolutionItems) = preProject
.github\workflows\CI.yml = .github\workflows\CI.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{540B2C91-89AB-42F2-B605-C119E8B3084D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{540B2C91-89AB-42F2-B605-C119E8B3084D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{540B2C91-89AB-42F2-B605-C119E8B3084D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{540B2C91-89AB-42F2-B605-C119E8B3084D}.Release|Any CPU.Build.0 = Release|Any CPU
{4338918B-15ED-4FEF-AC5A-80070292168B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4338918B-15ED-4FEF-AC5A-80070292168B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4338918B-15ED-4FEF-AC5A-80070292168B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4338918B-15ED-4FEF-AC5A-80070292168B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5A98F08A-3E9A-4094-A7F2-EBABFDE5D83A} = {10B39700-AC3A-47F3-B3C1-3F0785E8B627}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4C5AB6E4-3D88-4A7D-A7E6-04DBFBD21FFC}
EndGlobalSection
EndGlobal