|
|
|
@ -6,10 +6,23 @@ |
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
|
|
<ProjectGuid>{4139CCF6-FB49-4A9D-B2CF-331E9EA3198D}</ProjectGuid> |
|
|
|
<ProjectGuid>{4139CCF6-FB49-4A9D-B2CF-331E9EA3198D}</ProjectGuid> |
|
|
|
|
|
|
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
|
|
|
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
|
|
|
|
|
|
<NoStdLib>False</NoStdLib> |
|
|
|
|
|
|
|
<DebugType>None</DebugType> |
|
|
|
|
|
|
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
|
|
|
|
|
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
|
|
|
|
|
|
<BaseAddress>92405760</BaseAddress> |
|
|
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
|
|
|
|
<FileAlignment>4096</FileAlignment> |
|
|
|
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
|
|
|
|
|
|
<DebugSymbols>false</DebugSymbols> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
<OutputPath>..\..\..\..\bin\</OutputPath> |
|
|
|
<OutputPath>..\..\..\..\bin\</OutputPath> |
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
|
|
|
|
<Optimize>False</Optimize> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
<OutputPath>..\..\..\..\bin\</OutputPath> |
|
|
|
<OutputPath>..\..\..\..\bin\</OutputPath> |
|
|
|
|