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 =" Debug|x64" >
9+ <Configuration >Debug</Configuration >
10+ <Platform >x64</Platform >
11+ </ProjectConfiguration >
12+ <ProjectConfiguration Include =" Release|Win32" >
13+ <Configuration >Release</Configuration >
14+ <Platform >Win32</Platform >
15+ </ProjectConfiguration >
16+ <ProjectConfiguration Include =" Release|x64" >
17+ <Configuration >Release</Configuration >
18+ <Platform >x64</Platform >
19+ </ProjectConfiguration >
20+ </ItemGroup >
21+ <PropertyGroup Label =" Globals" >
22+ <Keyword >Win32Proj</Keyword >
23+ <RootNamespace >Ethereum</RootNamespace >
24+ <ProjectName >Ethereum</ProjectName >
25+ <ProjectGuid >{C60C065C-2135-4B2B-AFD4-35FD7AC56B40}</ProjectGuid >
26+ </PropertyGroup >
27+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
29+ <ConfigurationType >Application</ConfigurationType >
30+ <UseDebugLibraries >true</UseDebugLibraries >
31+ <PlatformToolset >v120</PlatformToolset >
32+ <CharacterSet >Unicode</CharacterSet >
33+ </PropertyGroup >
34+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
35+ <ConfigurationType >Application</ConfigurationType >
36+ <UseDebugLibraries >true</UseDebugLibraries >
37+ <PlatformToolset >v120</PlatformToolset >
38+ <CharacterSet >Unicode</CharacterSet >
39+ </PropertyGroup >
40+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
41+ <ConfigurationType >Application</ConfigurationType >
42+ <UseDebugLibraries >false</UseDebugLibraries >
43+ <PlatformToolset >v120</PlatformToolset >
44+ <WholeProgramOptimization >true</WholeProgramOptimization >
45+ <CharacterSet >Unicode</CharacterSet >
46+ </PropertyGroup >
47+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
48+ <ConfigurationType >Application</ConfigurationType >
49+ <UseDebugLibraries >false</UseDebugLibraries >
50+ <PlatformToolset >v120</PlatformToolset >
51+ <WholeProgramOptimization >true</WholeProgramOptimization >
52+ <CharacterSet >Unicode</CharacterSet >
53+ </PropertyGroup >
54+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
55+ <ImportGroup Label =" ExtensionSettings" >
56+ </ImportGroup >
57+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
58+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
59+ <Import Project =" ..\libethereum\LibEthereum.props" />
60+ </ImportGroup >
61+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" PropertySheets" >
62+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
63+ <Import Project =" ..\libethereum\LibEthereum.props" />
64+ </ImportGroup >
65+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
66+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
67+ <Import Project =" ..\libethereum\LibEthereum.props" />
68+ </ImportGroup >
69+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" PropertySheets" >
70+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
71+ <Import Project =" ..\libethereum\LibEthereum.props" />
72+ </ImportGroup >
73+ <PropertyGroup Label =" UserMacros" />
74+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
75+ <LinkIncremental >true</LinkIncremental >
76+ </PropertyGroup >
77+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
78+ <LinkIncremental >true</LinkIncremental >
79+ </PropertyGroup >
80+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
81+ <LinkIncremental >false</LinkIncremental >
82+ </PropertyGroup >
83+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
84+ <LinkIncremental >false</LinkIncremental >
85+ </PropertyGroup >
86+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
87+ <ClCompile >
88+ <PrecompiledHeader >
89+ </PrecompiledHeader >
90+ <Optimization >Disabled</Optimization >
91+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
92+ <AdditionalIncludeDirectories >../libethereum</AdditionalIncludeDirectories >
93+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
94+ <IntrinsicFunctions >true</IntrinsicFunctions >
95+ <RuntimeTypeInfo >false</RuntimeTypeInfo >
96+ <OpenMPSupport >true</OpenMPSupport >
97+ <DisableSpecificWarnings >4351</DisableSpecificWarnings >
98+ </ClCompile >
99+ <Link >
100+ <SubSystem >Console</SubSystem >
101+ <GenerateDebugInformation >true</GenerateDebugInformation >
102+ <LargeAddressAware >true</LargeAddressAware >
103+ </Link >
104+ </ItemDefinitionGroup >
105+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
106+ <ClCompile >
107+ <PrecompiledHeader >
108+ </PrecompiledHeader >
109+ <Optimization >Disabled</Optimization >
110+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
111+ <AdditionalIncludeDirectories >../libethereum</AdditionalIncludeDirectories >
112+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
113+ <IntrinsicFunctions >true</IntrinsicFunctions >
114+ <RuntimeTypeInfo >false</RuntimeTypeInfo >
115+ <OpenMPSupport >true</OpenMPSupport >
116+ <DisableSpecificWarnings >4351</DisableSpecificWarnings >
117+ </ClCompile >
118+ <Link >
119+ <SubSystem >Console</SubSystem >
120+ <GenerateDebugInformation >true</GenerateDebugInformation >
121+ </Link >
122+ </ItemDefinitionGroup >
123+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
124+ <ClCompile >
125+ <PrecompiledHeader >
126+ </PrecompiledHeader >
127+ <Optimization >MaxSpeed</Optimization >
128+ <FunctionLevelLinking >true</FunctionLevelLinking >
129+ <IntrinsicFunctions >true</IntrinsicFunctions >
130+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
131+ <AdditionalIncludeDirectories >../libethereum</AdditionalIncludeDirectories >
132+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
133+ <StringPooling >true</StringPooling >
134+ <InlineFunctionExpansion >AnySuitable</InlineFunctionExpansion >
135+ <RuntimeTypeInfo >false</RuntimeTypeInfo >
136+ <OpenMPSupport >true</OpenMPSupport >
137+ <DisableSpecificWarnings >4351</DisableSpecificWarnings >
138+ </ClCompile >
139+ <Link >
140+ <SubSystem >Console</SubSystem >
141+ <GenerateDebugInformation >true</GenerateDebugInformation >
142+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
143+ <OptimizeReferences >true</OptimizeReferences >
144+ <LargeAddressAware >true</LargeAddressAware >
145+ </Link >
146+ </ItemDefinitionGroup >
147+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
148+ <ClCompile >
149+ <PrecompiledHeader >
150+ </PrecompiledHeader >
151+ <Optimization >MaxSpeed</Optimization >
152+ <FunctionLevelLinking >true</FunctionLevelLinking >
153+ <IntrinsicFunctions >true</IntrinsicFunctions >
154+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
155+ <AdditionalIncludeDirectories >../libethereum</AdditionalIncludeDirectories >
156+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
157+ <StringPooling >true</StringPooling >
158+ <InlineFunctionExpansion >AnySuitable</InlineFunctionExpansion >
159+ <RuntimeTypeInfo >false</RuntimeTypeInfo >
160+ <OpenMPSupport >true</OpenMPSupport >
161+ <DisableSpecificWarnings >4351</DisableSpecificWarnings >
162+ </ClCompile >
163+ <Link >
164+ <SubSystem >Console</SubSystem >
165+ <GenerateDebugInformation >true</GenerateDebugInformation >
166+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
167+ <OptimizeReferences >true</OptimizeReferences >
168+ </Link >
169+ </ItemDefinitionGroup >
170+ <ItemGroup >
171+ <ProjectReference Include =" ..\..\cryptopp562\cryptlib.vcxproj" >
172+ <Project >{3423ec9a-52e4-4a4d-9753-edebc38785ef}</Project >
173+ </ProjectReference >
174+ <ProjectReference Include =" ..\libethereum\LibEthereum.vcxproj" >
175+ <Project >{7050c7cf-7551-48be-8e57-92235906c13a}</Project >
176+ </ProjectReference >
177+ </ItemGroup >
178+ <ItemGroup >
179+ <ClCompile Include =" main.cpp" />
180+ </ItemGroup >
181+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
182+ <ImportGroup Label =" ExtensionTargets" >
183+ </ImportGroup >
184+ </Project >
0 commit comments