CF20.csproj 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  2. <PropertyGroup>
  3. <EnvironmentFlavor>COMPACT_FRAMEWORK</EnvironmentFlavor>
  4. <EnvironmentTemplate>CF20</EnvironmentTemplate>
  5. <ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  6. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  7. <PlatformFamilyName>Smartphone</PlatformFamilyName>
  8. <PlatformID>f27da329-3269-4191-98e0-c87d3d7f1db9</PlatformID>
  9. <!--<OSVersion>5.2</OSVersion>-->
  10. <!--<DeployDirSuffix>CF20</DeployDirSuffix>-->
  11. <!--<NativePlatformName>Windows Mobile 6 Standard SDK</NativePlatformName>-->
  12. <!--<FormFactorID></FormFactorID>-->
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  15. <OutputPath>bin\CF20\Debug</OutputPath>
  16. <IntermediateOutputPath>obj\CF20\Debug\</IntermediateOutputPath>
  17. <DefineConstants>$(DefineConstants);NOSERIALIZABLE;NOFILEVERSION;NOEXTENSIONS</DefineConstants>
  18. <NoConfig>true</NoConfig>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  21. <OutputPath>bin\CF20\Release</OutputPath>
  22. <IntermediateOutputPath>obj\CF20\Release\</IntermediateOutputPath>
  23. <DefineConstants>$(DefineConstants);NOSERIALIZABLE;NOFILEVERSION;NOEXTENSIONS</DefineConstants>
  24. <NoConfig>true</NoConfig>
  25. </PropertyGroup>
  26. <Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
  27. <ProjectExtensions>
  28. <VisualStudio>
  29. <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
  30. <HostingProcess disable="1" />
  31. </FlavorProperties>
  32. </VisualStudio>
  33. </ProjectExtensions>
  34. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  35. Other similar extension points exist, see Microsoft.Common.targets.
  36. <Target Name="BeforeBuild">
  37. </Target>
  38. <Target Name="AfterBuild">
  39. </Target>
  40. -->
  41. </Project>