-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcoindesigner.sln
35 lines (35 loc) · 1.88 KB
/
coindesigner.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
35
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "coindesigner_make", "coindesigner_make.vcproj", "{8A51CD62-F8E0-4207-8EB3-8326664FEDA9}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "coindesigner", "coindesigner.vcproj", "{48C1C3EB-C202-4FDA-8921-E50452037ADE}"
ProjectSection(ProjectDependencies) = postProject
{8A51CD62-F8E0-4207-8EB3-8326664FEDA9} = {8A51CD62-F8E0-4207-8EB3-8326664FEDA9}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cdsview", "cdsview.vcproj", "{8C2EC974-F267-4F88-86A3-D4BB8E7F2B47}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8A51CD62-F8E0-4207-8EB3-8326664FEDA9}.Debug|Win32.ActiveCfg = Debug|Win32
{8A51CD62-F8E0-4207-8EB3-8326664FEDA9}.Debug|Win32.Build.0 = Debug|Win32
{8A51CD62-F8E0-4207-8EB3-8326664FEDA9}.Release|Win32.ActiveCfg = Release|Win32
{8A51CD62-F8E0-4207-8EB3-8326664FEDA9}.Release|Win32.Build.0 = Release|Win32
{48C1C3EB-C202-4FDA-8921-E50452037ADE}.Debug|Win32.ActiveCfg = Debug|Win32
{48C1C3EB-C202-4FDA-8921-E50452037ADE}.Debug|Win32.Build.0 = Debug|Win32
{48C1C3EB-C202-4FDA-8921-E50452037ADE}.Release|Win32.ActiveCfg = Release|Win32
{48C1C3EB-C202-4FDA-8921-E50452037ADE}.Release|Win32.Build.0 = Release|Win32
{8C2EC974-F267-4F88-86A3-D4BB8E7F2B47}.Debug|Win32.ActiveCfg = Debug|Win32
{8C2EC974-F267-4F88-86A3-D4BB8E7F2B47}.Debug|Win32.Build.0 = Debug|Win32
{8C2EC974-F267-4F88-86A3-D4BB8E7F2B47}.Release|Win32.ActiveCfg = Release|Win32
{8C2EC974-F267-4F88-86A3-D4BB8E7F2B47}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal