/Src/Dependencies/Boost/libs/filesystem/v3/test/msvc10/tut4/tut4.vcxproj

http://hadesmem.googlecode.com/ · MSBuild · 97 lines · 97 code · 0 blank · 0 comment · 10 complexity · 10f442e2640ce8521d471eb39bff5de7 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{256EA89A-E073-4CE8-B675-BE2FBC6B2691}</ProjectGuid>
  15. <RootNamespace>tut4</RootNamespace>
  16. <Keyword>Win32Proj</Keyword>
  17. </PropertyGroup>
  18. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  20. <ConfigurationType>Application</ConfigurationType>
  21. <CharacterSet>Unicode</CharacterSet>
  22. <WholeProgramOptimization>true</WholeProgramOptimization>
  23. </PropertyGroup>
  24. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  25. <ConfigurationType>Application</ConfigurationType>
  26. <CharacterSet>Unicode</CharacterSet>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  29. <ImportGroup Label="ExtensionSettings">
  30. </ImportGroup>
  31. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  32. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  33. <Import Project="..\common.props" />
  34. </ImportGroup>
  35. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  36. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  37. <Import Project="..\common.props" />
  38. </ImportGroup>
  39. <PropertyGroup Label="UserMacros" />
  40. <PropertyGroup>
  41. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  42. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
  43. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
  44. </PropertyGroup>
  45. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  46. <ClCompile>
  47. <Optimization>Disabled</Optimization>
  48. <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  49. <MinimalRebuild>true</MinimalRebuild>
  50. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  51. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  52. <PrecompiledHeader>
  53. </PrecompiledHeader>
  54. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  55. </ClCompile>
  56. <Link>
  57. <GenerateDebugInformation>true</GenerateDebugInformation>
  58. <SubSystem>Console</SubSystem>
  59. <TargetMachine>MachineX86</TargetMachine>
  60. </Link>
  61. </ItemDefinitionGroup>
  62. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  63. <ClCompile>
  64. <Optimization>MaxSpeed</Optimization>
  65. <IntrinsicFunctions>true</IntrinsicFunctions>
  66. <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  67. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  68. <FunctionLevelLinking>true</FunctionLevelLinking>
  69. <PrecompiledHeader>
  70. </PrecompiledHeader>
  71. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  72. </ClCompile>
  73. <Link>
  74. <GenerateDebugInformation>true</GenerateDebugInformation>
  75. <SubSystem>Console</SubSystem>
  76. <OptimizeReferences>true</OptimizeReferences>
  77. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  78. <TargetMachine>MachineX86</TargetMachine>
  79. </Link>
  80. </ItemDefinitionGroup>
  81. <ItemGroup>
  82. <ClCompile Include="..\..\..\example\tut4.cpp" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <ProjectReference Include="..\filesystem_dll\filesystem_dll.vcxproj">
  86. <Project>{ffd738f7-96f0-445c-81ea-551665ef53d1}</Project>
  87. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  88. </ProjectReference>
  89. <ProjectReference Include="..\system_dll\system_dll.vcxproj">
  90. <Project>{f94ccadd-a90b-480c-a304-c19d015d36b1}</Project>
  91. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  92. </ProjectReference>
  93. </ItemGroup>
  94. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  95. <ImportGroup Label="ExtensionTargets">
  96. </ImportGroup>
  97. </Project>