Project1.csproj
上传用户:tanejiagz
上传日期:2022-06-25
资源大小:12k
文件大小:2k
源码类别:

GPS编程

开发平台:

C#

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3.   <PropertyGroup>
  4.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6.     <ProductVersion>8.0.50727</ProductVersion>
  7.     <SchemaVersion>2.0</SchemaVersion>
  8.     <ProjectGuid>{506BB427-31B4-4303-8080-88EA5CCBA5B8}</ProjectGuid>
  9.     <OutputType>Exe</OutputType>
  10.     <AppDesignerFolder>Properties</AppDesignerFolder>
  11.     <RootNamespace>Project1</RootNamespace>
  12.     <AssemblyName>Project1</AssemblyName>
  13.   </PropertyGroup>
  14.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  15.     <DebugSymbols>true</DebugSymbols>
  16.     <DebugType>full</DebugType>
  17.     <Optimize>false</Optimize>
  18.     <OutputPath>binDebug</OutputPath>
  19.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  20.     <ErrorReport>prompt</ErrorReport>
  21.     <WarningLevel>4</WarningLevel>
  22.   </PropertyGroup>
  23.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  24.     <DebugType>pdbonly</DebugType>
  25.     <Optimize>true</Optimize>
  26.     <OutputPath>binRelease</OutputPath>
  27.     <DefineConstants>TRACE</DefineConstants>
  28.     <ErrorReport>prompt</ErrorReport>
  29.     <WarningLevel>4</WarningLevel>
  30.   </PropertyGroup>
  31.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  32.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  33.        Other similar extension points exist, see Microsoft.Common.targets.
  34.   <Target Name="BeforeBuild">
  35.   </Target>
  36.   <Target Name="AfterBuild">
  37.   </Target>
  38.   -->
  39.   <ItemGroup>
  40.     <Compile Include="Class1.cs" />
  41.   </ItemGroup>
  42. </Project>