|
|
|
@ -14,7 +14,7 @@
@@ -14,7 +14,7 @@
|
|
|
|
|
<FileAlignment>512</FileAlignment> |
|
|
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> |
|
|
|
|
<NoStdLib>False</NoStdLib> |
|
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
|
|
|
<TreatWarningsAsErrors>False</TreatWarningsAsErrors> |
|
|
|
|
<OutputPath>..\bin\</OutputPath> |
|
|
|
|
<UseHostCompilerIfAvailable>false</UseHostCompilerIfAvailable> |
|
|
|
|
<RunCodeAnalysis>False</RunCodeAnalysis> |
|
|
|
@ -48,11 +48,13 @@
@@ -48,11 +48,13 @@
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled> |
|
|
|
|
<TargetFrameworkProfile> |
|
|
|
|
</TargetFrameworkProfile> |
|
|
|
|
<NoWin32Manifest>False</NoWin32Manifest> |
|
|
|
|
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
|
<DebugType>Full</DebugType> |
|
|
|
|
<Optimize>false</Optimize> |
|
|
|
|
<Optimize>False</Optimize> |
|
|
|
|
<DefineConstants>DEBUG;TRACE;PUBLIC_EXTENDEDREGISTRY</DefineConstants> |
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
@ -79,6 +81,7 @@
@@ -79,6 +81,7 @@
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
|
|
|
<StartAction>Project</StartAction> |
|
|
|
|
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Reference Include="IQToolkit"> |
|
|
|
@ -167,6 +170,13 @@
@@ -167,6 +170,13 @@
|
|
|
|
|
<ItemGroup> |
|
|
|
|
<Folder Include="Data\Linq" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<ProjectReference Include="..\X64Converter\Profiler.X64Converter.csproj"> |
|
|
|
|
<Project>{600D7F63-DACE-4933-BE8C-B51A948A86D4}</Project> |
|
|
|
|
<Name>Profiler.X64Converter</Name> |
|
|
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
|
|
|
</ProjectReference> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets. |
|
|
|
|