-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHearthStone.ResourceGenerator.sln
34 lines (34 loc) · 1.46 KB
/
HearthStone.ResourceGenerator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HearthStone ResourceGenerator", "HearthStone.ResourceGenerator\HearthStone.ResourceGenerator.csproj", "{14264208-9B1D-4D3C-957D-65B1447FB5E5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5747FBE3-979E-48AA-8012-A686B12D0D3B}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
NuGet.Config = NuGet.Config
Output.png = Output.png
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{14264208-9B1D-4D3C-957D-65B1447FB5E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14264208-9B1D-4D3C-957D-65B1447FB5E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14264208-9B1D-4D3C-957D-65B1447FB5E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14264208-9B1D-4D3C-957D-65B1447FB5E5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {13A3CDAD-15F3-4B9D-861B-D02D0BAFBDF1}
EndGlobalSection
EndGlobal