opensim – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 eva 1 <?xml version="1.0" encoding="utf-8" ?>
2 <Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.9.xsd" version="1.9">
3 <Solution name="Prebuild" version="2.0.5">
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"
27 path="src"
28 language="C#"
29 assemblyName="prebuild"
30 icon="App.ico"
31 type="Exe"
32 rootNamespace="Prebuild"
33 startupObject="Prebuild.Prebuild"
34 version="2.0.5"
35 frameworkVersion="v3_5"
36 >
37 <Author>Matthew Holmes (matthew@wildfiregames.com)</Author>
38 <Author>Dan Moorehead (dan05a@gmail.com)</Author>
39 <Author>Dave Hudson (jendave@yahoo.com)</Author>
40 <Author>Rob Loach (http://robloach.net)</Author>
41 <Author>C.J. Adams-Collier (cjac@colliertech.org)</Author>
42 <Author>John Hurliman (john.hurliman@intel.com)</Author>
43 <Description>The Prebuild project generator</Description>
44 <Configuration name="Debug">
45 <Options>
46 <CompilerDefines>DEBUG;TRACE</CompilerDefines>
47 <OptimizeCode>false</OptimizeCode>
48 <OutputPath>bin/Debug</OutputPath>
49 <DebugInformation>true</DebugInformation>
50 <KeyFile>Prebuild.snk</KeyFile>
51 <SuppressWarnings>1595</SuppressWarnings>
52 </Options>
53 </Configuration>
54 <Configuration name="Release">
55 <Options>
56 <CompilerDefines>TRACE</CompilerDefines>
57 <OutputPath>bin/Release</OutputPath>
58 <OptimizeCode>true</OptimizeCode>
59 <DebugInformation>false</DebugInformation>
60 <KeyFile>Prebuild.snk</KeyFile>
61 <SuppressWarnings>1595</SuppressWarnings>
62 </Options>
63 </Configuration>
64 <Reference name="System.EnterpriseServices" />
65 <Reference name="System.Xml" />
66 <Reference name="System" />
67 <Files>
68 <Match pattern="App.ico" buildAction="EmbeddedResource"/>
69 <Match path="data" pattern="prebuild-1.9.xsd" buildAction="EmbeddedResource"/>
70 <Match path="data" pattern="autotools.xml" buildAction="EmbeddedResource"/>
71 <Match pattern="*.cs" recurse="true"/>
72 </Files>
73 </Project>
74 </Solution>
75 </Prebuild>