ConnectTest.csproj
上传用户:zjazhou
上传日期:2022-03-22
资源大小:137k
文件大小:5k
源码类别:

Windows Mobile

开发平台:

C#

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  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>{6A09314C-91B4-44D6-8666-A9BCCBF5DF56}</ProjectGuid>
  8.     <OutputType>WinExe</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>ConnectTest</RootNamespace>
  11.     <AssemblyName>ConnectTest</AssemblyName>
  12.     <ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  13.     <PlatformFamilyName>PocketPC</PlatformFamilyName>
  14.     <PlatformID>b2c48bd2-963d-4549-9169-1fa021dce484</PlatformID>
  15.     <OSVersion>5.02</OSVersion>
  16.     <DeployDirSuffix>ConnectTest</DeployDirSuffix>
  17.     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  18.     <FormFactorID>
  19.     </FormFactorID>
  20.     <FileUpgradeFlags>
  21.     </FileUpgradeFlags>
  22.     <UpgradeBackupLocation>
  23.     </UpgradeBackupLocation>
  24.     <OldToolsVersion>2.0</OldToolsVersion>
  25.     <NativePlatformName>Windows Mobile 6 Professional SDK</NativePlatformName>
  26.   </PropertyGroup>
  27.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  28.     <DebugSymbols>true</DebugSymbols>
  29.     <DebugType>full</DebugType>
  30.     <Optimize>false</Optimize>
  31.     <OutputPath>binDebug</OutputPath>
  32.     <DefineConstants>DEBUG;TRACE;$(PlatformFamilyName)</DefineConstants>
  33.     <NoStdLib>true</NoStdLib>
  34.     <NoConfig>true</NoConfig>
  35.     <ErrorReport>prompt</ErrorReport>
  36.     <FileAlignment>512</FileAlignment>
  37.     <WarningLevel>4</WarningLevel>
  38.     <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  39.   </PropertyGroup>
  40.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  41.     <DebugType>pdbonly</DebugType>
  42.     <Optimize>true</Optimize>
  43.     <OutputPath>binRelease</OutputPath>
  44.     <DefineConstants>TRACE;$(PlatformFamilyName)</DefineConstants>
  45.     <NoStdLib>true</NoStdLib>
  46.     <NoConfig>true</NoConfig>
  47.     <ErrorReport>prompt</ErrorReport>
  48.     <FileAlignment>512</FileAlignment>
  49.     <WarningLevel>4</WarningLevel>
  50.     <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  51.   </PropertyGroup>
  52.   <ItemGroup>
  53.     <Reference Include="Microsoft.WindowsMobile, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
  54.     <Reference Include="Microsoft.WindowsMobile.PocketOutlook, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
  55.     <Reference Include="Microsoft.WindowsMobile.Telephony, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
  56.     <Reference Include="mscorlib" />
  57.     <Reference Include="System" />
  58.     <Reference Include="System.Data" />
  59.     <Reference Include="System.Drawing" />
  60.     <Reference Include="System.Windows.Forms" />
  61.     <Reference Include="System.Xml" />
  62.   </ItemGroup>
  63.   <ItemGroup>
  64.     <Compile Include="Form1.cs">
  65.       <SubType>Form</SubType>
  66.     </Compile>
  67.     <Compile Include="Form1.Designer.cs">
  68.       <DependentUpon>Form1.cs</DependentUpon>
  69.     </Compile>
  70.     <Compile Include="Program.cs" />
  71.     <Compile Include="PropertiesAssemblyInfo.cs" />
  72.     <EmbeddedResource Include="Form1.resx">
  73.       <SubType>Designer</SubType>
  74.       <DependentUpon>Form1.cs</DependentUpon>
  75.     </EmbeddedResource>
  76.     <EmbeddedResource Include="PropertiesResources.resx">
  77.       <Generator>ResXFileCodeGenerator</Generator>
  78.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  79.       <SubType>Designer</SubType>
  80.     </EmbeddedResource>
  81.     <Compile Include="PropertiesResources.Designer.cs">
  82.       <AutoGen>True</AutoGen>
  83.       <DependentUpon>Resources.resx</DependentUpon>
  84.       <DesignTime>True</DesignTime>
  85.     </Compile>
  86.   </ItemGroup>
  87.   <Import Condition="'$(TargetFrameworkVersion)' == 'v1.0'" Project="$(MSBuildBinPath)Microsoft.CompactFramework.CSharp.v1.targets" />
  88.   <Import Condition="'$(TargetFrameworkVersion)' == 'v2.0'" Project="$(MSBuildBinPath)Microsoft.CompactFramework.CSharp.targets" />
  89.   <ProjectExtensions>
  90.     <VisualStudio>
  91.       <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
  92.         <HostingProcess disable="1" />
  93.       </FlavorProperties>
  94.     </VisualStudio>
  95.   </ProjectExtensions>
  96.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  97.        Other similar extension points exist, see Microsoft.Common.targets.
  98.   <Target Name="BeforeBuild">
  99.   </Target>
  100.   <Target Name="AfterBuild">
  101.   </Target>
  102.   -->
  103.   <Import Condition="'$(TargetFrameworkVersion)' == 'v3.5'" Project="$(MSBuildBinPath)Microsoft.CompactFramework.CSharp.targets" />
  104. </Project>