Browse Source

Fix d2d interop sample sharpdx packages.

pull/1040/head
Steven Kirk 9 years ago
parent
commit
dc7a50812d
  1. 4
      samples/interop/Direct3DInteropSample/Direct3DInteropSample.csproj

4
samples/interop/Direct3DInteropSample/Direct3DInteropSample.csproj

@ -4,8 +4,8 @@
<TargetFramework>net461</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SharpDX.Mathematics" Version="3.1.1" />
<PackageReference Include="SharpDX.D3DCompiler" Version="3.1.1" />
<PackageReference Include="SharpDX.Mathematics" Version="4.0.0" />
<PackageReference Include="SharpDX.D3DCompiler" Version="4.0.0" />
<Compile Update="**\*.paml.cs">
<DependentUpon>%(Filename)</DependentUpon>
</Compile>

Loading…
Cancel
Save