-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathHDSprites.sln
32 lines (32 loc) · 1.29 KB
/
HDSprites.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.705
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{5954F6AD-8B7C-477F-ADB0-F1735095EC8E}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HDSprites", "HDSprites\HDSprites.csproj", "{FA1CE0F7-9DB7-4A4D-994F-52867D6E5EB5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FA1CE0F7-9DB7-4A4D-994F-52867D6E5EB5}.Debug|x86.ActiveCfg = Debug|Any CPU
{FA1CE0F7-9DB7-4A4D-994F-52867D6E5EB5}.Debug|x86.Build.0 = Debug|Any CPU
{FA1CE0F7-9DB7-4A4D-994F-52867D6E5EB5}.Release|x86.ActiveCfg = Release|Any CPU
{FA1CE0F7-9DB7-4A4D-994F-52867D6E5EB5}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C85F29FD-5910-4B2E-981A-1230750B5A10}
EndGlobalSection
EndGlobal