|
|
@ -35,6 +35,7 @@ |
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<Prefer32Bit>false</Prefer32Bit> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
@ -44,6 +45,7 @@ |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<Prefer32Bit>false</Prefer32Bit> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="Microsoft.CSharp" /> |
|
|
@ -60,9 +62,9 @@ |
|
|
|
<Reference Include="System.Data" /> |
|
|
|
<Reference Include="System.Data.DataSetExtensions" /> |
|
|
|
<Reference Include="System.Drawing" /> |
|
|
|
<Reference Include="System.Web.ApplicationServices" /> |
|
|
|
<Reference Include="System.Web.DynamicData" /> |
|
|
|
<Reference Include="System.Web.Entity" /> |
|
|
|
<Reference Include="System.Web.ApplicationServices" /> |
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" /> |
|
|
|
<Reference Include="System.Web" /> |
|
|
|
<Reference Include="System.Web.Abstractions" /> |
|
|
|