-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ANGLE.props
20 lines (20 loc) · 1.12 KB
/
ANGLE.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
<ItemGroup>
<ContentWithTargetPath Condition="Exists('$(MSBuildThisFileDirectory)\d3dcompiler_47.dll')" Include="$(MSBuildThisFileDirectory)\d3dcompiler_47.dll">
<TargetPath>d3dcompiler_47.dll</TargetPath>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</ContentWithTargetPath>
<ContentWithTargetPath Condition="Exists('$(MSBuildThisFileDirectory)\libEGL.dll')" Include="$(MSBuildThisFileDirectory)\libEGL.dll">
<TargetPath>libEGL.dll</TargetPath>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</ContentWithTargetPath>
<ContentWithTargetPath Condition="Exists('$(MSBuildThisFileDirectory)\libGLESv2.dll')" Include="$(MSBuildThisFileDirectory)\libGLESv2.dll">
<TargetPath>libGLESv2.dll</TargetPath>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</ContentWithTargetPath>
</ItemGroup>
</Project>