<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  <PropertyGroup>
    <OutputType>Library</OutputType>
    <RootNamespace>ICSharpCode.ComponentInspector.AddIn</RootNamespace>
    <AssemblyName>ComponentInspector.AddIn</AssemblyName>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{869951D5-A0D6-4DC6-9F1D-E6B9A12AC446}</ProjectGuid>
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
    <NoStdLib>False</NoStdLib>
    <RegisterForComInterop>False</RegisterForComInterop>
    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
    <BaseAddress>127926272</BaseAddress>
    <PlatformTarget>AnyCPU</PlatformTarget>
    <FileAlignment>4096</FileAlignment>
    <WarningLevel>4</WarningLevel>
    <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    <TargetFrameworkProfile />
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
    <BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
    <IntermediateOutputPath>obj\Debug\</IntermediateOutputPath>
    <OutputPath>..\..\..\AddIns\Samples\ComponentInspector\</OutputPath>
    <Optimize>False</Optimize>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <DebugSymbols>true</DebugSymbols>
    <DebugType>Full</DebugType>
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
    <BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
    <IntermediateOutputPath>obj\Release\</IntermediateOutputPath>
    <OutputPath>..\..\..\AddIns\Samples\ComponentInspector\</OutputPath>
    <Optimize>True</Optimize>
    <DefineConstants>TRACE</DefineConstants>
    <DebugSymbols>false</DebugSymbols>
    <DebugType>None</DebugType>
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="ICSharpCode.Core">
      <HintPath>..\..\..\bin\ICSharpCode.Core.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="ICSharpCode.SharpDevelop">
      <HintPath>..\..\..\bin\ICSharpCode.SharpDevelop.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Xml" />
    <Reference Include="System.Windows.Forms" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Configuration\AssemblyInfo.cs" />
    <None Include="ComponentInspector.addin">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </None>
    <Compile Include="Src\ComponentInspectorView.cs" />
    <Compile Include="Src\ShowComponentInspectorCommand.cs" />
    <Compile Include="Src\OpenAssemblyCommand.cs" />
    <Compile Include="Src\CloseAssemblyCommand.cs" />
    <Compile Include="Src\FindCommand.cs" />
    <EmbeddedResource Include="Resources\ObjectTreeOptionsPanel.xfrm" />
    <EmbeddedResource Include="Resources\TypeHandlerOptionsPanel.xfrm" />
    <EmbeddedResource Include="Resources\GeneralOptionsPanel.xfrm" />
    <Compile Include="Src\GeneralOptionsPanel.cs" />
    <Compile Include="Src\ObjectTreeOptionsPanel.cs" />
    <Compile Include="Src\TypeHandlerOptionsPanel.cs" />
  </ItemGroup>
  <ItemGroup>
    <Folder Include="Src" />
    <Folder Include="Resources" />
    <Folder Include="Configuration" />
    <ProjectReference Include="..\ComponentInspector.Core\ComponentInspector.Core.csproj">
      <Project>{E6F4983F-DE41-4AEC-88E7-1FA9AFB4E6FF}</Project>
      <Name>ComponentInspector.Core</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
</Project>