Browse Source

reset references to NRefactory in X64Converter/Profiler.X64Converter.csproj

addin-manager-package-subdirectories
Siegfried Pammer 12 years ago
parent
commit
546a12f9c3
  1. 14
      src/AddIns/Analysis/Profiler/Controller/Profiler.Controller.csproj
  2. 6
      src/AddIns/Analysis/Profiler/X64Converter/Profiler.X64Converter.csproj

14
src/AddIns/Analysis/Profiler/Controller/Profiler.Controller.csproj

@ -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.

6
src/AddIns/Analysis/Profiler/X64Converter/Profiler.X64Converter.csproj

@ -88,6 +88,9 @@ @@ -88,6 +88,9 @@
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\Libraries\NRefactory\ICSharpCode.NRefactory.CSharp\ICSharpCode.NRefactory.CSharp.csproj">
<Project>{53DCA265-3C3C-42F9-B647-F72BA678122B}</Project>
@ -98,9 +101,6 @@ @@ -98,9 +101,6 @@
<Name>ICSharpCode.NRefactory</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\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.

Loading…
Cancel
Save