<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.50215</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{EC06F96A-AEEC-49D6-B03D-AB87C6EB674C}</ProjectGuid>
    <OutputType>Library</OutputType>
    <RootNamespace>Debugger.AddIn</RootNamespace>
    <AssemblyName>Debugger.AddIn</AssemblyName>
    <WarningLevel>4</WarningLevel>
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
    <NoStdLib>False</NoStdLib>
    <RegisterForComInterop>False</RegisterForComInterop>
    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
    <BaseAddress>116916224</BaseAddress>
    <PlatformTarget>AnyCPU</PlatformTarget>
    <FileAlignment>4096</FileAlignment>
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>Full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>..\..\..\..\..\..\AddIns\AddIns\Misc\Debugger\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>..\..\..\..\..\..\AddIns\AddIns\Misc\Debugger\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Client.config">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </None>
    <None Include="Debugger.AddIn.addin">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </None>
    <None Include="Server.config">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </None>
    <Compile Include="Configuration\AssemblyInfo.cs" />
    <Compile Include="Src\Pads\BreakPointsPad.cs" />
    <Compile Include="Src\Pads\CallStackPad.cs" />
    <Compile Include="Src\Pads\ExceptionHistoryPad.cs" />
    <Compile Include="Src\Pads\LoadedModulesPad.cs" />
    <Compile Include="Src\Pads\LocalVarPad.cs" />
    <Compile Include="Src\Pads\RunningThreadsPad.cs" />
    <Compile Include="Src\Service\ExceptionForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Src\Service\RemotingConfigurationHelpper.cs" />
    <Compile Include="Src\Service\WindowsDebugger.cs" />
    <EmbeddedResource Include="Src\Service\ExceptionForm.resx">
      <DependentUpon>ExceptionForm.cs</DependentUpon>
    </EmbeddedResource>
    <Compile Include="Src\Service\DynamicTreeDebuggerRow.cs" />
    <Compile Include="Src\Service\SetCurrentStatementCommand.cs" />
    <Compile Include="Src\Pads\TreeListViewDebuggerItem.cs" />
    <Compile Include="Src\Service\DebuggerIcons.cs" />
    <Compile Include="..\..\..\..\..\Main\GlobalAssemblyInfo.cs">
      <Link>Configuration\GlobalAssemblyInfo.cs</Link>
    </Compile>
    <Compile Include="Src\Pads\DebuggerPad.cs" />
    <Compile Include="Src\Pads\CallStackPad.Menu.cs" />
    <Compile Include="Src\Pads\RunningThreadsPad.Menu.cs" />
    <Compile Include="Src\Pads\DebuggerTreeListView.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\..\..\..\Libraries\ICSharpCode.TextEditor\Project\ICSharpCode.TextEditor.csproj">
      <Project>{2D18BE89-D210-49EB-A9DD-2246FBB3DF6D}</Project>
      <Name>ICSharpCode.TextEditor</Name>
      <Private>False</Private>
    </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="..\..\Debugger.Core\Project\Debugger.Core.csproj">
      <Project>{1D18D788-F7EE-4585-A23B-34DC8EC63CB8}</Project>
      <Name>Debugger.Core</Name>
      <Private>True</Private>
    </ProjectReference>
    <ProjectReference Include="..\..\TreeListView\Project\TreeListView.csproj">
      <Project>{B08385CD-F0CC-488C-B4F4-EEB34B6D2688}</Project>
      <Name>TreeListView</Name>
      <Private>False</Private>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
</Project>