mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-06-01 16:20:19 +00:00
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
|
@ -627,19 +627,16 @@
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="..\..\Dependencies\x64\openal32.dll">
|
<Content Include="..\..\Dependencies\x64\openal32.dll">
|
||||||
<Link>Dependencies\x64\openal32.dll</Link>
|
<Link>Dependencies\x64\openal32.dll</Link>
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<DependentUpon>SDL2.dll</DependentUpon>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="..\..\Dependencies\x64\SDL2.dll">
|
<Content Include="..\..\Dependencies\x64\SDL2.dll">
|
||||||
<Link>Dependencies\x64\SDL2.dll</Link>
|
<Link>Dependencies\x64\SDL2.dll</Link>
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="..\..\Dependencies\x86\openal32.dll">
|
<Content Include="..\..\Dependencies\x86\openal32.dll">
|
||||||
<Link>Dependencies\x86\openal32.dll</Link>
|
<Link>Dependencies\x86\openal32.dll</Link>
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="..\..\Dependencies\x86\SDL2.dll">
|
<Content Include="..\..\Dependencies\x86\SDL2.dll">
|
||||||
<Link>Dependencies\x86\SDL2.dll</Link>
|
<Link>Dependencies\x86\SDL2.dll</Link>
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
||||||
</Content>
|
</Content>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||||
|
|
Loading…
Reference in a new issue