fixed more compiler settings

This commit is contained in:
codeimp 2008-05-10 18:14:48 +00:00
parent a12981abc7
commit 3fd1ce1e8d
2 changed files with 4 additions and 4 deletions

View file

@ -30,8 +30,8 @@
<OutputPath>..\Build\</OutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>none</DebugType>
<PlatformTarget>x86</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<DocumentationFile>..\Build\Builder.xml</DocumentationFile>

View file

@ -23,8 +23,8 @@
<OutputPath>..\..\Build\Plugins\</OutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>none</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>