-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfilmehannover.sln
41 lines (41 loc) · 2.06 KB
/
filmehannover.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34616.47
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7C3AA089-0F7C-4A5C-AE6A-FE525CDC6B6E}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
Dockerfile = Dockerfile
entrypoint.sh = entrypoint.sh
.github\workflows\run.yml = .github\workflows\run.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "backend", "backend\backend.csproj", "{F6F7E0A2-F9A9-4F03-9CB2-36A4B7BF1246}"
EndProject
Project("{54A90642-561A-4BB1-A94E-469ADEE60C69}") = "frontend", "frontend\frontend.esproj", "{AA610C09-54C4-4D1F-B56E-8218E90AB6E0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F6F7E0A2-F9A9-4F03-9CB2-36A4B7BF1246}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6F7E0A2-F9A9-4F03-9CB2-36A4B7BF1246}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6F7E0A2-F9A9-4F03-9CB2-36A4B7BF1246}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6F7E0A2-F9A9-4F03-9CB2-36A4B7BF1246}.Release|Any CPU.Build.0 = Release|Any CPU
{AA610C09-54C4-4D1F-B56E-8218E90AB6E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA610C09-54C4-4D1F-B56E-8218E90AB6E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA610C09-54C4-4D1F-B56E-8218E90AB6E0}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{AA610C09-54C4-4D1F-B56E-8218E90AB6E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA610C09-54C4-4D1F-B56E-8218E90AB6E0}.Release|Any CPU.Build.0 = Release|Any CPU
{AA610C09-54C4-4D1F-B56E-8218E90AB6E0}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C634E553-E5AB-4E0F-B901-B8A972E3E488}
EndGlobalSection
EndGlobal