forked from DelvUI/DelvUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDelvUI.sln
28 lines (28 loc) · 1.43 KB
/
DelvUI.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DelvUI", "DelvUI\DelvUI.csproj", "{47ED9FA0-F4D6-48B3-A0C7-6252FC014160}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Github Actions", "Github Actions", "{DA30F329-21B7-4179-A758-5B2760C15F20}"
ProjectSection(SolutionItems) = preProject
.github\ISSUE_TEMPLATE\BUG-REPORT.yaml = .github\ISSUE_TEMPLATE\BUG-REPORT.yaml
.github\ISSUE_TEMPLATE\HELP-WANTED.yml = .github\ISSUE_TEMPLATE\HELP-WANTED.yml
.github\ISSUE_TEMPLATE\SUGGESTION.yaml = .github\ISSUE_TEMPLATE\SUGGESTION.yaml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{226FB92B-E6FD-4D1A-9D6F-C4292450B706}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{47ED9FA0-F4D6-48B3-A0C7-6252FC014160}.Debug|Any CPU.ActiveCfg = Debug|x64
{47ED9FA0-F4D6-48B3-A0C7-6252FC014160}.Debug|Any CPU.Build.0 = Debug|x64
{47ED9FA0-F4D6-48B3-A0C7-6252FC014160}.Release|Any CPU.ActiveCfg = Release|x64
{47ED9FA0-F4D6-48B3-A0C7-6252FC014160}.Release|Any CPU.Build.0 = Release|x64
EndGlobalSection
EndGlobal