|
|
|
@ -11,7 +11,7 @@ |
|
|
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
|
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
|
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
|
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
|
|
<BaseAddress>4194304</BaseAddress> |
|
|
|
<BaseAddress>4194304</BaseAddress> |
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
<PlatformTarget>x86</PlatformTarget> |
|
|
|
<FileAlignment>4096</FileAlignment> |
|
|
|
<FileAlignment>4096</FileAlignment> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
|
|
@ -28,7 +28,6 @@ |
|
|
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
|
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
|
|
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath> |
|
|
|
|
|
|
|
<IntermediateOutputPath>obj\Release\</IntermediateOutputPath> |
|
|
|
<IntermediateOutputPath>obj\Release\</IntermediateOutputPath> |
|
|
|
<Optimize>True</Optimize> |
|
|
|
<Optimize>True</Optimize> |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
|