CSharpSerialPort.csproj
上传用户:svehicle
上传日期:2013-07-27
资源大小:62k
文件大小:5k
源码类别:

C#编程

开发平台:

C#

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2.   <PropertyGroup>
  3.     <ProjectType>Local</ProjectType>
  4.     <ProductVersion>8.0.50727</ProductVersion>
  5.     <SchemaVersion>2.0</SchemaVersion>
  6.     <ProjectGuid>{AC011EF8-B26F-4FBA-BB43-4C9B860CA2C0}</ProjectGuid>
  7.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9.     <ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10.     <ApplicationIcon>
  11.     </ApplicationIcon>
  12.     <AssemblyKeyContainerName>
  13.     </AssemblyKeyContainerName>
  14.     <AssemblyName>CSharpSerialPort</AssemblyName>
  15.     <AssemblyOriginatorKeyFile>
  16.     </AssemblyOriginatorKeyFile>
  17.     <DelaySign>false</DelaySign>
  18.     <OutputType>WinExe</OutputType>
  19.     <OutputFileFolder>Program FilesCSharpSerialPort</OutputFileFolder>
  20.     <RootNamespace>CSharpSerialPort</RootNamespace>
  21.     <StartupObject>
  22.     </StartupObject>
  23.     <FileUpgradeFlags>
  24.     </FileUpgradeFlags>
  25.     <FormFactorID>
  26.     </FormFactorID>
  27.     <UpgradeBackupLocation>
  28.     </UpgradeBackupLocation>
  29.   </PropertyGroup>
  30.   <PropertyGroup>
  31.     <PlatformID>3C41C503-53EF-4c2a-8DD4-A8217CAD115E</PlatformID>
  32.     <PlatformFamilyName>PocketPC</PlatformFamilyName>
  33.     <DeployDirSuffix>$(AssemblyName)</DeployDirSuffix>
  34.     <TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
  35.   </PropertyGroup>
  36.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  37.     <OutputPath>binDebug</OutputPath>
  38.     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  39.     <BaseAddress>0</BaseAddress>
  40.     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  41.     <ConfigurationOverrideFile>
  42.     </ConfigurationOverrideFile>
  43.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  44.     <DocumentationFile>
  45.     </DocumentationFile>
  46.     <DebugSymbols>true</DebugSymbols>
  47.     <FileAlignment>4096</FileAlignment>
  48.     <Optimize>false</Optimize>
  49.     <RegisterForComInterop>false</RegisterForComInterop>
  50.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  51.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  52.     <WarningLevel>4</WarningLevel>
  53.     <DebugType>full</DebugType>
  54.     <NoStdLib>true</NoStdLib>
  55.     <NoConfig>true</NoConfig>
  56.     <GenerateSerializationAssemblies>off</GenerateSerializationAssemblies>
  57.   </PropertyGroup>
  58.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  59.     <OutputPath>binRelease</OutputPath>
  60.     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  61.     <BaseAddress>0</BaseAddress>
  62.     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  63.     <ConfigurationOverrideFile>
  64.     </ConfigurationOverrideFile>
  65.     <DefineConstants>TRACE</DefineConstants>
  66.     <DocumentationFile>
  67.     </DocumentationFile>
  68.     <DebugSymbols>false</DebugSymbols>
  69.     <FileAlignment>4096</FileAlignment>
  70.     <Optimize>true</Optimize>
  71.     <RegisterForComInterop>false</RegisterForComInterop>
  72.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  73.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  74.     <WarningLevel>4</WarningLevel>
  75.     <DebugType>none</DebugType>
  76.     <NoStdLib>true</NoStdLib>
  77.     <NoConfig>true</NoConfig>
  78.     <GenerateSerializationAssemblies>off</GenerateSerializationAssemblies>
  79.   </PropertyGroup>
  80.   <ItemGroup>
  81.     <Reference Include="Microsoft.WindowsCE.Forms">
  82.       <Name>Microsoft.WindowsCE.Forms</Name>
  83.     </Reference>
  84.     <Reference Include="mscorlib">
  85.       <Name>MSCorLib</Name>
  86.       <Private>False</Private>
  87.     </Reference>
  88.     <Reference Include="System">
  89.       <Name>System</Name>
  90.       <Private>False</Private>
  91.     </Reference>
  92.     <Reference Include="System.Data">
  93.       <Name>System.Data</Name>
  94.       <Private>False</Private>
  95.     </Reference>
  96.     <Reference Include="System.Drawing">
  97.       <Name>System.Drawing</Name>
  98.       <Private>False</Private>
  99.     </Reference>
  100.     <Reference Include="System.Windows.Forms">
  101.       <Name>System.Windows.Forms</Name>
  102.       <Private>False</Private>
  103.     </Reference>
  104.     <Reference Include="System.Xml">
  105.       <Name>System.XML</Name>
  106.       <Private>False</Private>
  107.     </Reference>
  108.   </ItemGroup>
  109.   <ItemGroup>
  110.     <Compile Include="AssemblyInfo.cs">
  111.       <SubType>Code</SubType>
  112.     </Compile>
  113.     <Compile Include="cResult.cs">
  114.       <SubType>Code</SubType>
  115.     </Compile>
  116.     <Compile Include="Form1.cs">
  117.       <SubType>Form</SubType>
  118.     </Compile>
  119.     <Compile Include="frmComSet.cs">
  120.       <SubType>Form</SubType>
  121.     </Compile>
  122.     <EmbeddedResource Include="Form1.resx">
  123.       <DependentUpon>Form1.cs</DependentUpon>
  124.     </EmbeddedResource>
  125.     <EmbeddedResource Include="frmComSet.resx">
  126.       <DependentUpon>frmComSet.cs</DependentUpon>
  127.     </EmbeddedResource>
  128.   </ItemGroup>
  129.   <ProjectExtensions>
  130.     <VisualStudio>
  131.       <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" xmlns="">
  132.         <HostingProcess disable="1" />
  133.       </FlavorProperties>
  134.     </VisualStudio>
  135.   </ProjectExtensions>
  136.   <Import Condition="'$(TargetFrameworkVersion)' == 'v1.0'" Project="$(MSBuildBinPath)Microsoft.CompactFramework.CSharp.v1.targets" />
  137.   <Import Condition="'$(TargetFrameworkVersion)' == 'v2.0'" Project="$(MSBuildBinPath)Microsoft.CompactFramework.CSharp.targets" />
  138.   <PropertyGroup>
  139.     <PreBuildEvent>
  140.     </PreBuildEvent>
  141.     <PostBuildEvent>
  142.     </PostBuildEvent>
  143.   </PropertyGroup>
  144. </Project>