[mapguide-commits] r6970 - in branches/2.4/MgDev/Desktop/Samples: AdvancedSample BasicSample SampleExtension
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Thu Aug 30 11:10:01 PDT 2012
Author: jng
Date: 2012-08-30 11:10:00 -0700 (Thu, 30 Aug 2012)
New Revision: 6970
Added:
branches/2.4/MgDev/Desktop/Samples/AdvancedSample/AdvancedSample.Nuget.Net40.csproj
branches/2.4/MgDev/Desktop/Samples/AdvancedSample/app.config
branches/2.4/MgDev/Desktop/Samples/BasicSample/BasicSample.Nuget.Net40.csproj
branches/2.4/MgDev/Desktop/Samples/BasicSample/app.config
branches/2.4/MgDev/Desktop/Samples/SampleExtension/SampleExtension.Nuget.Net40.csproj
Modified:
branches/2.4/MgDev/Desktop/Samples/AdvancedSample/
branches/2.4/MgDev/Desktop/Samples/BasicSample/
Log:
Add a nuget-ready version of the samples
Property changes on: branches/2.4/MgDev/Desktop/Samples/AdvancedSample
___________________________________________________________________
Added: svn:ignore
+ bin
obj
Added: branches/2.4/MgDev/Desktop/Samples/AdvancedSample/AdvancedSample.Nuget.Net40.csproj
===================================================================
--- branches/2.4/MgDev/Desktop/Samples/AdvancedSample/AdvancedSample.Nuget.Net40.csproj (rev 0)
+++ branches/2.4/MgDev/Desktop/Samples/AdvancedSample/AdvancedSample.Nuget.Net40.csproj 2012-08-30 18:10:00 UTC (rev 6970)
@@ -0,0 +1,120 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
+ <PlatformTarget>x86</PlatformTarget>
+ <OutputPath>bin\x86\Debug\</OutputPath>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
+ <PlatformTarget>x86</PlatformTarget>
+ <OutputPath>bin\x86\Release\</OutputPath>
+ </PropertyGroup>
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>9.0.30729</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{AB9B45B7-38BF-4FFD-B809-A23F74A6C505}</ProjectGuid>
+ <OutputType>WinExe</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>AdvancedSample</RootNamespace>
+ <AssemblyName>AdvancedSample</AssemblyName>
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ <FileUpgradeFlags>
+ </FileUpgradeFlags>
+ <UpgradeBackupLocation>
+ </UpgradeBackupLocation>
+ <OldToolsVersion>3.5</OldToolsVersion>
+ <TargetFrameworkProfile>Client</TargetFrameworkProfile>
+ <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>
+ <ItemGroup>
+ <Reference Include="System" />
+ <Reference Include="System.Data" />
+ <Reference Include="System.Deployment" />
+ <Reference Include="System.Drawing" />
+ <Reference Include="System.Windows.Forms" />
+ <Reference Include="System.Xml" />
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="MainForm.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="MainForm.Designer.cs">
+ <DependentUpon>MainForm.cs</DependentUpon>
+ </Compile>
+ <Compile Include="Program.cs" />
+ <Compile Include="Properties\AssemblyInfo.cs" />
+ <EmbeddedResource Include="MainForm.resx">
+ <DependentUpon>MainForm.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Properties\Resources.resx">
+ <Generator>ResXFileCodeGenerator</Generator>
+ <LastGenOutput>Resources.Designer.cs</LastGenOutput>
+ <SubType>Designer</SubType>
+ </EmbeddedResource>
+ <Compile Include="Properties\Resources.Designer.cs">
+ <AutoGen>True</AutoGen>
+ <DependentUpon>Resources.resx</DependentUpon>
+ <DesignTime>True</DesignTime>
+ </Compile>
+ <None Include="app.config" />
+ <None Include="Properties\Settings.settings">
+ <Generator>SettingsSingleFileGenerator</Generator>
+ <LastGenOutput>Settings.Designer.cs</LastGenOutput>
+ </None>
+ <Compile Include="Properties\Settings.Designer.cs">
+ <AutoGen>True</AutoGen>
+ <DependentUpon>Settings.settings</DependentUpon>
+ <DesignTimeSharedInput>True</DesignTimeSharedInput>
+ </Compile>
+ </ItemGroup>
+ <ItemGroup>
+ <Content Include="RedlineLayer.xml">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </Content>
+ </ItemGroup>
+ <ItemGroup>
+ <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>true</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" />
+ <!-- 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>
+ </PostBuildEvent>
+ </PropertyGroup>
+</Project>
\ No newline at end of file
Added: branches/2.4/MgDev/Desktop/Samples/AdvancedSample/app.config
===================================================================
--- branches/2.4/MgDev/Desktop/Samples/AdvancedSample/app.config (rev 0)
+++ branches/2.4/MgDev/Desktop/Samples/AdvancedSample/app.config 2012-08-30 18:10:00 UTC (rev 6970)
@@ -0,0 +1,3 @@
+<?xml version="1.0"?>
+<configuration>
+<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/></startup></configuration>
Property changes on: branches/2.4/MgDev/Desktop/Samples/BasicSample
___________________________________________________________________
Added: svn:ignore
+ bin
obj
Added: branches/2.4/MgDev/Desktop/Samples/BasicSample/BasicSample.Nuget.Net40.csproj
===================================================================
--- branches/2.4/MgDev/Desktop/Samples/BasicSample/BasicSample.Nuget.Net40.csproj (rev 0)
+++ branches/2.4/MgDev/Desktop/Samples/BasicSample/BasicSample.Nuget.Net40.csproj 2012-08-30 18:10:00 UTC (rev 6970)
@@ -0,0 +1,115 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
+ <PlatformTarget>x86</PlatformTarget>
+ <OutputPath>bin\x86\Debug\</OutputPath>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
+ <PlatformTarget>x86</PlatformTarget>
+ <OutputPath>bin\x86\Release\</OutputPath>
+ </PropertyGroup>
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>9.0.30729</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{BE473CB6-718D-4654-9B0F-F1F9A327BD07}</ProjectGuid>
+ <OutputType>WinExe</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>BasicSample</RootNamespace>
+ <AssemblyName>BasicSample</AssemblyName>
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ <FileUpgradeFlags>
+ </FileUpgradeFlags>
+ <UpgradeBackupLocation>
+ </UpgradeBackupLocation>
+ <OldToolsVersion>3.5</OldToolsVersion>
+ <TargetFrameworkProfile>Client</TargetFrameworkProfile>
+ <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>
+ <ItemGroup>
+ <Reference Include="System" />
+ <Reference Include="System.Data" />
+ <Reference Include="System.Deployment" />
+ <Reference Include="System.Drawing" />
+ <Reference Include="System.Windows.Forms" />
+ <Reference Include="System.Xml" />
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="MainForm.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="MainForm.Designer.cs">
+ <DependentUpon>MainForm.cs</DependentUpon>
+ </Compile>
+ <Compile Include="Program.cs" />
+ <Compile Include="Properties\AssemblyInfo.cs" />
+ <EmbeddedResource Include="MainForm.resx">
+ <DependentUpon>MainForm.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Properties\Resources.resx">
+ <Generator>ResXFileCodeGenerator</Generator>
+ <LastGenOutput>Resources.Designer.cs</LastGenOutput>
+ <SubType>Designer</SubType>
+ </EmbeddedResource>
+ <Compile Include="Properties\Resources.Designer.cs">
+ <AutoGen>True</AutoGen>
+ <DependentUpon>Resources.resx</DependentUpon>
+ <DesignTime>True</DesignTime>
+ </Compile>
+ <None Include="app.config" />
+ <None Include="Properties\Settings.settings">
+ <Generator>SettingsSingleFileGenerator</Generator>
+ <LastGenOutput>Settings.Designer.cs</LastGenOutput>
+ </None>
+ <Compile Include="Properties\Settings.Designer.cs">
+ <AutoGen>True</AutoGen>
+ <DependentUpon>Settings.settings</DependentUpon>
+ <DesignTimeSharedInput>True</DesignTimeSharedInput>
+ </Compile>
+ </ItemGroup>
+ <ItemGroup>
+ <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>true</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" />
+ <!-- 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>
+ </PostBuildEvent>
+ </PropertyGroup>
+</Project>
\ No newline at end of file
Added: branches/2.4/MgDev/Desktop/Samples/BasicSample/app.config
===================================================================
--- branches/2.4/MgDev/Desktop/Samples/BasicSample/app.config (rev 0)
+++ branches/2.4/MgDev/Desktop/Samples/BasicSample/app.config 2012-08-30 18:10:00 UTC (rev 6970)
@@ -0,0 +1,3 @@
+<?xml version="1.0"?>
+<configuration>
+<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/></startup></configuration>
Added: branches/2.4/MgDev/Desktop/Samples/SampleExtension/SampleExtension.Nuget.Net40.csproj
===================================================================
--- branches/2.4/MgDev/Desktop/Samples/SampleExtension/SampleExtension.Nuget.Net40.csproj (rev 0)
+++ branches/2.4/MgDev/Desktop/Samples/SampleExtension/SampleExtension.Nuget.Net40.csproj 2012-08-30 18:10:00 UTC (rev 6970)
@@ -0,0 +1,228 @@
+<?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>
\ No newline at end of file
More information about the mapguide-commits
mailing list