-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCustomizableName.sln
More file actions
54 lines (54 loc) · 2.54 KB
/
CustomizableName.sln
File metadata and controls
54 lines (54 loc) · 2.54 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E5FE0A78-8301-44C0-8162-531ADDD3B57C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CustomizableName", "src\CustomizableName\CustomizableName.csproj", "{CD69A637-AC37-4112-8246-BCEDC53747F7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{6B147D24-A75D-426C-B4B1-B54E6AA7981D}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
CHANGELOG.md = CHANGELOG.md
.github\FUNDING.yml = .github\FUNDING.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
ProjectSection(SolutionItems) = preProject
.github\workflows\thunderstore-publish.yml = .github\workflows\thunderstore-publish.yml
.github\workflows\thunderstore-build.yml = .github\workflows\thunderstore-build.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Configuration", "Configuration", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
ProjectSection(SolutionItems) = preProject
Config.Build.user.props = Config.Build.user.props
Config.Build.user.props.template = Config.Build.user.props.template
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CD69A637-AC37-4112-8246-BCEDC53747F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD69A637-AC37-4112-8246-BCEDC53747F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD69A637-AC37-4112-8246-BCEDC53747F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD69A637-AC37-4112-8246-BCEDC53747F7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CD69A637-AC37-4112-8246-BCEDC53747F7} = {E5FE0A78-8301-44C0-8162-531ADDD3B57C}
{02EA681E-C7D8-13C7-8484-4AC65E1B71E8} = {6B147D24-A75D-426C-B4B1-B54E6AA7981D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {92F6D475-68F0-44D6-A1AF-A28F5948E381}
EndGlobalSection
EndGlobal