forked from HalcyonGrid/halcyon-setuptools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HalcyonSetuptools.sln
34 lines (34 loc) · 1.37 KB
/
HalcyonSetuptools.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.28010.2048
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "hc-database", "Source\hc-database\hc-database.csproj", "{16ECD34E-7D8F-488F-9EB8-72326A899F23}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BC665E05-3508-40D7-9E61-4E1DCE5264BD}"
ProjectSection(SolutionItems) = preProject
.appveyor.yml = .appveyor.yml
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{16ECD34E-7D8F-488F-9EB8-72326A899F23}.Debug|x64.ActiveCfg = Debug|x64
{16ECD34E-7D8F-488F-9EB8-72326A899F23}.Debug|x64.Build.0 = Debug|x64
{16ECD34E-7D8F-488F-9EB8-72326A899F23}.Release|x64.ActiveCfg = Release|x64
{16ECD34E-7D8F-488F-9EB8-72326A899F23}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {79BBF5A6-27A0-45E8-B32A-73B143F84E05}
EndGlobalSection
EndGlobal