LinGIS.csproj
资源名称:vcengine.rar [点击查看]
上传用户:songlsx
上传日期:2022-06-19
资源大小:2227k
文件大小:9k
源码类别:
GIS编程
开发平台:
Visual C++
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.50727</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{97CFAC21-E79B-4B17-8A46-8C974C9B5628}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>LinGIS</RootNamespace>
- <AssemblyName>LinGIS</AssemblyName>
- <SignManifests>false</SignManifests>
- <ApplicationIcon>Favorites.ico</ApplicationIcon>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>binDebug</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>binRelease</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="DevComponents.DotNetBar2, Version=7.3.0.5, Culture=neutral, processorArchitecture=MSIL" />
- <Reference Include="ESRI.ArcGIS.3DAnalyst, Version=9.2.3.1380, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86" />
- <Reference Include="ESRI.ArcGIS.ADF, Version=9.2.4.1420, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL" />
- <Reference Include="ESRI.ArcGIS.AxControls, Version=9.2.0.1324, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86" />
- <Reference Include="ESRI.ArcGIS.Carto, Version=9.2.3.1380, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- </Reference>
- <Reference Include="ESRI.ArcGIS.Controls, Version=9.2.3.1380, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- </Reference>
- <Reference Include="ESRI.ArcGIS.DataSourcesFile, Version=9.2.3.1380, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL" />
- <Reference Include="ESRI.ArcGIS.DataSourcesGDB, Version=9.2.3.1380, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL" />
- <Reference Include="ESRI.ArcGIS.Display, Version=9.2.3.1380, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- </Reference>
- <Reference Include="ESRI.ArcGIS.Geodatabase, Version=9.2.3.1380, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL" />
- <Reference Include="ESRI.ArcGIS.Geometry, Version=9.2.3.1380, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- </Reference>
- <Reference Include="ESRI.ArcGIS.GlobeCore, Version=9.2.3.1380, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86" />
- <Reference Include="ESRI.ArcGIS.Output, Version=9.2.3.1380, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86" />
- <Reference Include="ESRI.ArcGIS.System, Version=9.2.3.1380, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- </Reference>
- <Reference Include="ESRI.ArcGIS.SystemUI, Version=9.2.3.1380, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- </Reference>
- <Reference Include="ESRI.ArcGIS.Utility, Version=9.2.4.1420, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL" />
- <Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Deployment" />
- <Reference Include="System.Design" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Drawing.Design" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="AboutFrm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="AboutFrm.Designer.cs">
- <DependentUpon>AboutFrm.cs</DependentUpon>
- </Compile>
- <Compile Include="ColorRampSelectorFrm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="ColorRampSelectorFrm.Designer.cs">
- <DependentUpon>ColorRampSelectorFrm.cs</DependentUpon>
- </Compile>
- <Compile Include="ControlsSynchronizer.cs" />
- <Compile Include="FeatLyrFrm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="FeatLyrFrm.Designer.cs">
- <DependentUpon>FeatLyrFrm.cs</DependentUpon>
- </Compile>
- <Compile Include="DisplayFeedbackFrm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="DisplayFeedbackFrm.Designer.cs">
- <DependentUpon>DisplayFeedbackFrm.cs</DependentUpon>
- </Compile>
- <Compile Include="MainFrm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="MainFrm.Designer.cs">
- <DependentUpon>MainFrm.cs</DependentUpon>
- </Compile>
- <Compile Include="LicenseInitializer.cs" />
- <Compile Include="Maps.cs" />
- <Compile Include="NewPolyline.cs" />
- <Compile Include="Program.cs" />
- <Compile Include="PropertiesAssemblyInfo.cs" />
- <EmbeddedResource Include="ColorRampSelectorFrm.resx">
- <SubType>Designer</SubType>
- <DependentUpon>ColorRampSelectorFrm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="FeatLyrFrm.resx">
- <SubType>Designer</SubType>
- <DependentUpon>FeatLyrFrm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="DisplayFeedbackFrm.resx">
- <DependentUpon>DisplayFeedbackFrm.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="MainFrm.resx">
- <SubType>Designer</SubType>
- <DependentUpon>MainFrm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="PropertiesResources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="SelectByAttrFrm.resx">
- <SubType>Designer</SubType>
- <DependentUpon>SelectByAttrFrm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="SymbolSelectorFrm.resx">
- <SubType>Designer</SubType>
- <DependentUpon>SymbolSelectorFrm.cs</DependentUpon>
- </EmbeddedResource>
- <Compile Include="PropertiesResources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Resources.resx</DependentUpon>
- <DesignTime>True</DesignTime>
- </Compile>
- <None Include="app.config" />
- <None Include="ClassDiagram1.cd" />
- <None Include="PropertiesSettings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
- </None>
- <Compile Include="PropertiesSettings.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Settings.settings</DependentUpon>
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
- </Compile>
- <Compile Include="SelectByAttrFrm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="SelectByAttrFrm.Designer.cs">
- <DependentUpon>SelectByAttrFrm.cs</DependentUpon>
- </Compile>
- <Compile Include="SymbolSelectorFrm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="SymbolSelectorFrm.Designer.cs">
- <DependentUpon>SymbolSelectorFrm.cs</DependentUpon>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="NewPolyline.bmp" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="AboutFrm.resx">
- <SubType>Designer</SubType>
- <DependentUpon>AboutFrm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="NewPolyline.cur" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="Favorites.ico" />
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
- </Project>