-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhetzerize.sln
50 lines (50 loc) · 2.44 KB
/
hetzerize.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35605.110
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
global.json = global.json
version.json = version.json
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "hetzerize", "src\hetzerize\hetzerize.csproj", "{9B166452-4CDE-9416-2A23-80E2F935F9CB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".config", ".config", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
ProjectSection(SolutionItems) = preProject
.config\dotnet-tools.json = .config\dotnet-tools.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "hetzerize.build", "build\hetzerize.build.csproj", "{A381FBF3-E996-4B54-B9C8-967517E887B9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{E67E5857-7E90-407B-ABF8-D8EEB3701808}"
ProjectSection(SolutionItems) = preProject
.github\workflows\compile.yml = .github\workflows\compile.yml
.github\workflows\create-release.yml = .github\workflows\create-release.yml
.github\workflows\publish-all.yml = .github\workflows\publish-all.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9B166452-4CDE-9416-2A23-80E2F935F9CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B166452-4CDE-9416-2A23-80E2F935F9CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B166452-4CDE-9416-2A23-80E2F935F9CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B166452-4CDE-9416-2A23-80E2F935F9CB}.Release|Any CPU.Build.0 = Release|Any CPU
{A381FBF3-E996-4B54-B9C8-967517E887B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A381FBF3-E996-4B54-B9C8-967517E887B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {296DF155-CCBC-4CEA-B08E-DD68695F5D2A}
EndGlobalSection
EndGlobal