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:
parent
46090a4492
commit
6fa0aba7fd
1 changed files with 1 additions and 4 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue