Vib.csproj
上传用户:junrenl
上传日期:2022-04-24
资源大小:11k
文件大小: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>{21DD1126-300D-42A8-809F-03ABF2163B21}</ProjectGuid>
  8.     <OutputType>WinExe</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>Vib</RootNamespace>
  11.     <AssemblyName>Vib</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>Vib</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="mscorlib" />
  48.     <Reference Include="System" />
  49.     <Reference Include="System.Data" />
  50.     <Reference Include="System.Drawing" />
  51.     <Reference Include="System.Windows.Forms" />
  52.     <Reference Include="System.Xml" />
  53.   </ItemGroup>
  54.   <ItemGroup>
  55.     <Compile Include="Form1.cs">
  56.       <SubType>Form</SubType>
  57.     </Compile>
  58.     <Compile Include="Form1.Designer.cs">
  59.       <DependentUpon>Form1.cs</DependentUpon>
  60.     </Compile>
  61.     <Compile Include="Program.cs" />
  62.     <Compile Include="PropertiesAssemblyInfo.cs" />
  63.     <EmbeddedResource Include="Form1.resx">
  64.       <SubType>Designer</SubType>
  65.       <DependentUpon>Form1.cs</DependentUpon>
  66.     </EmbeddedResource>
  67.     <EmbeddedResource Include="PropertiesResources.resx">
  68.       <Generator>ResXFileCodeGenerator</Generator>
  69.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  70.       <SubType>Designer</SubType>
  71.     </EmbeddedResource>
  72.     <Compile Include="PropertiesResources.Designer.cs">
  73.       <AutoGen>True</AutoGen>
  74.       <DependentUpon>Resources.resx</DependentUpon>
  75.     </Compile>
  76.   </ItemGroup>
  77.   <Import Condition="'$(TargetFrameworkVersion)' == 'v1.0'" Project="$(MSBuildBinPath)Microsoft.CompactFramework.CSharp.v1.targets" />
  78.   <Import Condition="'$(TargetFrameworkVersion)' == 'v2.0'" Project="$(MSBuildBinPath)Microsoft.CompactFramework.CSharp.targets" />
  79.   <ProjectExtensions>
  80.     <VisualStudio>
  81.       <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
  82.         <HostingProcess disable="1" />
  83.       </FlavorProperties>
  84.     </VisualStudio>
  85.   </ProjectExtensions>
  86.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  87.        Other similar extension points exist, see Microsoft.Common.targets.
  88.   <Target Name="BeforeBuild">
  89.   </Target>
  90.   <Target Name="AfterBuild">
  91.   </Target>
  92.   -->
  93. </Project>