diff options
Diffstat (limited to 'OpenSim/Tools/LaunchSLClient/prebuild.xml')
-rw-r--r-- | OpenSim/Tools/LaunchSLClient/prebuild.xml | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/OpenSim/Tools/LaunchSLClient/prebuild.xml b/OpenSim/Tools/LaunchSLClient/prebuild.xml deleted file mode 100644 index 8e58ba6..0000000 --- a/OpenSim/Tools/LaunchSLClient/prebuild.xml +++ /dev/null | |||
@@ -1,66 +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="LaunchSLClient" activeConfig="Debug" path="./" version="0.5.0-svn"> | ||
4 | <Configuration name="Debug"> | ||
5 | <Options> | ||
6 | <CompilerDefines>TRACE;DEBUG</CompilerDefines> | ||
7 | <OptimizeCode>false</OptimizeCode> | ||
8 | <CheckUnderflowOverflow>false</CheckUnderflowOverflow> | ||
9 | <AllowUnsafe>false</AllowUnsafe> | ||
10 | <WarningLevel>4</WarningLevel> | ||
11 | <WarningsAsErrors>false</WarningsAsErrors> | ||
12 | <SuppressWarnings></SuppressWarnings> | ||
13 | <OutputPath>../../../bin</OutputPath> | ||
14 | <DebugInformation>true</DebugInformation> | ||
15 | <IncrementalBuild>true</IncrementalBuild> | ||
16 | <NoStdLib>false</NoStdLib> | ||
17 | </Options> | ||
18 | </Configuration> | ||
19 | <Configuration name="Release"> | ||
20 | <Options> | ||
21 | <CompilerDefines>TRACE</CompilerDefines> | ||
22 | <OptimizeCode>true</OptimizeCode> | ||
23 | <CheckUnderflowOverflow>false</CheckUnderflowOverflow> | ||
24 | <AllowUnsafe>false</AllowUnsafe> | ||
25 | <WarningLevel>4</WarningLevel> | ||
26 | <WarningsAsErrors>false</WarningsAsErrors> | ||
27 | <SuppressWarnings></SuppressWarnings> | ||
28 | <OutputPath>../../../bin</OutputPath> | ||
29 | <DebugInformation>false</DebugInformation> | ||
30 | <IncrementalBuild>true</IncrementalBuild> | ||
31 | <NoStdLib>false</NoStdLib> | ||
32 | </Options> | ||
33 | </Configuration> | ||
34 | |||
35 | <Project name="LaunchSLClient" path="LaunchSLClient" type="Exe"> | ||
36 | <Configuration name="Debug"> | ||
37 | <Options> | ||
38 | <OutputPath>../../../bin/</OutputPath> | ||
39 | </Options> | ||
40 | </Configuration> | ||
41 | <Configuration name="Release"> | ||
42 | <Options> | ||
43 | <OutputPath>../../../bin/</OutputPath> | ||
44 | </Options> | ||
45 | </Configuration> | ||
46 | |||
47 | <ReferencePath>../../../bin/</ReferencePath> | ||
48 | <Reference name="System" localCopy="false"/> | ||
49 | <Reference name="System.IO" localCopy="false"/> | ||
50 | <Reference name="System.Collections" localCopy="false"/> | ||
51 | <Reference name="System.Collections.Generic" localCopy="false"/> | ||
52 | <Reference name="System.ComponentModel" localCopy="false"/> | ||
53 | <Reference name="System.Data" localCopy="false"/> | ||
54 | <Reference name="System.Diagnostics" localCopy="false"/> | ||
55 | <Reference name="System.Drawing" localCopy="false"/> | ||
56 | <Reference name="System.Text" localCopy="false"/> | ||
57 | <Reference name="System.Text.RegularExpressions" localCopy="false"/> | ||
58 | <Reference name="System.Windows.Forms" localCopy="false"/> | ||
59 | <Reference name="Microsoft.Win32" localCopy="false"/> | ||
60 | |||
61 | <Files> | ||
62 | <Match pattern="*.cs" recurse="true"/> | ||
63 | </Files> | ||
64 | </Project> | ||
65 | </Solution> | ||
66 | </Prebuild> | ||