Fixed build issues with AWstat and WSPTransportAgent creating empty update files

This commit is contained in:
Virtuworks 2012-08-13 01:52:11 -04:00
parent e47a46ac00
commit 082152b3bc
3 changed files with 37 additions and 32 deletions

View file

@ -25,7 +25,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<OutputPath>.\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>