DealWithScreenOrientation.csproj
上传用户:linger1010
上传日期:2008-12-08
资源大小:561k
文件大小: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>{58B99515-BF37-4F4D-9DE9-521F2EFE0C29}</ProjectGuid>
  8.     <OutputType>WinExe</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>DealWithScreenOrientation</RootNamespace>
  11.     <AssemblyName>DealWithScreenOrientation</AssemblyName>
  12.     <ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  13.     <PlatformFamilyName>PocketPC</PlatformFamilyName>
  14.     <PlatformID>4118C335-430C-497f-BE48-11C3316B135E</PlatformID>
  15.     <OSVersion>5.01</OSVersion>
  16.     <DeployDirSuffix>DealWithScreenOrientation</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.Windows.Forms" />
  53.     <Reference Include="System.Xml" />
  54.   </ItemGroup>
  55.   <ItemGroup>
  56.     <Compile Include="BookInfo.cs" />
  57.     <Compile Include="EditForm.cs">
  58.       <SubType>Form</SubType>
  59.     </Compile>
  60.     <Compile Include="EditForm.Designer.cs">
  61.       <DependentUpon>EditForm.cs</DependentUpon>
  62.     </Compile>
  63.     <Compile Include="MainForm.cs">
  64.       <SubType>Form</SubType>
  65.     </Compile>
  66.     <Compile Include="MainForm.Designer.cs">
  67.       <DependentUpon>MainForm.cs</DependentUpon>
  68.     </Compile>
  69.     <Compile Include="Program.cs" />
  70.     <Compile Include="PropertiesAssemblyInfo.cs" />
  71.     <EmbeddedResource Include="EditForm.resx">
  72.       <DependentUpon>EditForm.cs</DependentUpon>
  73.       <SubType>Designer</SubType>
  74.     </EmbeddedResource>
  75.     <EmbeddedResource Include="MainForm.resx">
  76.       <DependentUpon>MainForm.cs</DependentUpon>
  77.       <SubType>Designer</SubType>
  78.     </EmbeddedResource>
  79.     <EmbeddedResource Include="PropertiesResources.resx">
  80.       <Generator>ResXFileCodeGenerator</Generator>
  81.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  82.       <SubType>Designer</SubType>
  83.     </EmbeddedResource>
  84.     <Compile Include="PropertiesResources.Designer.cs">
  85.       <AutoGen>True</AutoGen>
  86.       <DependentUpon>Resources.resx</DependentUpon>
  87.     </Compile>
  88.   </ItemGroup>
  89.   <Import Condition="'$(TargetFrameworkVersion)' == 'v1.0'" Project="$(MSBuildBinPath)Microsoft.CompactFramework.CSharp.v1.targets" />
  90.   <Import Condition="'$(TargetFrameworkVersion)' == 'v2.0'" Project="$(MSBuildBinPath)Microsoft.CompactFramework.CSharp.targets" />
  91.   <ProjectExtensions>
  92.     <VisualStudio>
  93.       <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
  94.         <HostingProcess disable="1" />
  95.       </FlavorProperties>
  96.     </VisualStudio>
  97.   </ProjectExtensions>
  98.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  99.        Other similar extension points exist, see Microsoft.Common.targets.
  100.   <Target Name="BeforeBuild">
  101.   </Target>
  102.   <Target Name="AfterBuild">
  103.   </Target>
  104.   -->
  105. </Project>