|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 | <Import Project="..\..\Build\SharpDX.props" /> |
3 | 3 | <PropertyGroup> |
4 | | - <TargetFrameworks>net40;net45;netcoreapp1.0;netstandard1.1;uap10.0</TargetFrameworks> |
| 4 | + <TargetFrameworks>net40;net45;netstandard1.1;uap10.0</TargetFrameworks> |
5 | 5 | <PackageId>SharpDX.Direct3D11.Effects</PackageId> |
6 | 6 | <Product>SharpDX.Direct3D11.Effects</Product> |
7 | | - <DocumentationFile>bin\$(Configuration)\$(TargetFramework)\SharpDX.Direct3D11.Effects.xml</DocumentationFile> |
| 7 | + <DocumentationFile Condition="'$(Configuration)' == 'Release'">bin\$(Configuration)\$(TargetFramework)\SharpDX.Direct3D11.Effects.xml</DocumentationFile> |
8 | 8 | <AssemblyTitle>SharpDX.Direct3D11.Effects</AssemblyTitle> |
9 | 9 | <Title>SharpDX.Direct3D11.Effects</Title> |
10 | 10 | <Description>Assembly providing DirectX - Effects11 managed API for Direct3D11.</Description> |
|
19 | 19 | </Compile> |
20 | 20 | </ItemGroup> |
21 | 21 | <ItemGroup> |
22 | | - <None Include="..\..\External\Effects11\Bin\sharpdx_direct3d11_1_effects_arm.dll"> |
23 | | - <Link>sharpdx_direct3d11_1_effects_arm.dll</Link> |
24 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
25 | | - <Pack>true</Pack> |
26 | | - <PackagePath>runtimes/win8-arm/sharpdx_direct3d11_1_effects.dll</PackagePath> |
27 | | - </None> |
28 | | - <None Include="..\..\External\Effects11\Bin\sharpdx_direct3d11_1_effects_x64.dll"> |
| 22 | + <None Include="$(MSBuildThisFileDirectory)..\..\External\Effects11\Bin\sharpdx_direct3d11_1_effects_x64.dll"> |
29 | 23 | <Link>sharpdx_direct3d11_1_effects_x64.dll</Link> |
30 | 24 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 25 | + <PackagePath>runtimes/win7-x64/native/sharpdx_direct3d11_1_effects.dll</PackagePath> |
31 | 26 | <Pack>true</Pack> |
32 | | - <PackagePath>runtimes/win-x64/sharpdx_direct3d11_1_effects.dll</PackagePath> |
33 | 27 | </None> |
34 | 28 | <None Include="..\..\External\Effects11\Bin\sharpdx_direct3d11_1_effects_x86.dll"> |
35 | 29 | <Link>sharpdx_direct3d11_1_effects_x86.dll</Link> |
36 | 30 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 31 | + <PackagePath>runtimes/win7-x86/native/sharpdx_direct3d11_1_effects.dll</PackagePath> |
| 32 | + <Pack>true</Pack> |
| 33 | + </None> |
| 34 | + <None Include="..\..\External\Effects11\Bin\sharpdx_direct3d11_1_effects_arm.dll"> |
| 35 | + <Link>sharpdx_direct3d11_1_effects_arm.dll</Link> |
| 36 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 37 | + <PackagePath>runtimes/uap10.0/native/sharpdx_direct3d11_1_effects.dll</PackagePath> |
37 | 38 | <Pack>true</Pack> |
38 | | - <PackagePath>runtimes/win-x86/sharpdx_direct3d11_1_effects.dll</PackagePath> |
39 | 39 | </None> |
40 | 40 | </ItemGroup> |
41 | 41 | <ItemGroup> |
|
0 commit comments