aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Prebuild/tests/include-001.prebuild
blob: 8047008951235b6ebf8cec460dceb49dcdd32856 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8" ?> 
<Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7">
  <Solution name="include-001" version="1.2.3">
    <Configuration name="Debug">
      <Options>
	<CompilerDefines>DEBUG;TRACE</CompilerDefines>
	<OptimizeCode>false</OptimizeCode>
	<OutputPath>bin/Debug</OutputPath>
	<DebugInformation>true</DebugInformation>
      </Options>
    </Configuration>
    <Configuration name="Release">
      <Options>
	<CompilerDefines>TRACE</CompilerDefines>
	<OutputPath>bin/Release</OutputPath>
	<OptimizeCode>true</OptimizeCode>
	<DebugInformation>false</DebugInformation>
      </Options>
    </Configuration>
    <?include file="include-001.include"?>
  </Solution>
</Prebuild>