LinGIS.csproj
上传用户:songlsx
上传日期:2022-06-19
资源大小:2227k
文件大小:9k
源码类别:

GIS编程

开发平台:

Visual 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>{97CFAC21-E79B-4B17-8A46-8C974C9B5628}</ProjectGuid>
  8.     <OutputType>WinExe</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>LinGIS</RootNamespace>
  11.     <AssemblyName>LinGIS</AssemblyName>
  12.     <SignManifests>false</SignManifests>
  13.     <ApplicationIcon>Favorites.ico</ApplicationIcon>
  14.   </PropertyGroup>
  15.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16.     <DebugSymbols>true</DebugSymbols>
  17.     <DebugType>full</DebugType>
  18.     <Optimize>false</Optimize>
  19.     <OutputPath>binDebug</OutputPath>
  20.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  21.     <ErrorReport>prompt</ErrorReport>
  22.     <WarningLevel>4</WarningLevel>
  23.   </PropertyGroup>
  24.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25.     <DebugType>pdbonly</DebugType>
  26.     <Optimize>true</Optimize>
  27.     <OutputPath>binRelease</OutputPath>
  28.     <DefineConstants>TRACE</DefineConstants>
  29.     <ErrorReport>prompt</ErrorReport>
  30.     <WarningLevel>4</WarningLevel>
  31.   </PropertyGroup>
  32.   <ItemGroup>
  33.     <Reference Include="DevComponents.DotNetBar2, Version=7.3.0.5, Culture=neutral, processorArchitecture=MSIL" />
  34.     <Reference Include="ESRI.ArcGIS.3DAnalyst, Version=9.2.3.1380, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86" />
  35.     <Reference Include="ESRI.ArcGIS.ADF, Version=9.2.4.1420, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL" />
  36.     <Reference Include="ESRI.ArcGIS.AxControls, Version=9.2.0.1324, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86" />
  37.     <Reference Include="ESRI.ArcGIS.Carto, Version=9.2.3.1380, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL">
  38.       <SpecificVersion>False</SpecificVersion>
  39.     </Reference>
  40.     <Reference Include="ESRI.ArcGIS.Controls, Version=9.2.3.1380, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL">
  41.       <SpecificVersion>False</SpecificVersion>
  42.     </Reference>
  43.     <Reference Include="ESRI.ArcGIS.DataSourcesFile, Version=9.2.3.1380, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL" />
  44.     <Reference Include="ESRI.ArcGIS.DataSourcesGDB, Version=9.2.3.1380, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL" />
  45.     <Reference Include="ESRI.ArcGIS.Display, Version=9.2.3.1380, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL">
  46.       <SpecificVersion>False</SpecificVersion>
  47.     </Reference>
  48.     <Reference Include="ESRI.ArcGIS.Geodatabase, Version=9.2.3.1380, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL" />
  49.     <Reference Include="ESRI.ArcGIS.Geometry, Version=9.2.3.1380, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL">
  50.       <SpecificVersion>False</SpecificVersion>
  51.     </Reference>
  52.     <Reference Include="ESRI.ArcGIS.GlobeCore, Version=9.2.3.1380, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86" />
  53.     <Reference Include="ESRI.ArcGIS.Output, Version=9.2.3.1380, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86" />
  54.     <Reference Include="ESRI.ArcGIS.System, Version=9.2.3.1380, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL">
  55.       <SpecificVersion>False</SpecificVersion>
  56.     </Reference>
  57.     <Reference Include="ESRI.ArcGIS.SystemUI, Version=9.2.3.1380, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL">
  58.       <SpecificVersion>False</SpecificVersion>
  59.     </Reference>
  60.     <Reference Include="ESRI.ArcGIS.Utility, Version=9.2.4.1420, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL" />
  61.     <Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  62.     <Reference Include="System" />
  63.     <Reference Include="System.Data" />
  64.     <Reference Include="System.Deployment" />
  65.     <Reference Include="System.Design" />
  66.     <Reference Include="System.Drawing" />
  67.     <Reference Include="System.Drawing.Design" />
  68.     <Reference Include="System.Windows.Forms" />
  69.     <Reference Include="System.Xml" />
  70.   </ItemGroup>
  71.   <ItemGroup>
  72.     <Compile Include="AboutFrm.cs">
  73.       <SubType>Form</SubType>
  74.     </Compile>
  75.     <Compile Include="AboutFrm.Designer.cs">
  76.       <DependentUpon>AboutFrm.cs</DependentUpon>
  77.     </Compile>
  78.     <Compile Include="ColorRampSelectorFrm.cs">
  79.       <SubType>Form</SubType>
  80.     </Compile>
  81.     <Compile Include="ColorRampSelectorFrm.Designer.cs">
  82.       <DependentUpon>ColorRampSelectorFrm.cs</DependentUpon>
  83.     </Compile>
  84.     <Compile Include="ControlsSynchronizer.cs" />
  85.     <Compile Include="FeatLyrFrm.cs">
  86.       <SubType>Form</SubType>
  87.     </Compile>
  88.     <Compile Include="FeatLyrFrm.Designer.cs">
  89.       <DependentUpon>FeatLyrFrm.cs</DependentUpon>
  90.     </Compile>
  91.     <Compile Include="DisplayFeedbackFrm.cs">
  92.       <SubType>Form</SubType>
  93.     </Compile>
  94.     <Compile Include="DisplayFeedbackFrm.Designer.cs">
  95.       <DependentUpon>DisplayFeedbackFrm.cs</DependentUpon>
  96.     </Compile>
  97.     <Compile Include="MainFrm.cs">
  98.       <SubType>Form</SubType>
  99.     </Compile>
  100.     <Compile Include="MainFrm.Designer.cs">
  101.       <DependentUpon>MainFrm.cs</DependentUpon>
  102.     </Compile>
  103.     <Compile Include="LicenseInitializer.cs" />
  104.     <Compile Include="Maps.cs" />
  105.     <Compile Include="NewPolyline.cs" />
  106.     <Compile Include="Program.cs" />
  107.     <Compile Include="PropertiesAssemblyInfo.cs" />
  108.     <EmbeddedResource Include="ColorRampSelectorFrm.resx">
  109.       <SubType>Designer</SubType>
  110.       <DependentUpon>ColorRampSelectorFrm.cs</DependentUpon>
  111.     </EmbeddedResource>
  112.     <EmbeddedResource Include="FeatLyrFrm.resx">
  113.       <SubType>Designer</SubType>
  114.       <DependentUpon>FeatLyrFrm.cs</DependentUpon>
  115.     </EmbeddedResource>
  116.     <EmbeddedResource Include="DisplayFeedbackFrm.resx">
  117.       <DependentUpon>DisplayFeedbackFrm.cs</DependentUpon>
  118.       <SubType>Designer</SubType>
  119.     </EmbeddedResource>
  120.     <EmbeddedResource Include="MainFrm.resx">
  121.       <SubType>Designer</SubType>
  122.       <DependentUpon>MainFrm.cs</DependentUpon>
  123.     </EmbeddedResource>
  124.     <EmbeddedResource Include="PropertiesResources.resx">
  125.       <Generator>ResXFileCodeGenerator</Generator>
  126.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  127.       <SubType>Designer</SubType>
  128.     </EmbeddedResource>
  129.     <EmbeddedResource Include="SelectByAttrFrm.resx">
  130.       <SubType>Designer</SubType>
  131.       <DependentUpon>SelectByAttrFrm.cs</DependentUpon>
  132.     </EmbeddedResource>
  133.     <EmbeddedResource Include="SymbolSelectorFrm.resx">
  134.       <SubType>Designer</SubType>
  135.       <DependentUpon>SymbolSelectorFrm.cs</DependentUpon>
  136.     </EmbeddedResource>
  137.     <Compile Include="PropertiesResources.Designer.cs">
  138.       <AutoGen>True</AutoGen>
  139.       <DependentUpon>Resources.resx</DependentUpon>
  140.       <DesignTime>True</DesignTime>
  141.     </Compile>
  142.     <None Include="app.config" />
  143.     <None Include="ClassDiagram1.cd" />
  144.     <None Include="PropertiesSettings.settings">
  145.       <Generator>SettingsSingleFileGenerator</Generator>
  146.       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  147.     </None>
  148.     <Compile Include="PropertiesSettings.Designer.cs">
  149.       <AutoGen>True</AutoGen>
  150.       <DependentUpon>Settings.settings</DependentUpon>
  151.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  152.     </Compile>
  153.     <Compile Include="SelectByAttrFrm.cs">
  154.       <SubType>Form</SubType>
  155.     </Compile>
  156.     <Compile Include="SelectByAttrFrm.Designer.cs">
  157.       <DependentUpon>SelectByAttrFrm.cs</DependentUpon>
  158.     </Compile>
  159.     <Compile Include="SymbolSelectorFrm.cs">
  160.       <SubType>Form</SubType>
  161.     </Compile>
  162.     <Compile Include="SymbolSelectorFrm.Designer.cs">
  163.       <DependentUpon>SymbolSelectorFrm.cs</DependentUpon>
  164.     </Compile>
  165.   </ItemGroup>
  166.   <ItemGroup>
  167.     <EmbeddedResource Include="NewPolyline.bmp" />
  168.   </ItemGroup>
  169.   <ItemGroup>
  170.     <EmbeddedResource Include="AboutFrm.resx">
  171.       <SubType>Designer</SubType>
  172.       <DependentUpon>AboutFrm.cs</DependentUpon>
  173.     </EmbeddedResource>
  174.     <EmbeddedResource Include="NewPolyline.cur" />
  175.   </ItemGroup>
  176.   <ItemGroup>
  177.     <Content Include="Favorites.ico" />
  178.   </ItemGroup>
  179.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  180. </Project>