ArcMap.csproj
上传用户:xianghe012
上传日期:2022-07-02
资源大小:77k
文件大小:6k
源码类别:

GIS编程

开发平台:

C#

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2.   <PropertyGroup>
  3.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5.     <ProductVersion>8.0.50727</ProductVersion>
  6.     <SchemaVersion>2.0</SchemaVersion>
  7.     <ProjectGuid>{9EEB80AB-084E-4088-A286-98B47F1D00FD}</ProjectGuid>
  8.     <OutputType>WinExe</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>ArcMap</RootNamespace>
  11.     <AssemblyName>ArcMap</AssemblyName>
  12.   </PropertyGroup>
  13.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  14.     <DebugSymbols>true</DebugSymbols>
  15.     <DebugType>full</DebugType>
  16.     <Optimize>false</Optimize>
  17.     <OutputPath>binDebug</OutputPath>
  18.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  19.     <ErrorReport>prompt</ErrorReport>
  20.     <WarningLevel>4</WarningLevel>
  21.   </PropertyGroup>
  22.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  23.     <DebugType>pdbonly</DebugType>
  24.     <Optimize>true</Optimize>
  25.     <OutputPath>binRelease</OutputPath>
  26.     <DefineConstants>TRACE</DefineConstants>
  27.     <ErrorReport>prompt</ErrorReport>
  28.     <WarningLevel>4</WarningLevel>
  29.   </PropertyGroup>
  30.   <ItemGroup>
  31.     <Reference Include="ESRI.ArcGIS.3DAnalyst, Version=9.2.0.1324, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86" />
  32.     <Reference Include="ESRI.ArcGIS.AxControls, Version=9.2.0.1324, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86" />
  33.     <Reference Include="ESRI.ArcGIS.Carto, Version=9.2.0.1324, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86" />
  34.     <Reference Include="ESRI.ArcGIS.Controls, Version=9.2.0.1324, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86" />
  35.     <Reference Include="ESRI.ArcGIS.Display, Version=9.2.0.1324, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86" />
  36.     <Reference Include="ESRI.ArcGIS.Geodatabase, Version=9.2.0.1324, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL" />
  37.     <Reference Include="ESRI.ArcGIS.Geometry, Version=9.2.0.1324, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86" />
  38.     <Reference Include="ESRI.ArcGIS.GlobeCore, Version=9.2.0.1324, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86" />
  39.     <Reference Include="ESRI.ArcGIS.Output, Version=9.2.0.1324, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86" />
  40.     <Reference Include="ESRI.ArcGIS.System, Version=9.2.0.1324, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86" />
  41.     <Reference Include="ESRI.ArcGIS.SystemUI, Version=9.2.0.1324, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86" />
  42.     <Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  43.     <Reference Include="System" />
  44.     <Reference Include="System.Data" />
  45.     <Reference Include="System.Deployment" />
  46.     <Reference Include="System.Drawing" />
  47.     <Reference Include="System.Windows.Forms" />
  48.     <Reference Include="System.Xml" />
  49.   </ItemGroup>
  50.   <ItemGroup>
  51.     <Compile Include="Form1.cs">
  52.       <SubType>Form</SubType>
  53.     </Compile>
  54.     <Compile Include="Form1.Designer.cs">
  55.       <DependentUpon>Form1.cs</DependentUpon>
  56.     </Compile>
  57.     <Compile Include="FrmQuery.cs">
  58.       <SubType>Form</SubType>
  59.     </Compile>
  60.     <Compile Include="FrmQuery.Designer.cs">
  61.       <DependentUpon>FrmQuery.cs</DependentUpon>
  62.     </Compile>
  63.     <Compile Include="frmTable.cs">
  64.       <SubType>Form</SubType>
  65.     </Compile>
  66.     <Compile Include="frmTable.Designer.cs">
  67.       <DependentUpon>frmTable.cs</DependentUpon>
  68.     </Compile>
  69.     <Compile Include="Program.cs" />
  70.     <Compile Include="PropertiesAssemblyInfo.cs" />
  71.     <EmbeddedResource Include="Form1.resx">
  72.       <SubType>Designer</SubType>
  73.       <DependentUpon>Form1.cs</DependentUpon>
  74.     </EmbeddedResource>
  75.     <EmbeddedResource Include="FrmQuery.resx">
  76.       <SubType>Designer</SubType>
  77.       <DependentUpon>FrmQuery.cs</DependentUpon>
  78.     </EmbeddedResource>
  79.     <EmbeddedResource Include="frmTable.resx">
  80.       <SubType>Designer</SubType>
  81.       <DependentUpon>frmTable.cs</DependentUpon>
  82.     </EmbeddedResource>
  83.     <EmbeddedResource Include="PropertiesResources.resx">
  84.       <Generator>ResXFileCodeGenerator</Generator>
  85.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  86.       <SubType>Designer</SubType>
  87.     </EmbeddedResource>
  88.     <EmbeddedResource Include="属性信息.resx">
  89.       <SubType>Designer</SubType>
  90.       <DependentUpon>属性信息.cs</DependentUpon>
  91.     </EmbeddedResource>
  92.     <Compile Include="PropertiesResources.Designer.cs">
  93.       <AutoGen>True</AutoGen>
  94.       <DependentUpon>Resources.resx</DependentUpon>
  95.     </Compile>
  96.     <None Include="PropertiesSettings.settings">
  97.       <Generator>SettingsSingleFileGenerator</Generator>
  98.       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  99.     </None>
  100.     <Compile Include="PropertiesSettings.Designer.cs">
  101.       <AutoGen>True</AutoGen>
  102.       <DependentUpon>Settings.settings</DependentUpon>
  103.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  104.     </Compile>
  105.     <Compile Include="属性信息.cs">
  106.       <SubType>Form</SubType>
  107.     </Compile>
  108.     <Compile Include="属性信息.Designer.cs">
  109.       <DependentUpon>属性信息.cs</DependentUpon>
  110.     </Compile>
  111.   </ItemGroup>
  112.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  113.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  114.        Other similar extension points exist, see Microsoft.Common.targets.
  115.   <Target Name="BeforeBuild">
  116.   </Target>
  117.   <Target Name="AfterBuild">
  118.   </Target>
  119.   -->
  120. </Project>