aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Prebuild/prebuild.xml
diff options
context:
space:
mode:
authorlbsa712007-03-24 08:07:30 +0000
committerlbsa712007-03-24 08:07:30 +0000
commit2408efece56314a0083200e478b2811006643278 (patch)
tree74715c779ff2e750122be0ecc74b1c2e60f843f4 /Prebuild/prebuild.xml
parent* Added separate exe project (diff)
downloadopensim-SC_OLD-2408efece56314a0083200e478b2811006643278.zip
opensim-SC_OLD-2408efece56314a0083200e478b2811006643278.tar.gz
opensim-SC_OLD-2408efece56314a0083200e478b2811006643278.tar.bz2
opensim-SC_OLD-2408efece56314a0083200e478b2811006643278.tar.xz
* Removed old prebuild prebuild file
Diffstat (limited to 'Prebuild/prebuild.xml')
-rw-r--r--Prebuild/prebuild.xml57
1 files changed, 0 insertions, 57 deletions
diff --git a/Prebuild/prebuild.xml b/Prebuild/prebuild.xml
deleted file mode 100644
index e1506f3..0000000
--- a/Prebuild/prebuild.xml
+++ /dev/null
@@ -1,57 +0,0 @@
1<?xml version="1.0" encoding="utf-8" ?>
2<Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7">
3 <Solution name="Prebuild">
4 <Configuration name="Debug">
5 <Options>
6 <CompilerDefines>DEBUG;TRACE</CompilerDefines>
7 <OptimizeCode>false</OptimizeCode>
8 <OutputPath>bin/Debug</OutputPath>
9 <DebugInformation>true</DebugInformation>
10 <SuppressWarnings>1595</SuppressWarnings>
11 </Options>
12 </Configuration>
13 <Configuration name="Release">
14 <Options>
15 <CompilerDefines>TRACE</CompilerDefines>
16 <OutputPath>bin/Release</OutputPath>
17 <OptimizeCode>true</OptimizeCode>
18 <DebugInformation>false</DebugInformation>
19 <SuppressWarnings>1595</SuppressWarnings>
20 </Options>
21 </Configuration>
22 <Files>
23 <File>prebuild.xml</File>
24 <File>prebuild</File>
25 </Files>
26 <Project name="Prebuild" path="src" language="C#" assemblyName="prebuild" icon="App.ico" type="Exe" rootNamespace="Prebuild" startupObject="Prebuild.Prebuild">
27 <Configuration name="Debug">
28 <Options>
29 <CompilerDefines>DEBUG;TRACE</CompilerDefines>
30 <OptimizeCode>false</OptimizeCode>
31 <OutputPath>bin/Debug</OutputPath>
32 <DebugInformation>true</DebugInformation>
33 <KeyFile>Prebuild.snk</KeyFile>
34 <SuppressWarnings>1595</SuppressWarnings>
35 </Options>
36 </Configuration>
37 <Configuration name="Release">
38 <Options>
39 <CompilerDefines>TRACE</CompilerDefines>
40 <OutputPath>bin/Release</OutputPath>
41 <OptimizeCode>true</OptimizeCode>
42 <DebugInformation>false</DebugInformation>
43 <KeyFile>Prebuild.snk</KeyFile>
44 <SuppressWarnings>1595</SuppressWarnings>
45 </Options>
46 </Configuration>
47 <Reference name="System.EnterpriseServices" />
48 <Reference name="System.Xml" />
49 <Reference name="System" />
50 <Files>
51 <Match pattern="App.ico" buildAction="EmbeddedResource"/>
52 <Match path="data" pattern="prebuild-1.7.xsd" buildAction="EmbeddedResource"/>
53 <Match pattern="*.cs" recurse="true"/>
54 </Files>
55 </Project>
56 </Solution>
57</Prebuild>