aboutsummaryrefslogtreecommitdiff
path: root/build_msvc/libunivalue/libunivalue.vcxproj
blob: 92a91157115b5dcea608c5be2f4dae7abcb23e13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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>{5724BA7D-A09A-4BA8-800B-C4C1561B3D69}</ProjectGuid>
  </PropertyGroup>
  <PropertyGroup Label="Configuration">
    <ConfigurationType>StaticLibrary</ConfigurationType>
  </PropertyGroup>
  <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" />
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>