Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

Commit

Permalink
fixed: copying missing dependency dlls to output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangSt committed Sep 1, 2011
1 parent e37cff1 commit ce6f595
Showing 1 changed file with 24 additions and 0 deletions.
Expand Up @@ -79,6 +79,30 @@
<Compile Include="Shaders\ClipmapShader.cs" /> <Compile Include="Shaders\ClipmapShader.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Content Include="..\Dependencies\Axiom.Platforms.OpenTK.dll">
<Link>Axiom.Platforms.OpenTK.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\Dependencies\Axiom.RenderSystems.DirectX9.dll">
<Link>Axiom.RenderSystems.DirectX9.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\Dependencies\Axiom.RenderSystems.OpenGL.OpenTK.dll">
<Link>Axiom.RenderSystems.OpenGL.OpenTK.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\Dependencies\OpenTK.Compatibility.dll">
<Link>OpenTK.Compatibility.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\Dependencies\OpenTK.dll">
<Link>OpenTK.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\Dependencies\OpenTK.GLControl.dll">
<Link>OpenTK.GLControl.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\Resources\height.jpg"> <Content Include="..\Resources\height.jpg">
<Link>height.jpg</Link> <Link>height.jpg</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand Down

0 comments on commit ce6f595

Please sign in to comment.