Do not copy Dependencies

Since the Example Browser is not loading its Dependencies by itself, there is no point in copying them to the output directory.
This commit is contained in:
Stefanos A 2013-10-04 17:04:35 +02:00
parent 46090a4492
commit 6fa0aba7fd

View file

@ -627,19 +627,16 @@
</Content>
<Content Include="..\..\Dependencies\x64\openal32.dll">
<Link>Dependencies\x64\openal32.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<DependentUpon>SDL2.dll</DependentUpon>
</Content>
<Content Include="..\..\Dependencies\x64\SDL2.dll">
<Link>Dependencies\x64\SDL2.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\..\Dependencies\x86\openal32.dll">
<Link>Dependencies\x86\openal32.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\..\Dependencies\x86\SDL2.dll">
<Link>Dependencies\x86\SDL2.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />