xref: /aosp_15_r20/external/OpenCSD/decoder/build/win-vs2022/opencsd.props (revision 02ca8ccacfba7e0df68f3332a95f3180334d6649)
1*02ca8ccaSAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?>
2*02ca8ccaSAndroid Build Coastguard Worker<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3*02ca8ccaSAndroid Build Coastguard Worker  <ImportGroup Label="PropertySheets" />
4*02ca8ccaSAndroid Build Coastguard Worker  <PropertyGroup Label="UserMacros">
5*02ca8ccaSAndroid Build Coastguard Worker    <LIB_BASE_NAME>opencsd</LIB_BASE_NAME>
6*02ca8ccaSAndroid Build Coastguard Worker    <LIB_CAPI_NAME>opencsd_c_api</LIB_CAPI_NAME>
7*02ca8ccaSAndroid Build Coastguard Worker  </PropertyGroup>
8*02ca8ccaSAndroid Build Coastguard Worker  <PropertyGroup />
9*02ca8ccaSAndroid Build Coastguard Worker  <ItemDefinitionGroup />
10*02ca8ccaSAndroid Build Coastguard Worker  <ItemGroup>
11*02ca8ccaSAndroid Build Coastguard Worker    <BuildMacro Include="LIB_BASE_NAME">
12*02ca8ccaSAndroid Build Coastguard Worker      <Value>$(LIB_BASE_NAME)</Value>
13*02ca8ccaSAndroid Build Coastguard Worker      <EnvironmentVariable>true</EnvironmentVariable>
14*02ca8ccaSAndroid Build Coastguard Worker    </BuildMacro>
15*02ca8ccaSAndroid Build Coastguard Worker    <BuildMacro Include="LIB_CAPI_NAME">
16*02ca8ccaSAndroid Build Coastguard Worker      <Value>$(LIB_CAPI_NAME)</Value>
17*02ca8ccaSAndroid Build Coastguard Worker      <EnvironmentVariable>true</EnvironmentVariable>
18*02ca8ccaSAndroid Build Coastguard Worker    </BuildMacro>
19*02ca8ccaSAndroid Build Coastguard Worker  </ItemGroup>
20*02ca8ccaSAndroid Build Coastguard Worker</Project>
21