diff options
Diffstat (limited to '')
-rw-r--r-- | Prebuild/prebuild.xml | 144 |
1 files changed, 72 insertions, 72 deletions
diff --git a/Prebuild/prebuild.xml b/Prebuild/prebuild.xml index 1f81086..d14b94f 100644 --- a/Prebuild/prebuild.xml +++ b/Prebuild/prebuild.xml | |||
@@ -1,73 +1,73 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" ?> | 1 | <?xml version="1.0" encoding="utf-8" ?> |
2 | <Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7"> | 2 | <Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.9.xsd" version="1.9"> |
3 | <Solution name="Prebuild" version="2.0.4"> | 3 | <Solution name="Prebuild" version="2.0.4"> |
4 | <Configuration name="Debug"> | 4 | <Configuration name="Debug"> |
5 | <Options> | 5 | <Options> |
6 | <CompilerDefines>DEBUG;TRACE</CompilerDefines> | 6 | <CompilerDefines>DEBUG;TRACE</CompilerDefines> |
7 | <OptimizeCode>false</OptimizeCode> | 7 | <OptimizeCode>false</OptimizeCode> |
8 | <OutputPath>bin/Debug</OutputPath> | 8 | <OutputPath>bin/Debug</OutputPath> |
9 | <DebugInformation>true</DebugInformation> | 9 | <DebugInformation>true</DebugInformation> |
10 | <SuppressWarnings>1595</SuppressWarnings> | 10 | <SuppressWarnings>1595</SuppressWarnings> |
11 | </Options> | 11 | </Options> |
12 | </Configuration> | 12 | </Configuration> |
13 | <Configuration name="Release"> | 13 | <Configuration name="Release"> |
14 | <Options> | 14 | <Options> |
15 | <CompilerDefines>TRACE</CompilerDefines> | 15 | <CompilerDefines>TRACE</CompilerDefines> |
16 | <OutputPath>bin/Release</OutputPath> | 16 | <OutputPath>bin/Release</OutputPath> |
17 | <OptimizeCode>true</OptimizeCode> | 17 | <OptimizeCode>true</OptimizeCode> |
18 | <DebugInformation>false</DebugInformation> | 18 | <DebugInformation>false</DebugInformation> |
19 | <SuppressWarnings>1595</SuppressWarnings> | 19 | <SuppressWarnings>1595</SuppressWarnings> |
20 | </Options> | 20 | </Options> |
21 | </Configuration> | 21 | </Configuration> |
22 | <Files> | 22 | <Files> |
23 | <File>prebuild.xml</File> | 23 | <File>prebuild.xml</File> |
24 | <File>prebuild</File> | 24 | <File>prebuild</File> |
25 | </Files> | 25 | </Files> |
26 | <Project name="Prebuild" | 26 | <Project name="Prebuild" |
27 | path="src" | 27 | path="src" |
28 | language="C#" | 28 | language="C#" |
29 | assemblyName="prebuild" | 29 | assemblyName="prebuild" |
30 | icon="App.ico" | 30 | icon="App.ico" |
31 | type="Exe" | 31 | type="Exe" |
32 | rootNamespace="Prebuild" | 32 | rootNamespace="Prebuild" |
33 | startupObject="Prebuild.Prebuild" | 33 | startupObject="Prebuild.Prebuild" |
34 | version="2.0.3" | 34 | version="2.0.3" |
35 | > | 35 | > |
36 | <Author>Matthew Holmes (matthew@wildfiregames.com)</Author> | 36 | <Author>Matthew Holmes (matthew@wildfiregames.com)</Author> |
37 | <Author>Dan Moorehead (dan05a@gmail.com)</Author> | 37 | <Author>Dan Moorehead (dan05a@gmail.com)</Author> |
38 | <Author>Dave Hudson (jendave@yahoo.com)</Author> | 38 | <Author>Dave Hudson (jendave@yahoo.com)</Author> |
39 | <Author>Rob Loach (http://robloach.net)</Author> | 39 | <Author>Rob Loach (http://robloach.net)</Author> |
40 | <Author>C.J. Adams-Collier (cjac@colliertech.org)</Author> | 40 | <Author>C.J. Adams-Collier (cjac@colliertech.org)</Author> |
41 | <Description>The Prebuild project generator</Description> | 41 | <Description>The Prebuild project generator</Description> |
42 | <Configuration name="Debug"> | 42 | <Configuration name="Debug"> |
43 | <Options> | 43 | <Options> |
44 | <CompilerDefines>DEBUG;TRACE</CompilerDefines> | 44 | <CompilerDefines>DEBUG;TRACE</CompilerDefines> |
45 | <OptimizeCode>false</OptimizeCode> | 45 | <OptimizeCode>false</OptimizeCode> |
46 | <OutputPath>bin/Debug</OutputPath> | 46 | <OutputPath>bin/Debug</OutputPath> |
47 | <DebugInformation>true</DebugInformation> | 47 | <DebugInformation>true</DebugInformation> |
48 | <KeyFile>Prebuild.snk</KeyFile> | 48 | <KeyFile>Prebuild.snk</KeyFile> |
49 | <SuppressWarnings>1595</SuppressWarnings> | 49 | <SuppressWarnings>1595</SuppressWarnings> |
50 | </Options> | 50 | </Options> |
51 | </Configuration> | 51 | </Configuration> |
52 | <Configuration name="Release"> | 52 | <Configuration name="Release"> |
53 | <Options> | 53 | <Options> |
54 | <CompilerDefines>TRACE</CompilerDefines> | 54 | <CompilerDefines>TRACE</CompilerDefines> |
55 | <OutputPath>bin/Release</OutputPath> | 55 | <OutputPath>bin/Release</OutputPath> |
56 | <OptimizeCode>true</OptimizeCode> | 56 | <OptimizeCode>true</OptimizeCode> |
57 | <DebugInformation>false</DebugInformation> | 57 | <DebugInformation>false</DebugInformation> |
58 | <KeyFile>Prebuild.snk</KeyFile> | 58 | <KeyFile>Prebuild.snk</KeyFile> |
59 | <SuppressWarnings>1595</SuppressWarnings> | 59 | <SuppressWarnings>1595</SuppressWarnings> |
60 | </Options> | 60 | </Options> |
61 | </Configuration> | 61 | </Configuration> |
62 | <Reference name="System.EnterpriseServices" /> | 62 | <Reference name="System.EnterpriseServices" /> |
63 | <Reference name="System.Xml" /> | 63 | <Reference name="System.Xml" /> |
64 | <Reference name="System" /> | 64 | <Reference name="System" /> |
65 | <Files> | 65 | <Files> |
66 | <Match pattern="App.ico" buildAction="EmbeddedResource"/> | 66 | <Match pattern="App.ico" buildAction="EmbeddedResource"/> |
67 | <Match path="data" pattern="prebuild-1.7.xsd" buildAction="EmbeddedResource"/> | 67 | <Match path="data" pattern="prebuild-1.9.xsd" buildAction="EmbeddedResource"/> |
68 | <Match path="data" pattern="autotools.xml" buildAction="EmbeddedResource"/> | 68 | <Match path="data" pattern="autotools.xml" buildAction="EmbeddedResource"/> |
69 | <Match pattern="*.cs" recurse="true"/> | 69 | <Match pattern="*.cs" recurse="true"/> |
70 | </Files> | 70 | </Files> |
71 | </Project> | 71 | </Project> |
72 | </Solution> | 72 | </Solution> |
73 | </Prebuild> | 73 | </Prebuild> |