You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
769 B
19 lines
769 B
<?xml version="1.0" encoding="utf-8"?> |
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<Import Project="..\common.init.vcxproj" /> |
|
<PropertyGroup Label="Globals"> |
|
<ProjectGuid>{460FEE33-1FE1-483F-B3BF-931FF8E969A5}</ProjectGuid> |
|
</PropertyGroup> |
|
<PropertyGroup Label="Configuration"> |
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
@SOURCE_FILES@ |
|
<ClCompile Include="..\..\src\wallet\init.cpp"> |
|
<ObjectFileName>$(IntDir)wallet_init.obj</ObjectFileName> |
|
</ClCompile> |
|
</ItemGroup> |
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
<Import Project="..\common.vcxproj" /> |
|
</Project> |