mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
changed to native line ending encoding
This commit is contained in:
@@ -1,72 +1,72 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.6.xsd">
|
||||
<Solution name="Prebuild">
|
||||
<Configuration name="Debug">
|
||||
<Options>
|
||||
<?if OS = "Win32" ?>
|
||||
<CompilerDefines>DEBUG;TRACE;WIN32;NET</CompilerDefines>
|
||||
<?else ?>
|
||||
<CompilerDefines>DEBUG;TRACE;POSIX</CompilerDefines>
|
||||
<?endif ?>
|
||||
<OptimizeCode>false</OptimizeCode>
|
||||
<OutputPath>bin\Debug</OutputPath>
|
||||
<DebugInformation>true</DebugInformation>
|
||||
<SuppressWarnings>1595</SuppressWarnings>
|
||||
</Options>
|
||||
</Configuration>
|
||||
<Configuration name="Release">
|
||||
<Options>
|
||||
<?if OS = "Win32" ?>
|
||||
<CompilerDefines>TRACE;WIN32;NET</CompilerDefines>
|
||||
<?else ?>
|
||||
<CompilerDefines>TRACE;POSIX</CompilerDefines>
|
||||
<?endif ?>
|
||||
<OutputPath>bin\Release</OutputPath>
|
||||
<OptimizeCode>true</OptimizeCode>
|
||||
<DebugInformation>false</DebugInformation>
|
||||
<SuppressWarnings>1595</SuppressWarnings>
|
||||
</Options>
|
||||
</Configuration>
|
||||
<Files>
|
||||
<File>prebuild.xml</File>
|
||||
<Match path="doc" pattern="*.txt"/>
|
||||
</Files>
|
||||
<Project name="Prebuild" path="src" language="C#" assemblyName="Prebuild" icon="App.ico" type="Exe" rootNamespace="Prebuild" startupObject="Prebuild.Prebuild">
|
||||
<Configuration name="Debug">
|
||||
<Options>
|
||||
<?if OS = "Win32" ?>
|
||||
<CompilerDefines>DEBUG;TRACE;WIN32;NET</CompilerDefines>
|
||||
<?else ?>
|
||||
<CompilerDefines>DEBUG;TRACE;POSIX</CompilerDefines>
|
||||
<?endif ?>
|
||||
<OptimizeCode>false</OptimizeCode>
|
||||
<OutputPath>bin\Debug</OutputPath>
|
||||
<DebugInformation>true</DebugInformation>
|
||||
<XmlDocFile>Prebuild.xml</XmlDocFile>
|
||||
<SuppressWarnings>1595</SuppressWarnings>
|
||||
</Options>
|
||||
</Configuration>
|
||||
<Configuration name="Release">
|
||||
<Options>
|
||||
<?if OS = "Win32" ?>
|
||||
<CompilerDefines>TRACE;WIN32;NET</CompilerDefines>
|
||||
<?else ?>
|
||||
<CompilerDefines>TRACE;POSIX</CompilerDefines>
|
||||
<?endif ?>
|
||||
<OutputPath>bin\Release</OutputPath>
|
||||
<OptimizeCode>true</OptimizeCode>
|
||||
<DebugInformation>false</DebugInformation>
|
||||
<XmlDocFile>Prebuild.xml</XmlDocFile>
|
||||
<SuppressWarnings>1595</SuppressWarnings>
|
||||
</Options>
|
||||
</Configuration>
|
||||
<Reference name="System.Xml" />
|
||||
<Reference name="System" />
|
||||
<Files>
|
||||
<Match pattern="App.ico" buildAction="EmbeddedResource"/>
|
||||
<Match path="data" pattern="prebuild-1.6.xsd" buildAction="EmbeddedResource"/>
|
||||
<Match pattern="*.cs" recurse="true"/>
|
||||
</Files>
|
||||
</Project>
|
||||
</Solution>
|
||||
</Prebuild>
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.6.xsd">
|
||||
<Solution name="Prebuild">
|
||||
<Configuration name="Debug">
|
||||
<Options>
|
||||
<?if OS = "Win32" ?>
|
||||
<CompilerDefines>DEBUG;TRACE;WIN32;NET</CompilerDefines>
|
||||
<?else ?>
|
||||
<CompilerDefines>DEBUG;TRACE;POSIX</CompilerDefines>
|
||||
<?endif ?>
|
||||
<OptimizeCode>false</OptimizeCode>
|
||||
<OutputPath>bin\Debug</OutputPath>
|
||||
<DebugInformation>true</DebugInformation>
|
||||
<SuppressWarnings>1595</SuppressWarnings>
|
||||
</Options>
|
||||
</Configuration>
|
||||
<Configuration name="Release">
|
||||
<Options>
|
||||
<?if OS = "Win32" ?>
|
||||
<CompilerDefines>TRACE;WIN32;NET</CompilerDefines>
|
||||
<?else ?>
|
||||
<CompilerDefines>TRACE;POSIX</CompilerDefines>
|
||||
<?endif ?>
|
||||
<OutputPath>bin\Release</OutputPath>
|
||||
<OptimizeCode>true</OptimizeCode>
|
||||
<DebugInformation>false</DebugInformation>
|
||||
<SuppressWarnings>1595</SuppressWarnings>
|
||||
</Options>
|
||||
</Configuration>
|
||||
<Files>
|
||||
<File>prebuild.xml</File>
|
||||
<Match path="doc" pattern="*.txt"/>
|
||||
</Files>
|
||||
<Project name="Prebuild" path="src" language="C#" assemblyName="Prebuild" icon="App.ico" type="Exe" rootNamespace="Prebuild" startupObject="Prebuild.Prebuild">
|
||||
<Configuration name="Debug">
|
||||
<Options>
|
||||
<?if OS = "Win32" ?>
|
||||
<CompilerDefines>DEBUG;TRACE;WIN32;NET</CompilerDefines>
|
||||
<?else ?>
|
||||
<CompilerDefines>DEBUG;TRACE;POSIX</CompilerDefines>
|
||||
<?endif ?>
|
||||
<OptimizeCode>false</OptimizeCode>
|
||||
<OutputPath>bin\Debug</OutputPath>
|
||||
<DebugInformation>true</DebugInformation>
|
||||
<XmlDocFile>Prebuild.xml</XmlDocFile>
|
||||
<SuppressWarnings>1595</SuppressWarnings>
|
||||
</Options>
|
||||
</Configuration>
|
||||
<Configuration name="Release">
|
||||
<Options>
|
||||
<?if OS = "Win32" ?>
|
||||
<CompilerDefines>TRACE;WIN32;NET</CompilerDefines>
|
||||
<?else ?>
|
||||
<CompilerDefines>TRACE;POSIX</CompilerDefines>
|
||||
<?endif ?>
|
||||
<OutputPath>bin\Release</OutputPath>
|
||||
<OptimizeCode>true</OptimizeCode>
|
||||
<DebugInformation>false</DebugInformation>
|
||||
<XmlDocFile>Prebuild.xml</XmlDocFile>
|
||||
<SuppressWarnings>1595</SuppressWarnings>
|
||||
</Options>
|
||||
</Configuration>
|
||||
<Reference name="System.Xml" />
|
||||
<Reference name="System" />
|
||||
<Files>
|
||||
<Match pattern="App.ico" buildAction="EmbeddedResource"/>
|
||||
<Match path="data" pattern="prebuild-1.6.xsd" buildAction="EmbeddedResource"/>
|
||||
<Match pattern="*.cs" recurse="true"/>
|
||||
</Files>
|
||||
</Project>
|
||||
</Solution>
|
||||
</Prebuild>
|
||||
|
||||
Reference in New Issue
Block a user