This commit is contained in:
the_fiddler 2007-08-01 20:29:05 +00:00
parent fe54d0acf6
commit c7547cf045

View file

@ -79,14 +79,14 @@
<Configuration name="Debug">
<Options>
<OutputPath>../../Binaries/Debug/Libraries</OutputPath>
<!--<AllowUnsafe>true</AllowUnsafe>-->
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../Binaries/Release/Libraries</OutputPath>
<!--<AllowUnsafe>true</AllowUnsafe>-->
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>
@ -107,12 +107,14 @@
<Configuration name="Debug">
<Options>
<OutputPath>../../Binaries/Debug/Examples</OutputPath>
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../Binaries/Release/Examples</OutputPath>
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>