-
Notifications
You must be signed in to change notification settings - Fork 1
/
rlottie.props
18 lines (15 loc) · 898 Bytes
/
rlottie.props
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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<rlottie-Platform Condition="'$(Platform)' == 'Win32'">x86</rlottie-Platform>
<rlottie-Platform Condition="'$(Platform)' != 'Win32'">$(Platform)</rlottie-Platform>
</PropertyGroup>
<ItemGroup>
<Reference Include="$(MSBuildThisFileDirectory)..\..\lib\uap10.0\RLottie.winmd">
<Implementation>RLottie.dll</Implementation>
</Reference>
<ReferenceCopyLocalPaths Include="$(MSBuildThisFileDirectory)..\..\runtimes\win10-$(rlottie-Platform)\native\RLottie.dll" />
<ReferenceCopyLocalPaths Include="$(MSBuildThisFileDirectory)..\..\runtimes\win10-$(rlottie-Platform)\native\RLottie.pri" />
<ReferenceCopyLocalPaths Include="$(MSBuildThisFileDirectory)..\..\runtimes\win10-$(rlottie-Platform)\native\zlib1.dll" />
</ItemGroup>
</Project>