-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
HimbeertoniRaidTool.sln
44 lines (44 loc) · 2.42 KB
/
HimbeertoniRaidTool.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.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HimbeertoniRaidTool.Plugin", "HimbeertoniRaidTool\HimbeertoniRaidTool.Plugin.csproj", "{13C812E9-0D42-4B95-8646-40EEBF30636F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{421C307F-86F9-4723-9EEF-104BA4D1A983}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HimbeertoniRaidTool.Common", "lib\HimbeertoniRaidTool.Common\HimbeertoniRaidTool.Common.csproj", "{EA419F64-32A4-4027-9956-1A6FF16B94FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChangelogExporter", "ChangelogExporter\ChangelogExporter.csproj", "{77FA9820-C6B7-4B0A-9691-E97E6B52C797}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EA419F64-32A4-4027-9956-1A6FF16B94FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA419F64-32A4-4027-9956-1A6FF16B94FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA419F64-32A4-4027-9956-1A6FF16B94FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA419F64-32A4-4027-9956-1A6FF16B94FD}.Release|Any CPU.Build.0 = Release|Any CPU
{13C812E9-0D42-4B95-8646-40EEBF30636F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13C812E9-0D42-4B95-8646-40EEBF30636F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13C812E9-0D42-4B95-8646-40EEBF30636F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13C812E9-0D42-4B95-8646-40EEBF30636F}.Release|Any CPU.Build.0 = Release|Any CPU
{77FA9820-C6B7-4B0A-9691-E97E6B52C797}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77FA9820-C6B7-4B0A-9691-E97E6B52C797}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77FA9820-C6B7-4B0A-9691-E97E6B52C797}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77FA9820-C6B7-4B0A-9691-E97E6B52C797}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B17E85B1-5F60-4440-9F9A-3DDE877E8CDF}
EndGlobalSection
EndGlobal