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

Windows Mobile

开发平台:

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>{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.   </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.WindowsMobile, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
  48.     <Reference Include="Microsoft.WindowsMobile.PocketOutlook, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
  49.     <Reference Include="Microsoft.WindowsMobile.Telephony, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
  50.     <Reference Include="mscorlib" />
  51.     <Reference Include="System" />
  52.     <Reference Include="System.Data" />
  53.     <Reference Include="System.Drawing" />
  54.     <Reference Include="System.Windows.Forms" />
  55.     <Reference Include="System.Xml" />
  56.   </ItemGroup>
  57.   <ItemGroup>
  58.     <Compile Include="Form1.cs">
  59.       <SubType>Form</SubType>
  60.     </Compile>
  61.     <Compile Include="Form1.Designer.cs">
  62.       <DependentUpon>Form1.cs</DependentUpon>
  63.     </Compile>
  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.     </Compile>
  79.   </ItemGroup>
  80.   <Import Condition="'$(TargetFrameworkVersion)' == 'v1.0'" Project="$(MSBuildBinPath)Microsoft.CompactFramework.CSharp.v1.targets" />
  81.   <Import Condition="'$(TargetFrameworkVersion)' == 'v2.0'" Project="$(MSBuildBinPath)Microsoft.CompactFramework.CSharp.targets" />
  82.   <ProjectExtensions>
  83.     <VisualStudio>
  84.       <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
  85.         <HostingProcess disable="1" />
  86.       </FlavorProperties>
  87.     </VisualStudio>
  88.   </ProjectExtensions>
  89.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  90.        Other similar extension points exist, see Microsoft.Common.targets.
  91.   <Target Name="BeforeBuild">
  92.   </Target>
  93.   <Target Name="AfterBuild">
  94.   </Target>
  95.   -->
  96. </Project>