<?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> </TargetFrameworkProfile> <FileAlignment>512</FileAlignment> <PublishUrl>publish\</PublishUrl> <Install>true</Install> <InstallFrom>Disk</InstallFrom> <UpdateEnabled>false</UpdateEnabled> <UpdateMode>Foreground</UpdateMode> <UpdateInterval>7</UpdateInterval> <UpdateIntervalUnits>Days</UpdateIntervalUnits> <UpdatePeriodically>false</UpdatePeriodically> <UpdateRequired>false</UpdateRequired> <MapFileExtensions>true</MapFileExtensions> <ApplicationRevision>0</ApplicationRevision> <ApplicationVersion>1.0.0.%2a</ApplicationVersion> <IsWebBootstrapper>false</IsWebBootstrapper> <UseApplicationTrust>false</UseApplicationTrust> <BootstrapperEnabled>true</BootstrapperEnabled> </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> <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> <OutputPath>bin\x64\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <Optimize>true</Optimize> <DebugType>pdbonly</DebugType> <PlatformTarget>x64</PlatformTarget> <ErrorReport>prompt</ErrorReport> <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> <Prefer32Bit>false</Prefer32Bit> </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> <Prefer32Bit>false</Prefer32Bit> </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> <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <ItemGroup> <Reference Include="OSGeo.MapGuide.Desktop"> <HintPath>..\Lib\OSGeo.MapGuide.Desktop.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="OSGeo.MapGuide.Foundation"> <HintPath>..\Lib\OSGeo.MapGuide.Foundation.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="OSGeo.MapGuide.Geometry"> <HintPath>..\Lib\OSGeo.MapGuide.Geometry.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="OSGeo.MapGuide.PlatformBase"> <HintPath>..\Lib\OSGeo.MapGuide.PlatformBase.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="OSGeo.MapGuide.Viewer"> <HintPath>..\Lib\OSGeo.MapGuide.Viewer.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="OSGeo.MapGuide.Viewer.Desktop"> <HintPath>..\Lib\OSGeo.MapGuide.Viewer.Desktop.dll</HintPath> <Private>False</Private> </Reference> <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"> <SubType>UserControl</SubType> </Compile> <Compile Include="AnalyzingFeatures.Designer.cs"> <DependentUpon>AnalyzingFeatures.cs</DependentUpon> </Compile> <Compile Include="BufferHelper.cs" /> <Compile Include="CustomOutput.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="CustomOutput.Designer.cs"> <DependentUpon>CustomOutput.cs</DependentUpon> </Compile> <Compile Include="DigitizingAndRedlining.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="DigitizingAndRedlining.Designer.cs"> <DependentUpon>DigitizingAndRedlining.cs</DependentUpon> </Compile> <Compile Include="HelloMap.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="HelloMap.Designer.cs"> <DependentUpon>HelloMap.cs</DependentUpon> </Compile> <Compile Include="HelloViewer.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="HelloViewer.Designer.cs"> <DependentUpon>HelloViewer.cs</DependentUpon> </Compile> <Compile Include="InteractingWithLayers.cs"> <SubType>UserControl</SubType> </Compile> <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"> <SubType>Component</SubType> </Compile> <Compile Include="MgProfileComponent.cs"> <SubType>Component</SubType> </Compile> <Compile Include="MgSampleTaskPaneComponent.cs"> <SubType>Component</SubType> </Compile> <Compile Include="MgStartupComponent.cs"> <SubType>Component</SubType> </Compile> <Compile Include="ModifyingMapsAndLayers.cs"> <SubType>UserControl</SubType> </Compile> <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"> <SubType>UserControl</SubType> </Compile> <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"> <SubType>Component</SubType> </Compile> <Compile Include="SamplesTaskPane.cs"> <SubType>UserControl</SubType> </Compile> <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"> <SubType>UserControl</SubType> </Compile> <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> <ItemGroup> <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client"> <Visible>False</Visible> <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName> <Install>true</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> <Visible>False</Visible> <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> <Install>false</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> <Visible>False</Visible> <ProductName>.NET Framework 3.5 SP1</ProductName> <Install>false</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> <Visible>False</Visible> <ProductName>Windows Installer 3.1</ProductName> <Install>true</Install> </BootstrapperPackage> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <PropertyGroup> <PostBuildEvent>if not exist "$(TargetDir)FDO" md "$(TargetDir)FDO" xcopy /s /y "$(SolutionDir)Lib\FDO" "$(TargetDir)FDO" if not exist "$(TargetDir)Dictionaries" md "$(TargetDir)Dictionaries" xcopy /s /y "$(SolutionDir)Lib\Dictionaries" "$(TargetDir)Dictionaries" if not exist "$(TargetDir)Resources" md "$(TargetDir)Resources" xcopy /s /y "$(SolutionDir)Lib\Resources" "$(TargetDir)Resources" if not exist "$(TargetDir)Schema" md "$(TargetDir)Schema" xcopy /s /y "$(SolutionDir)Lib\Schema" "$(TargetDir)Schema" copy /y "$(SolutionDir)Lib\*.dll" "$(TargetDir)" copy /y "$(SolutionDir)Lib\Platform.ini" "$(TargetDir)" copy /y "$(SolutionDir)Lib\MgAppLayout.exe" "$(TargetDir)" copy /y "$(SolutionDir)Lib\Sheboygan.AppLayout" "$(TargetDir)"</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>