|
|
@ -23,16 +23,17 @@ |
|
|
|
<IsWebBootstrapper>true</IsWebBootstrapper> |
|
|
|
<IsWebBootstrapper>true</IsWebBootstrapper> |
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled> |
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled> |
|
|
|
<PublishUrl>Publish\</PublishUrl> |
|
|
|
<PublishUrl>Publish\</PublishUrl> |
|
|
|
<StartupObject> |
|
|
|
|
|
|
|
</StartupObject> |
|
|
|
|
|
|
|
<TargetFrameworkProfile /> |
|
|
|
<TargetFrameworkProfile /> |
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
|
|
|
|
|
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
|
|
|
|
|
|
<NoStdLib>False</NoStdLib> |
|
|
|
|
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
<DebugType>full</DebugType> |
|
|
|
<DebugType>Full</DebugType> |
|
|
|
<Optimize>false</Optimize> |
|
|
|
<Optimize>false</Optimize> |
|
|
|
<OutputPath>.\bin\Debug\</OutputPath> |
|
|
|
<OutputPath>..\..\..\..\AddIns\Analysis\CodeQualityAnalysis\</OutputPath> |
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
@ -41,6 +42,16 @@ |
|
|
|
<OutputPath>.\bin\Release\</OutputPath> |
|
|
|
<OutputPath>.\bin\Release\</OutputPath> |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
|
|
|
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
|
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> |
|
|
|
|
|
|
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
|
|
|
|
|
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
|
|
|
|
|
|
<BaseAddress>4194304</BaseAddress> |
|
|
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
|
|
|
|
<FileAlignment>4096</FileAlignment> |
|
|
|
|
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="mscorlib" /> |
|
|
|
<Reference Include="mscorlib" /> |
|
|
|
<Reference Include="System" /> |
|
|
|
<Reference Include="System" /> |
|
|
|