<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>9.0.30729</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{B97E7D94-E693-4081-8229-2FE87E5502E4}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>SampleExtension</RootNamespace> <AssemblyName>SampleExtension</AssemblyName> <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> <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> </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> </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> </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> </PropertyGroup> <ItemGroup> <Reference Include="OSGeo.MapGuide.Desktop, Version=2.4.0.6964, Culture=neutral, PublicKeyToken=e75f9fd7cf82dc3f, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> <HintPath>..\Lib\OSGeo.MapGuide.Desktop.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="OSGeo.MapGuide.Foundation, Version=2.4.0.6962, Culture=neutral, PublicKeyToken=f526c48929fda856, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> <HintPath>..\Lib\OSGeo.MapGuide.Foundation.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="OSGeo.MapGuide.Geometry, Version=2.4.0.6962, Culture=neutral, PublicKeyToken=f526c48929fda856, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> <HintPath>..\Lib\OSGeo.MapGuide.Geometry.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="OSGeo.MapGuide.PlatformBase, Version=2.4.0.6962, Culture=neutral, PublicKeyToken=f526c48929fda856, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> <HintPath>..\Lib\OSGeo.MapGuide.PlatformBase.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="OSGeo.MapGuide.Viewer, Version=2.4.0.6964, Culture=neutral, PublicKeyToken=e75f9fd7cf82dc3f, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\Lib\OSGeo.MapGuide.Viewer.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="OSGeo.MapGuide.Viewer.Desktop, Version=2.4.0.6964, Culture=neutral, PublicKeyToken=e75f9fd7cf82dc3f, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\Lib\OSGeo.MapGuide.Viewer.Desktop.dll</HintPath> </Reference> <Reference Include="System" /> <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"> <AutoGen>True</AutoGen> <DesignTime>True</DesignTime> <DependentUpon>Layers.resx</DependentUpon> </Compile> <Compile Include="LayerVisibilityDialog.cs"> <SubType>Form</SubType> </Compile> <Compile Include="LayerVisibilityDialog.Designer.cs"> <DependentUpon>LayerVisibilityDialog.cs</DependentUpon> </Compile> <Compile Include="MgProfileComponent.cs"> <SubType>Component</SubType> </Compile> <Compile Include="MgPlotToDwfComponent.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="PrePostRendering.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="PrePostRendering.Designer.cs"> <DependentUpon>PrePostRendering.cs</DependentUpon> </Compile> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="ParcelQueryResultWindow.cs"> <SubType>Form</SubType> </Compile> <Compile Include="ParcelQueryResultWindow.Designer.cs"> <DependentUpon>ParcelQueryResultWindow.cs</DependentUpon> </Compile> <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="MgSampleTaskPaneComponent.cs"> <SubType>Component</SubType> </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"> <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>Layers.Designer.cs</LastGenOutput> </EmbeddedResource> <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\RecentlyBuilt.txt" /> <None Include="Resources\scalerange.templ" /> <None Include="Resources\textsymbol.templ" /> </ItemGroup> <ItemGroup> <None Include="Resources\BufferLayerDefinition.txt" /> </ItemGroup> <ItemGroup> <None Include="Resources\ParcelMarker.txt" /> </ItemGroup> <ItemGroup> <None Include="Resources\Redline.txt" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <!-- 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> --> <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\SheboyganSample.AppLayout" "$(TargetDir)"</PostBuildEvent> </PropertyGroup> </Project>