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"> <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>