2018-08-10 09:19:00 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-06-19 09:20:20 +02:00
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<Import Project="..\common.init.vcxproj" />
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<ProjectGuid>{5724BA7D-A09A-4BA8-800B-C4C1561B3D69}</ProjectGuid>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Label="Configuration">
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
</PropertyGroup>
|
2018-08-10 09:19:00 +02:00
|
|
|
<ItemGroup>
|
|
|
|
<ClCompile Include="..\..\src\univalue\lib\univalue.cpp" />
|
|
|
|
<ClCompile Include="..\..\src\univalue\lib\univalue_get.cpp" />
|
|
|
|
<ClCompile Include="..\..\src\univalue\lib\univalue_read.cpp" />
|
|
|
|
<ClCompile Include="..\..\src\univalue\lib\univalue_write.cpp" />
|
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2019-06-19 09:20:20 +02:00
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
2018-08-10 09:19:00 +02:00
|
|
|
</Project>
|