-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCosmic.sln
More file actions
29 lines (29 loc) · 1.36 KB
/
Cosmic.sln
File metadata and controls
29 lines (29 loc) · 1.36 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29209.62
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Cosmic", "src\Cosmic.vcxproj", "{9EBADE9D-4A09-448D-882E-A337E7CAFB0F}"
ProjectSection(ProjectDependencies) = postProject
{491CC9D7-89BB-42EA-9168-CDE4CBC3DA57} = {491CC9D7-89BB-42EA-9168-CDE4CBC3DA57}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bitcoin-cryptography-library", "libs\bitcoin-cryptography-library\bitcoin-cryptography-library.vcxproj", "{491CC9D7-89BB-42EA-9168-CDE4CBC3DA57}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9EBADE9D-4A09-448D-882E-A337E7CAFB0F}.Release|x64.ActiveCfg = Release|x64
{9EBADE9D-4A09-448D-882E-A337E7CAFB0F}.Release|x64.Build.0 = Release|x64
{491CC9D7-89BB-42EA-9168-CDE4CBC3DA57}.Release|x64.ActiveCfg = Release|x64
{491CC9D7-89BB-42EA-9168-CDE4CBC3DA57}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DDA7706D-2619-4515-86AB-B1E965A2BAF6}
EndGlobalSection
EndGlobal