SharpMap.UI.csproj
上传用户:sex100000
上传日期:2013-11-09
资源大小:1377k
文件大小:3k
源码类别:

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>{DD1CC1DB-4BF9-4C88-A100-733D84795F3A}</ProjectGuid>
  8.     <OutputType>Library</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>SharpMap.UI</RootNamespace>
  11.     <AssemblyName>SharpMap.UI</AssemblyName>
  12.     <SccProjectName>SAK</SccProjectName>
  13.     <SccLocalPath>SAK</SccLocalPath>
  14.     <SccAuxPath>SAK</SccAuxPath>
  15.     <SccProvider>SAK</SccProvider>
  16.   </PropertyGroup>
  17.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18.     <DebugSymbols>true</DebugSymbols>
  19.     <DebugType>full</DebugType>
  20.     <Optimize>false</Optimize>
  21.     <OutputPath>binDebug</OutputPath>
  22.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  23.     <ErrorReport>prompt</ErrorReport>
  24.     <WarningLevel>4</WarningLevel>
  25.   </PropertyGroup>
  26.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27.     <DebugType>pdbonly</DebugType>
  28.     <Optimize>true</Optimize>
  29.     <OutputPath>binRelease</OutputPath>
  30.     <DefineConstants>TRACE</DefineConstants>
  31.     <ErrorReport>prompt</ErrorReport>
  32.     <WarningLevel>4</WarningLevel>
  33.     <DocumentationFile>binReleaseSharpMap.UI.XML</DocumentationFile>
  34.   </PropertyGroup>
  35.   <ItemGroup>
  36.     <Reference Include="System" />
  37.     <Reference Include="System.Data" />
  38.     <Reference Include="System.Design" />
  39.     <Reference Include="System.Drawing" />
  40.     <Reference Include="System.Web" />
  41.     <Reference Include="System.Windows.Forms" />
  42.     <Reference Include="System.Xml" />
  43.   </ItemGroup>
  44.   <ItemGroup>
  45.     <Compile Include="FormsMapImage.cs">
  46.       <SubType>Component</SubType>
  47.     </Compile>
  48.     <Compile Include="PropertiesAssemblyInfo.cs" />
  49.     <Compile Include="WebUIAjaxAjaxMapControl.cs" />
  50.     <Compile Include="WebUIAjaxAjaxMapControlDesigner.cs" />
  51.   </ItemGroup>
  52.   <ItemGroup>
  53.     <EmbeddedResource Include="WebUIAjaxAjaxMap.js" />
  54.   </ItemGroup>
  55.   <ItemGroup>
  56.     <ProjectReference Include="..SharpMapSharpMap.csproj">
  57.       <Project>{C83777FC-AABB-47D9-911F-D76255D4D541}</Project>
  58.       <Name>SharpMap</Name>
  59.     </ProjectReference>
  60.   </ItemGroup>
  61.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  62.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  63.        Other similar extension points exist, see Microsoft.Common.targets.
  64.   <Target Name="BeforeBuild">
  65.   </Target>
  66.   <Target Name="AfterBuild">
  67.   </Target>
  68.   -->
  69. </Project>