addPolylineTest.csproj
上传用户:hucuiqin88
上传日期:2022-06-19
资源大小:132k
文件大小:6k
源码类别:

按钮控件

开发平台:

C#

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  2.   <PropertyGroup>
  3.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5.     <ProductVersion>9.0.30729</ProductVersion>
  6.     <SchemaVersion>2.0</SchemaVersion>
  7.     <ProjectGuid>{91A89DE8-0692-4EF7-AD4B-CD9717C47873}</ProjectGuid>
  8.     <OutputType>WinExe</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>addPolylineTest</RootNamespace>
  11.     <AssemblyName>addPolylineTest</AssemblyName>
  12.     <ApplicationIcon>Earth.ico</ApplicationIcon>
  13.     <FileUpgradeFlags>
  14.     </FileUpgradeFlags>
  15.     <OldToolsVersion>2.0</OldToolsVersion>
  16.     <UpgradeBackupLocation>
  17.     </UpgradeBackupLocation>
  18.     <PublishUrl>http://localhost/addPolylineTest/</PublishUrl>
  19.     <Install>true</Install>
  20.     <InstallFrom>Web</InstallFrom>
  21.     <UpdateEnabled>true</UpdateEnabled>
  22.     <UpdateMode>Foreground</UpdateMode>
  23.     <UpdateInterval>7</UpdateInterval>
  24.     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25.     <UpdatePeriodically>false</UpdatePeriodically>
  26.     <UpdateRequired>false</UpdateRequired>
  27.     <MapFileExtensions>true</MapFileExtensions>
  28.     <ApplicationRevision>0</ApplicationRevision>
  29.     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  30.     <IsWebBootstrapper>true</IsWebBootstrapper>
  31.     <UseApplicationTrust>false</UseApplicationTrust>
  32.     <BootstrapperEnabled>true</BootstrapperEnabled>
  33.   </PropertyGroup>
  34.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  35.     <DebugSymbols>true</DebugSymbols>
  36.     <DebugType>full</DebugType>
  37.     <Optimize>false</Optimize>
  38.     <OutputPath>binDebug</OutputPath>
  39.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  40.     <ErrorReport>prompt</ErrorReport>
  41.     <WarningLevel>4</WarningLevel>
  42.   </PropertyGroup>
  43.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  44.     <DebugType>pdbonly</DebugType>
  45.     <Optimize>true</Optimize>
  46.     <OutputPath>binRelease</OutputPath>
  47.     <DefineConstants>TRACE</DefineConstants>
  48.     <ErrorReport>prompt</ErrorReport>
  49.     <WarningLevel>4</WarningLevel>
  50.   </PropertyGroup>
  51.   <ItemGroup>
  52.     <Reference Include="ESRI.ArcGIS.ADF" />
  53.     <Reference Include="ESRI.ArcGIS.AxControls" />
  54.     <Reference Include="ESRI.ArcGIS.Carto" />
  55.     <Reference Include="ESRI.ArcGIS.Controls" />
  56.     <Reference Include="ESRI.ArcGIS.DataSourcesFile, Version=9.3.0.1770, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL" />
  57.     <Reference Include="ESRI.ArcGIS.Display" />
  58.     <Reference Include="ESRI.ArcGIS.Geodatabase, Version=9.3.0.1770, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL" />
  59.     <Reference Include="ESRI.ArcGIS.Geometry, Version=9.3.0.1770, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL" />
  60.     <Reference Include="ESRI.ArcGIS.System" />
  61.     <Reference Include="ESRI.ArcGIS.SystemUI" />
  62.     <Reference Include="System" />
  63.     <Reference Include="System.Data" />
  64.     <Reference Include="System.Drawing" />
  65.     <Reference Include="System.Windows.Forms" />
  66.     <Reference Include="System.Xml" />
  67.   </ItemGroup>
  68.   <ItemGroup>
  69.     <Compile Include="CreateNewDocument.cs" />
  70.     <Compile Include="MainForm.cs">
  71.       <SubType>Form</SubType>
  72.     </Compile>
  73.     <Compile Include="MainForm.Designer.cs">
  74.       <DependentUpon>MainForm.cs</DependentUpon>
  75.     </Compile>
  76.     <Compile Include="Program.cs" />
  77.     <Compile Include="PropertiesAssemblyInfo.cs" />
  78.     <EmbeddedResource Include="MainForm.resx">
  79.       <SubType>Designer</SubType>
  80.       <DependentUpon>MainForm.cs</DependentUpon>
  81.     </EmbeddedResource>
  82.     <EmbeddedResource Include="PropertiesResources.resx">
  83.       <Generator>ResXFileCodeGenerator</Generator>
  84.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  85.       <SubType>Designer</SubType>
  86.     </EmbeddedResource>
  87.     <Compile Include="PropertiesResources.Designer.cs">
  88.       <AutoGen>True</AutoGen>
  89.       <DependentUpon>Resources.resx</DependentUpon>
  90.       <DesignTime>True</DesignTime>
  91.     </Compile>
  92.     <None Include="PropertiesSettings.settings">
  93.       <Generator>SettingsSingleFileGenerator</Generator>
  94.       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  95.     </None>
  96.     <Compile Include="PropertiesSettings.Designer.cs">
  97.       <AutoGen>True</AutoGen>
  98.       <DependentUpon>Settings.settings</DependentUpon>
  99.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  100.     </Compile>
  101.   </ItemGroup>
  102.   <ItemGroup>
  103.     <Content Include="App.ico" />
  104.     <Content Include="Earth.ico" />
  105.   </ItemGroup>
  106.   <ItemGroup>
  107.     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  108.       <Visible>False</Visible>
  109.       <ProductName>.NET Framework Client Profile</ProductName>
  110.       <Install>false</Install>
  111.     </BootstrapperPackage>
  112.     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  113.       <Visible>False</Visible>
  114.       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  115.       <Install>true</Install>
  116.     </BootstrapperPackage>
  117.     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  118.       <Visible>False</Visible>
  119.       <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  120.       <Install>false</Install>
  121.     </BootstrapperPackage>
  122.     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  123.       <Visible>False</Visible>
  124.       <ProductName>.NET Framework 3.5</ProductName>
  125.       <Install>false</Install>
  126.     </BootstrapperPackage>
  127.     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  128.       <Visible>False</Visible>
  129.       <ProductName>.NET Framework 3.5 SP1</ProductName>
  130.       <Install>false</Install>
  131.     </BootstrapperPackage>
  132.   </ItemGroup>
  133.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  134. </Project>