source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/lib/NUnit/NUnit-2.5.10.11092/samples/cpp/managed/failures/cpp-managed-failures.build@ 1146

Last change on this file since 1146 was 1146, checked in by Sam Habiel, 13 years ago

Initial Import of BMX4

File size: 995 bytes
Line 
1<?xml version="1.0"?>
2<project name="cpp-managed-failures" default="build">
3
4 <include buildfile="../../../samples.common" />
5
6 <patternset id="source-files">
7 <include name="AssemblyInfo.cpp" />
8 <include name="cppsample.cpp" />
9 <include name="cppsample.h" />
10 </patternset>
11
12 <target name="packagex">
13 <copy todir="${package.samples.dir}/cpp/managed/failures">
14 <fileset basedir=".">
15 <include name="cpp-managed-failures.build" />
16 <include name="AssemblyInfo.cpp" />
17 <include name="cppsample.cpp" />
18 <include name="cppsample.h" />
19 </fileset>
20 </copy>
21
22 <copy todir="${package.samples.dir}/cpp/managed/failures"
23 file="./cpp-managed-failures.vcproj">
24 <filterchain>
25 <replacestring from="$(SolutionDir)..\..\..\src\NUnitFramework\framework\bin\Debug\nunit.framework.dll"
26 to="..\..\..\..\bin\nunit.framework.dll"/>
27 </filterchain>
28 </copy>
29 </target>
30
31</project>
Note: See TracBrowser for help on using the repository browser.