Browse Source

Merge pull request #1480 from PathogenDavid/FixDirect3DInteropSample

Fixed Direct3DInteropSample
pull/1485/head
Nikita Tsukanov 8 years ago
committed by GitHub
parent
commit
5fe3aad2d7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      samples/interop/Direct3DInteropSample/Direct3DInteropSample.csproj

4
samples/interop/Direct3DInteropSample/Direct3DInteropSample.csproj

@ -17,7 +17,9 @@
<None Remove="MiniCube.fx" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="MiniCube.fx" />
<EmbeddedResource Include="MiniCube.fx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\src\Avalonia.DesignerSupport\Avalonia.DesignerSupport.csproj" />

Loading…
Cancel
Save