Source code is included for reference. This can go away again once Prebuild is updated with a more general mechanism for cleaning up files.
The Prebuild source code here can be built with nant, or regnerated for other tools using the prebuild at {root}/bin/Prebuild.exe
9 lines
307 B
Plaintext
9 lines
307 B
Plaintext
<Configuration name="Debug" xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd">
|
|
<Options>
|
|
<CompilerDefines>DEBUG;TRACE</CompilerDefines>
|
|
<OptimizeCode>false</OptimizeCode>
|
|
<OutputPath>bin/Debug</OutputPath>
|
|
<DebugInformation>true</DebugInformation>
|
|
</Options>
|
|
</Configuration>
|