-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRule2ProfileTool.sln
More file actions
35 lines (35 loc) · 1.6 KB
/
Rule2ProfileTool.sln
File metadata and controls
35 lines (35 loc) · 1.6 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2011
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{AD565A73-6D6B-4B78-8C9B-A2D720586ED9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WarHub.Rule2ProfileTool", "src\WarHub.Rule2ProfileTool\WarHub.Rule2ProfileTool.csproj", "{40E38546-5982-493B-A61D-71FD99D3B9DE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CFE8E3E3-A5CD-441E-9D27-CDAEEC8E6258}"
ProjectSection(SolutionItems) = preProject
nuget.config = nuget.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{40E38546-5982-493B-A61D-71FD99D3B9DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40E38546-5982-493B-A61D-71FD99D3B9DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40E38546-5982-493B-A61D-71FD99D3B9DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40E38546-5982-493B-A61D-71FD99D3B9DE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{40E38546-5982-493B-A61D-71FD99D3B9DE} = {AD565A73-6D6B-4B78-8C9B-A2D720586ED9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {938610BC-A1C5-423E-9CE6-E55CB904BAFD}
EndGlobalSection
EndGlobal