1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 12.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <ItemGroup Label =" ProjectConfigurations" >
4+ <ProjectConfiguration Include =" Debug|Win32" >
5+ <Configuration >Debug</Configuration >
6+ <Platform >Win32</Platform >
7+ </ProjectConfiguration >
8+ <ProjectConfiguration Include =" Release|Win32" >
9+ <Configuration >Release</Configuration >
10+ <Platform >Win32</Platform >
11+ </ProjectConfiguration >
12+ </ItemGroup >
13+ <PropertyGroup Label =" Globals" >
14+ <ProjectGuid >{F689D1DC-FA65-43A5-86BF-46F32F76D0D3}</ProjectGuid >
15+ <Keyword >Win32Proj</Keyword >
16+ <RootNamespace >generatekey</RootNamespace >
17+ </PropertyGroup >
18+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
20+ <ConfigurationType >Application</ConfigurationType >
21+ <UseDebugLibraries >true</UseDebugLibraries >
22+ <PlatformToolset >v120</PlatformToolset >
23+ <CharacterSet >Unicode</CharacterSet >
24+ </PropertyGroup >
25+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
26+ <ConfigurationType >Application</ConfigurationType >
27+ <UseDebugLibraries >false</UseDebugLibraries >
28+ <PlatformToolset >v120</PlatformToolset >
29+ <WholeProgramOptimization >true</WholeProgramOptimization >
30+ <CharacterSet >Unicode</CharacterSet >
31+ </PropertyGroup >
32+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
33+ <ImportGroup Label =" ExtensionSettings" >
34+ </ImportGroup >
35+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
36+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
37+ </ImportGroup >
38+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
39+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
40+ </ImportGroup >
41+ <PropertyGroup Label =" UserMacros" />
42+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
43+ <LinkIncremental >true</LinkIncremental >
44+ <IncludePath >..\..\..\depends\include;..\..\..\src;$(IncludePath)</IncludePath >
45+ <LibraryPath >..\..\..\depends\lib\openssl;$(LibraryPath)</LibraryPath >
46+ <TargetName >$(ProjectName)2013_d</TargetName >
47+ <OutDir >..\Debug</OutDir >
48+ <IntDir >$(Configuration)\generate-key</IntDir >
49+ </PropertyGroup >
50+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
51+ <LinkIncremental >false</LinkIncremental >
52+ <IncludePath >..\..\..\depends\include;..\..\..\src;$(IncludePath)</IncludePath >
53+ <LibraryPath >..\..\..\depends\lib\openssl;$(LibraryPath)</LibraryPath >
54+ <TargetName >$(ProjectName)2013</TargetName >
55+ <OutDir >..\Release</OutDir >
56+ <IntDir >$(Configuration)\generate-key</IntDir >
57+ </PropertyGroup >
58+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
59+ <ClCompile >
60+ <PrecompiledHeader >
61+ </PrecompiledHeader >
62+ <WarningLevel >Level3</WarningLevel >
63+ <Optimization >Disabled</Optimization >
64+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;_LIB;_CRT_SECURE_NO_WARNINGS;-D_SCL_SECURE_NO_WARNINGS;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions >
65+ </ClCompile >
66+ <Link >
67+ <SubSystem >Console</SubSystem >
68+ <GenerateDebugInformation >true</GenerateDebugInformation >
69+ <AdditionalDependencies >libeay32.lib;%(AdditionalDependencies)</AdditionalDependencies >
70+ </Link >
71+ </ItemDefinitionGroup >
72+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
73+ <ClCompile >
74+ <WarningLevel >Level3</WarningLevel >
75+ <PrecompiledHeader >
76+ </PrecompiledHeader >
77+ <Optimization >MaxSpeed</Optimization >
78+ <FunctionLevelLinking >true</FunctionLevelLinking >
79+ <IntrinsicFunctions >true</IntrinsicFunctions >
80+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;_LIB;_CRT_SECURE_NO_WARNINGS;-D_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
81+ </ClCompile >
82+ <Link >
83+ <SubSystem >Console</SubSystem >
84+ <GenerateDebugInformation >true</GenerateDebugInformation >
85+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
86+ <OptimizeReferences >true</OptimizeReferences >
87+ <AdditionalDependencies >libeay32.lib;%(AdditionalDependencies)</AdditionalDependencies >
88+ </Link >
89+ </ItemDefinitionGroup >
90+ <ItemGroup >
91+ <ClCompile Include =" ..\..\..\src\crypto\hmac_sha512.cpp" />
92+ <ClCompile Include =" ..\..\..\src\crypto\mnemoniccode.cpp" />
93+ <ClCompile Include =" ..\..\..\src\crypto\pbkdf2sha512.cpp" />
94+ <ClCompile Include =" ..\..\..\src\crypto\sha512.cpp" />
95+ <ClCompile Include =" ..\..\..\src\keynode\CoinClasses\hdkeys.cpp" />
96+ <ClCompile Include =" ..\..\..\src\keynode\keynode.cpp" />
97+ <ClCompile Include =" ..\..\..\src\keynode\logger.cpp" />
98+ <ClCompile Include =" ..\..\generate-key\bpgeneratekey.cpp" />
99+ <ClCompile Include =" ..\..\generate-key\keytreeutil.cpp" />
100+ <ClCompile Include =" ..\..\generate-key\main-gbk.cpp" />
101+ </ItemGroup >
102+ <ItemGroup >
103+ <ClInclude Include =" ..\..\..\src\compat\byteswap.h" />
104+ <ClInclude Include =" ..\..\..\src\compat\endian.h" />
105+ <ClInclude Include =" ..\..\..\src\crypto\common.h" />
106+ <ClInclude Include =" ..\..\..\src\crypto\hmac_sha512.h" />
107+ <ClInclude Include =" ..\..\..\src\crypto\mnemoniccode.h" />
108+ <ClInclude Include =" ..\..\..\src\crypto\pbkdf2sha512.h" />
109+ <ClInclude Include =" ..\..\..\src\crypto\sha512.h" />
110+ <ClInclude Include =" ..\..\..\src\keynode\CoinClasses\Base58Check.h" />
111+ <ClInclude Include =" ..\..\..\src\keynode\CoinClasses\BigInt.h" />
112+ <ClInclude Include =" ..\..\..\src\keynode\CoinClasses\encodings.h" />
113+ <ClInclude Include =" ..\..\..\src\keynode\CoinClasses\hash.h" />
114+ <ClInclude Include =" ..\..\..\src\keynode\CoinClasses\hdkeys.h" />
115+ <ClInclude Include =" ..\..\..\src\keynode\CoinClasses\secp256k1.h" />
116+ <ClInclude Include =" ..\..\..\src\keynode\CoinClasses\typedefs.h" />
117+ <ClInclude Include =" ..\..\..\src\keynode\CoinClasses\uchar_vector.h" />
118+ <ClInclude Include =" ..\..\..\src\keynode\keynode.h" />
119+ <ClInclude Include =" ..\..\..\src\keynode\logger.h" />
120+ <ClInclude Include =" ..\..\..\src\keynode\stringutils.h" />
121+ <ClInclude Include =" ..\..\generate-key\bpgeneratekey.h" />
122+ <ClInclude Include =" ..\..\generate-key\keytreeutil.h" />
123+ </ItemGroup >
124+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
125+ <ImportGroup Label =" ExtensionTargets" >
126+ </ImportGroup >
127+ </Project >
0 commit comments