-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDangl.GiteaOrgManager.sln
44 lines (44 loc) · 2.03 KB
/
Dangl.GiteaOrgManager.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33627.172
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dangl.GiteaOrgManager", "src\Dangl.GiteaOrgManager\Dangl.GiteaOrgManager.csproj", "{F1D51C6E-EC4A-45CF-9C61-433349A13333}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7292B099-9E7F-4835-849D-6C15292DBE32}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{42030FD8-16D4-4FFF-9FAE-D260F750CC35}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BC14055D-F5A2-4C9E-939D-90B7120392CF}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
docfx.json = docfx.json
GitVersion.yml = GitVersion.yml
LICENSE.md = LICENSE.md
README.md = README.md
toc.yml = toc.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F1D51C6E-EC4A-45CF-9C61-433349A13333}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1D51C6E-EC4A-45CF-9C61-433349A13333}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1D51C6E-EC4A-45CF-9C61-433349A13333}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1D51C6E-EC4A-45CF-9C61-433349A13333}.Release|Any CPU.Build.0 = Release|Any CPU
{42030FD8-16D4-4FFF-9FAE-D260F750CC35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42030FD8-16D4-4FFF-9FAE-D260F750CC35}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F1D51C6E-EC4A-45CF-9C61-433349A13333} = {7292B099-9E7F-4835-849D-6C15292DBE32}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F0AE9D91-F12E-49ED-ACCE-9B35B874BD93}
EndGlobalSection
EndGlobal