Browse Source
Merge pull request #1480 from PathogenDavid/FixDirect3DInteropSample
Fixed Direct3DInteropSample
pull/1485/head
Nikita Tsukanov
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
-
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" /> |
|
|
|
|