|
|
|
@ -18,14 +18,16 @@ |
|
|
|
<FileAlignment>4096</FileAlignment> |
|
|
|
<FileAlignment>4096</FileAlignment> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<NoWarn>1607</NoWarn> |
|
|
|
<NoWarn>1607</NoWarn> |
|
|
|
|
|
|
|
<StartArguments>--REVISION --START 100</StartArguments> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
<DebugSymbols>True</DebugSymbols> |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
|
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
|
|
<OutputPath>bin\Debug\</OutputPath> |
|
|
|
<OutputPath>bin\Debug\</OutputPath> |
|
|
|
<Optimize>False</Optimize> |
|
|
|
<Optimize>False</Optimize> |
|
|
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
|
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
|
|
|
|
|
|
<DebugType>Full</DebugType> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
<DebugSymbols>False</DebugSymbols> |
|
|
|
<DebugSymbols>False</DebugSymbols> |
|
|
|
|