GpsTracer.csproj
上传用户:tupian
上传日期:2009-05-04
资源大小:93k
文件大小:4k
源码类别:

GPS编程

开发平台:

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>{8A377BCC-41A4-48D5-AB93-C8BC82EE2EA2}</ProjectGuid>
  8.     <OutputType>WinExe</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>GpsTracer</RootNamespace>
  11.     <AssemblyName>DeviceApplication2</AssemblyName>
  12.     <ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  13.     <PlatformFamilyName>WindowsCE</PlatformFamilyName>
  14.     <PlatformID>E2BECB1F-8C8C-41ba-B736-9BE7D946A398</PlatformID>
  15.     <OSVersion>5.0</OSVersion>
  16.     <DeployDirSuffix>DeviceApplication2</DeployDirSuffix>
  17.     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  18.     <FormFactorID>
  19.     </FormFactorID>
  20.   </PropertyGroup>
  21.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22.     <DebugSymbols>true</DebugSymbols>
  23.     <DebugType>full</DebugType>
  24.     <Optimize>false</Optimize>
  25.     <OutputPath>binDebug</OutputPath>
  26.     <DefineConstants>DEBUG;TRACE;$(PlatformFamilyName)</DefineConstants>
  27.     <NoStdLib>true</NoStdLib>
  28.     <NoConfig>true</NoConfig>
  29.     <ErrorReport>prompt</ErrorReport>
  30.     <FileAlignment>512</FileAlignment>
  31.     <WarningLevel>4</WarningLevel>
  32.     <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  33.   </PropertyGroup>
  34.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  35.     <DebugType>pdbonly</DebugType>
  36.     <Optimize>true</Optimize>
  37.     <OutputPath>binRelease</OutputPath>
  38.     <DefineConstants>TRACE;$(PlatformFamilyName)</DefineConstants>
  39.     <NoStdLib>true</NoStdLib>
  40.     <NoConfig>true</NoConfig>
  41.     <ErrorReport>prompt</ErrorReport>
  42.     <FileAlignment>512</FileAlignment>
  43.     <WarningLevel>4</WarningLevel>
  44.     <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  45.   </PropertyGroup>
  46.   <ItemGroup>
  47.     <Reference Include="Microsoft.WindowsCE.Forms" />
  48.     <Reference Include="mscorlib" />
  49.     <Reference Include="System" />
  50.     <Reference Include="System.Data" />
  51.     <Reference Include="System.Drawing" />
  52.     <Reference Include="System.Messaging" />
  53.     <Reference Include="System.Windows.Forms" />
  54.     <Reference Include="System.Xml" />
  55.   </ItemGroup>
  56.   <ItemGroup>
  57.     <Compile Include="Form1.cs">
  58.       <SubType>Form</SubType>
  59.     </Compile>
  60.     <Compile Include="Form1.Designer.cs">
  61.       <DependentUpon>Form1.cs</DependentUpon>
  62.     </Compile>
  63.     <Compile Include="Mapper.cs" />
  64.     <Compile Include="Program.cs" />
  65.     <Compile Include="PropertiesAssemblyInfo.cs" />
  66.     <EmbeddedResource Include="Form1.resx">
  67.       <SubType>Designer</SubType>
  68.       <DependentUpon>Form1.cs</DependentUpon>
  69.     </EmbeddedResource>
  70.     <EmbeddedResource Include="PropertiesResources.resx">
  71.       <Generator>ResXFileCodeGenerator</Generator>
  72.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  73.       <SubType>Designer</SubType>
  74.     </EmbeddedResource>
  75.     <Compile Include="PropertiesResources.Designer.cs">
  76.       <AutoGen>True</AutoGen>
  77.       <DependentUpon>Resources.resx</DependentUpon>
  78.       <DesignTime>True</DesignTime>
  79.     </Compile>
  80.     <Compile Include="reader.cs" />
  81.   </ItemGroup>
  82.   <ItemGroup>
  83.     <Content Include="log.txt" />
  84.   </ItemGroup>
  85.   <Import Condition="'$(TargetFrameworkVersion)' == 'v1.0'" Project="$(MSBuildBinPath)Microsoft.CompactFramework.CSharp.v1.targets" />
  86.   <Import Condition="'$(TargetFrameworkVersion)' == 'v2.0'" Project="$(MSBuildBinPath)Microsoft.CompactFramework.CSharp.targets" />
  87.   <ProjectExtensions>
  88.     <VisualStudio>
  89.       <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
  90.         <HostingProcess disable="1" />
  91.       </FlavorProperties>
  92.     </VisualStudio>
  93.   </ProjectExtensions>
  94.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  95.        Other similar extension points exist, see Microsoft.Common.targets.
  96.   <Target Name="BeforeBuild">
  97.   </Target>
  98.   <Target Name="AfterBuild">
  99.   </Target>
  100.   -->
  101. </Project>