mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-26 21:31:09 +00:00
This commit is contained in:
parent
a1312b7d20
commit
de43ff5f1f
|
@ -79,14 +79,14 @@
|
||||||
<Configuration name="Debug">
|
<Configuration name="Debug">
|
||||||
<Options>
|
<Options>
|
||||||
<OutputPath>../../Binaries/Debug/Libraries</OutputPath>
|
<OutputPath>../../Binaries/Debug/Libraries</OutputPath>
|
||||||
<!--<AllowUnsafe>true</AllowUnsafe>-->
|
<AllowUnsafe>true</AllowUnsafe>
|
||||||
</Options>
|
</Options>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
|
|
||||||
<Configuration name="Release">
|
<Configuration name="Release">
|
||||||
<Options>
|
<Options>
|
||||||
<OutputPath>../../Binaries/Release/Libraries</OutputPath>
|
<OutputPath>../../Binaries/Release/Libraries</OutputPath>
|
||||||
<!--<AllowUnsafe>true</AllowUnsafe>-->
|
<AllowUnsafe>true</AllowUnsafe>
|
||||||
</Options>
|
</Options>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
|
|
||||||
|
@ -107,12 +107,14 @@
|
||||||
<Configuration name="Debug">
|
<Configuration name="Debug">
|
||||||
<Options>
|
<Options>
|
||||||
<OutputPath>../../Binaries/Debug/Examples</OutputPath>
|
<OutputPath>../../Binaries/Debug/Examples</OutputPath>
|
||||||
|
<AllowUnsafe>true</AllowUnsafe>
|
||||||
</Options>
|
</Options>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
|
|
||||||
<Configuration name="Release">
|
<Configuration name="Release">
|
||||||
<Options>
|
<Options>
|
||||||
<OutputPath>../../Binaries/Release/Examples</OutputPath>
|
<OutputPath>../../Binaries/Release/Examples</OutputPath>
|
||||||
|
<AllowUnsafe>true</AllowUnsafe>
|
||||||
</Options>
|
</Options>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue