You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
125 lines
5.8 KiB
125 lines
5.8 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<PropertyGroup> |
|
<OutputType>Library</OutputType> |
|
<RootNamespace>ICSharpCode.CodeAnalysis</RootNamespace> |
|
<AssemblyName>CodeAnalysis</AssemblyName> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<ProjectGuid>{3EAA45A9-735C-4AC7-A799-947B93EA449D}</ProjectGuid> |
|
<OutputPath>..\..\..\..\AddIns\Analysis\CodeAnalysis\</OutputPath> |
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
<NoStdLib>False</NoStdLib> |
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
<BaseAddress>134217728</BaseAddress> |
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
<FileAlignment>4096</FileAlignment> |
|
<WarningLevel>4</WarningLevel> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
<TargetFrameworkProfile> |
|
</TargetFrameworkProfile> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
<IntermediateOutputPath>obj\Debug\</IntermediateOutputPath> |
|
<Optimize>False</Optimize> |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DebugType>Full</DebugType> |
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath> |
|
<IntermediateOutputPath>obj\Release\</IntermediateOutputPath> |
|
<Optimize>True</Optimize> |
|
<DefineConstants>TRACE</DefineConstants> |
|
<DebugSymbols>False</DebugSymbols> |
|
<DebugType>None</DebugType> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="PresentationCore" /> |
|
<Reference Include="PresentationFramework" /> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Data" /> |
|
<Reference Include="System.Drawing" /> |
|
<Reference Include="System.Windows.Forms" /> |
|
<Reference Include="System.Xaml"> |
|
<RequiredTargetFramework>4.0</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Xml" /> |
|
<Reference Include="Microsoft.Build.Framework" /> |
|
<Reference Include="WindowsBase" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<None Include="CodeAnalysis.addin"> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
</None> |
|
<Compile Include="Configuration\AssemblyInfo.cs" /> |
|
<Compile Include="..\..\..\Main\GlobalAssemblyInfo.cs"> |
|
<Link>Configuration\GlobalAssemblyInfo.cs</Link> |
|
</Compile> |
|
<Compile Include="Src\AnalysisIdeOptionsPanel.xaml.cs"> |
|
<DependentUpon>AnalysisIdeOptionsPanel.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="Src\old_AnalysisProjectOptionsPanel.cs" /> |
|
<Compile Include="Src\old_AnalysisProjectOptions.Designer.cs"> |
|
<DependentUpon>old_AnalysisProjectOptions.cs</DependentUpon> |
|
</Compile> |
|
<Compile Include="Src\old_AnalysisProjectOptions.cs" /> |
|
<EmbeddedResource Include="Src\old_AnalysisProjectOptions.resx"> |
|
<DependentUpon>old_AnalysisProjectOptions.cs</DependentUpon> |
|
</EmbeddedResource> |
|
<Compile Include="Src\AnalysisProjectOptionsPanelXaml.xaml.cs"> |
|
<DependentUpon>AnalysisProjectOptionsPanelXaml.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="Src\AnalysisProjectOptionsTreeNodes.cs" /> |
|
<Compile Include="Src\FxCopWrapper.cs" /> |
|
<Compile Include="Src\FxCopRule.cs" /> |
|
<Compile Include="Src\CheckCurrentProjectCommand.cs" /> |
|
<Compile Include="Src\FxCopLogger.cs" /> |
|
<Compile Include="Src\SuppressMessageCommand.cs" /> |
|
<Compile Include="Src\old_AnalysisIdeOptionsPanel.cs" /> |
|
<EmbeddedResource Include="Resources\old_AnalysisIdeOptionPanel.xfrm" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ProjectReference Include="..\..\..\Libraries\SharpTreeView\ICSharpCode.TreeView\ICSharpCode.TreeView.csproj"> |
|
<Project>{DDE2A481-8271-4EAC-A330-8FA6A38D13D1}</Project> |
|
<Name>ICSharpCode.TreeView</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\Main\Base\Project\ICSharpCode.SharpDevelop.csproj"> |
|
<Project>{2748AD25-9C63-4E12-877B-4DCE96FBED54}</Project> |
|
<Name>ICSharpCode.SharpDevelop</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\Main\Core\Project\ICSharpCode.Core.csproj"> |
|
<Project>{35CEF10F-2D4C-45F2-9DD1-161E0FEC583C}</Project> |
|
<Name>ICSharpCode.Core</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\Libraries\NRefactory\Project\NRefactory.csproj"> |
|
<Project>{3A9AE6AA-BC07-4A2F-972C-581E3AE2F195}</Project> |
|
<Name>NRefactory</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\Main\ICSharpCode.Core.Presentation\ICSharpCode.Core.Presentation.csproj"> |
|
<Project>{7E4A7172-7FF5-48D0-B719-7CD959DD1AC9}</Project> |
|
<Name>ICSharpCode.Core.Presentation</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\Main\ICSharpCode.SharpDevelop.Dom\Project\ICSharpCode.SharpDevelop.Dom.csproj"> |
|
<Project>{924EE450-603D-49C1-A8E5-4AFAA31CE6F3}</Project> |
|
<Name>ICSharpCode.SharpDevelop.Dom</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<Folder Include="Resources" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Page Include="Src\AnalysisIdeOptionsPanel.xaml" /> |
|
<Page Include="Src\AnalysisProjectOptionsPanelXaml.xaml" /> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
</Project> |