Copy configs along with rest of app

This commit is contained in:
Drew DeVault 2015-05-14 19:24:26 -06:00
parent 93facabe8d
commit f360d69c6d

View File

@ -111,8 +111,12 @@
<Folder Include="Rendering\Blocks\" />
</ItemGroup>
<ItemGroup>
<None Include="OpenTK.dll.config" />
<None Include="Tao.Sdl.dll.config" />
<None Include="OpenTK.dll.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Tao.Sdl.dll.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="packages.config" />
<None Include="Content\dejavu_0.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>