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

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>{2EA31BE4-52F2-4AF6-8687-43C7EEC77F50}</ProjectGuid>
  8.     <OutputType>Exe</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>ExampleProject</RootNamespace>
  11.     <AssemblyName>ExampleProject</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.   </PropertyGroup>
  34.   <ItemGroup>
  35.     <Reference Include="System" />
  36.     <Reference Include="System.Data" />
  37.     <Reference Include="System.Xml" />
  38.   </ItemGroup>
  39.   <ItemGroup>
  40.     <Compile Include="Program.cs" />
  41.     <Compile Include="PropertiesAssemblyInfo.cs" />
  42.   </ItemGroup>
  43.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  44.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  45.        Other similar extension points exist, see Microsoft.Common.targets.
  46.   <Target Name="BeforeBuild">
  47.   </Target>
  48.   <Target Name="AfterBuild">
  49.   </Target>
  50.   -->
  51. </Project>