-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathArbeitszeitrechner.sln
More file actions
63 lines (63 loc) · 3.21 KB
/
Arbeitszeitrechner.sln
File metadata and controls
63 lines (63 loc) · 3.21 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Arbeitszeitrechner", "Arbeitszeitrechner\Arbeitszeitrechner.csproj", "{6CAD5B50-6C7D-45BE-8879-B9D69213B9EB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{2539E4A2-53FD-4727-9C82-C93352324818}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Git", "Git", "{1E331D26-240D-497A-A85D-9F20A31F4D32}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dotnet", "Dotnet", "{0EACFCE3-5FB5-4D8C-8925-C59923A2B0E6}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub", "GitHub", "{391B40D2-FF99-4391-88EA-E1EB1F07161C}"
ProjectSection(SolutionItems) = preProject
.github\CONTRIBUTING.md = .github\CONTRIBUTING.md
.github\PULL_REQUEST_TEMPLATE.md = .github\PULL_REQUEST_TEMPLATE.md
.github\SECURITY.md = .github\SECURITY.md
.github\RELEASE_TEMPLATE.md = .github\RELEASE_TEMPLATE.md
.github\renovate.json5 = .github\renovate.json5
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Issues", "Issues", "{94FA1D7D-D0B3-4F90-925A-D9A501515DF3}"
ProjectSection(SolutionItems) = preProject
.github\ISSUE_TEMPLATE\bug-report.yml = .github\ISSUE_TEMPLATE\bug-report.yml
.github\ISSUE_TEMPLATE\config.yml = .github\ISSUE_TEMPLATE\config.yml
.github\ISSUE_TEMPLATE\documentation-improvement.yml = .github\ISSUE_TEMPLATE\documentation-improvement.yml
.github\ISSUE_TEMPLATE\feature-request.yml = .github\ISSUE_TEMPLATE\feature-request.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Pipelines", "Pipelines", "{BCA962FA-A428-4D38-98DF-897174B896DE}"
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
{6CAD5B50-6C7D-45BE-8879-B9D69213B9EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CAD5B50-6C7D-45BE-8879-B9D69213B9EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CAD5B50-6C7D-45BE-8879-B9D69213B9EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CAD5B50-6C7D-45BE-8879-B9D69213B9EB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1E331D26-240D-497A-A85D-9F20A31F4D32} = {2539E4A2-53FD-4727-9C82-C93352324818}
{0EACFCE3-5FB5-4D8C-8925-C59923A2B0E6} = {2539E4A2-53FD-4727-9C82-C93352324818}
{391B40D2-FF99-4391-88EA-E1EB1F07161C} = {2539E4A2-53FD-4727-9C82-C93352324818}
{94FA1D7D-D0B3-4F90-925A-D9A501515DF3} = {391B40D2-FF99-4391-88EA-E1EB1F07161C}
{BCA962FA-A428-4D38-98DF-897174B896DE} = {391B40D2-FF99-4391-88EA-E1EB1F07161C}
EndGlobalSection
EndGlobal