<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.30703</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{942C10FD-F7F5-4E68-806D-32EB23A1DD35}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>SampleExtension</RootNamespace>
    <AssemblyName>SampleExtension</AssemblyName>
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
    <FileAlignment>512</FileAlignment>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    <DebugSymbols>true</DebugSymbols>
    <OutputPath>bin\x64\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <DebugType>full</DebugType>
    <PlatformTarget>x64</PlatformTarget>
    <ErrorReport>prompt</ErrorReport>
    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    <OutputPath>..\bin\Release64\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <Optimize>true</Optimize>
    <DebugType>pdbonly</DebugType>
    <PlatformTarget>x64</PlatformTarget>
    <ErrorReport>prompt</ErrorReport>
    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    <DebugSymbols>true</DebugSymbols>
    <OutputPath>bin\x86\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <DebugType>full</DebugType>
    <PlatformTarget>x86</PlatformTarget>
    <ErrorReport>prompt</ErrorReport>
    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    <OutputPath>bin\x86\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <Optimize>true</Optimize>
    <DebugType>pdbonly</DebugType>
    <PlatformTarget>x86</PlatformTarget>
    <ErrorReport>prompt</ErrorReport>
    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Core" />
    <Reference Include="System.Xml.Linq" />
    <Reference Include="System.Data.DataSetExtensions" />
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="System.Data" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="AnalyzingFeatures.cs" />
    <Compile Include="AnalyzingFeatures.Designer.cs">
      <DependentUpon>AnalyzingFeatures.cs</DependentUpon>
    </Compile>
    <Compile Include="BufferHelper.cs" />
    <Compile Include="CustomOutput.cs" />
    <Compile Include="CustomOutput.Designer.cs">
      <DependentUpon>CustomOutput.cs</DependentUpon>
    </Compile>
    <Compile Include="DigitizingAndRedlining.cs" />
    <Compile Include="DigitizingAndRedlining.Designer.cs">
      <DependentUpon>DigitizingAndRedlining.cs</DependentUpon>
    </Compile>
    <Compile Include="HelloMap.cs" />
    <Compile Include="HelloMap.Designer.cs">
      <DependentUpon>HelloMap.cs</DependentUpon>
    </Compile>
    <Compile Include="HelloViewer.cs" />
    <Compile Include="HelloViewer.Designer.cs">
      <DependentUpon>HelloViewer.cs</DependentUpon>
    </Compile>
    <Compile Include="InteractingWithLayers.cs" />
    <Compile Include="InteractingWithLayers.Designer.cs">
      <DependentUpon>InteractingWithLayers.cs</DependentUpon>
    </Compile>
    <Compile Include="LayerDefinitionFactory.cs" />
    <Compile Include="Layers.Designer.cs" />
    <Compile Include="LayerVisibilityDialog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="LayerVisibilityDialog.Designer.cs">
      <DependentUpon>LayerVisibilityDialog.cs</DependentUpon>
    </Compile>
    <Compile Include="MgPlotToDwfComponent.cs" />
    <Compile Include="MgProfileComponent.cs" />
    <Compile Include="MgSampleTaskPaneComponent.cs" />
    <Compile Include="MgStartupComponent.cs" />
    <Compile Include="ModifyingMapsAndLayers.cs" />
    <Compile Include="ModifyingMapsAndLayers.Designer.cs">
      <DependentUpon>ModifyingMapsAndLayers.cs</DependentUpon>
    </Compile>
    <Compile Include="ParcelQueryResultWindow.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="ParcelQueryResultWindow.Designer.cs">
      <DependentUpon>ParcelQueryResultWindow.cs</DependentUpon>
    </Compile>
    <Compile Include="PrePostRendering.cs" />
    <Compile Include="PrePostRendering.Designer.cs">
      <DependentUpon>PrePostRendering.cs</DependentUpon>
    </Compile>
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="ResourceIdDialog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="ResourceIdDialog.Designer.cs">
      <DependentUpon>ResourceIdDialog.cs</DependentUpon>
    </Compile>
    <Compile Include="SampleComponents.cs" />
    <Compile Include="SamplesTaskPane.cs" />
    <Compile Include="SamplesTaskPane.Designer.cs">
      <DependentUpon>SamplesTaskPane.cs</DependentUpon>
    </Compile>
    <Compile Include="SelectedFeaturesWindow.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="SelectedFeaturesWindow.Designer.cs">
      <DependentUpon>SelectedFeaturesWindow.cs</DependentUpon>
    </Compile>
    <Compile Include="WorkingWithFeatureData.cs" />
    <Compile Include="WorkingWithFeatureData.Designer.cs">
      <DependentUpon>WorkingWithFeatureData.cs</DependentUpon>
    </Compile>
    <Compile Include="XmlResponseDialog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="XmlResponseDialog.Designer.cs">
      <DependentUpon>XmlResponseDialog.cs</DependentUpon>
    </Compile>
    <Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="AnalyzingFeatures.resx">
      <DependentUpon>AnalyzingFeatures.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="CustomOutput.resx">
      <DependentUpon>CustomOutput.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="DigitizingAndRedlining.resx">
      <DependentUpon>DigitizingAndRedlining.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="HelloMap.resx">
      <DependentUpon>HelloMap.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="HelloViewer.resx">
      <DependentUpon>HelloViewer.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="InteractingWithLayers.resx">
      <DependentUpon>InteractingWithLayers.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Layers.resx" />
    <EmbeddedResource Include="LayerVisibilityDialog.resx">
      <DependentUpon>LayerVisibilityDialog.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="ModifyingMapsAndLayers.resx">
      <DependentUpon>ModifyingMapsAndLayers.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="ParcelQueryResultWindow.resx">
      <DependentUpon>ParcelQueryResultWindow.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="PrePostRendering.resx">
      <DependentUpon>PrePostRendering.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="ResourceIdDialog.resx">
      <DependentUpon>ResourceIdDialog.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="SamplesTaskPane.resx">
      <DependentUpon>SamplesTaskPane.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="SelectedFeaturesWindow.resx">
      <DependentUpon>SelectedFeaturesWindow.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="WorkingWithFeatureData.resx">
      <DependentUpon>WorkingWithFeatureData.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="XmlResponseDialog.resx">
      <DependentUpon>XmlResponseDialog.cs</DependentUpon>
    </EmbeddedResource>
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\arearule.templ" />
    <None Include="Resources\areatypestyle.templ" />
    <None Include="Resources\layerdefinition.templ" />
    <None Include="Resources\linerule.templ" />
    <None Include="Resources\linetypestyle.templ" />
    <None Include="Resources\marksymbol.templ" />
    <None Include="Resources\pointrule.templ" />
    <None Include="Resources\pointtypestyle.templ" />
    <None Include="Resources\scalerange.templ" />
    <None Include="Resources\textsymbol.templ" />
  </ItemGroup>
  <ItemGroup>
    <Content Include="Resources\BufferLayerDefinition.txt" />
    <Content Include="Resources\ParcelMarker.txt" />
    <Content Include="Resources\RecentlyBuilt.txt" />
    <Content Include="Resources\Redline.txt" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <PropertyGroup>
    <PostBuildEvent>
    </PostBuildEvent>
  </PropertyGroup>
  <!-- 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.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
</Project>