-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathHercules.sln
34 lines (34 loc) · 1.34 KB
/
Hercules.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "Hercules", "Hercules\Hercules.pyproj", "{FD012128-56D9-4EEF-8021-B39662BEDB33}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Projektmappenelemente", "Projektmappenelemente", "{F349F465-FF67-48FE-ABA4-F5D4301FA44B}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
debug_docker.bat = debug_docker.bat
docker-compose.yml = docker-compose.yml
LICENSE = LICENSE
README.md = README.md
release.bat = release.bat
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FD012128-56D9-4EEF-8021-B39662BEDB33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD012128-56D9-4EEF-8021-B39662BEDB33}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {85F648D8-4409-4D78-943D-A5F6972A913F}
EndGlobalSection
EndGlobal