directory_symlink_parent_resolution.vcxproj 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.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. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <ItemGroup>
  22. <ClCompile Include="..\..\directory_symlink_parent_resolution.cpp" />
  23. </ItemGroup>
  24. <PropertyGroup Label="Globals">
  25. <ProjectGuid>{489B5052-4C97-4551-B8C5-1C0C3BD040E8}</ProjectGuid>
  26. <Keyword>Win32Proj</Keyword>
  27. <RootNamespace>directory_symlink_parent_resolution</RootNamespace>
  28. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  29. </PropertyGroup>
  30. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  31. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  32. <ConfigurationType>Application</ConfigurationType>
  33. <UseDebugLibraries>true</UseDebugLibraries>
  34. <PlatformToolset>v140</PlatformToolset>
  35. <CharacterSet>Unicode</CharacterSet>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  38. <ConfigurationType>Application</ConfigurationType>
  39. <UseDebugLibraries>false</UseDebugLibraries>
  40. <PlatformToolset>v140</PlatformToolset>
  41. <WholeProgramOptimization>true</WholeProgramOptimization>
  42. <CharacterSet>Unicode</CharacterSet>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  45. <ConfigurationType>Application</ConfigurationType>
  46. <UseDebugLibraries>true</UseDebugLibraries>
  47. <PlatformToolset>v140</PlatformToolset>
  48. <CharacterSet>Unicode</CharacterSet>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  51. <ConfigurationType>Application</ConfigurationType>
  52. <UseDebugLibraries>false</UseDebugLibraries>
  53. <PlatformToolset>v140</PlatformToolset>
  54. <WholeProgramOptimization>true</WholeProgramOptimization>
  55. <CharacterSet>Unicode</CharacterSet>
  56. </PropertyGroup>
  57. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  58. <ImportGroup Label="ExtensionSettings">
  59. </ImportGroup>
  60. <ImportGroup Label="Shared">
  61. </ImportGroup>
  62. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  63. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  64. <Import Project="..\common.props" />
  65. </ImportGroup>
  66. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. <Import Project="..\common.props" />
  69. </ImportGroup>
  70. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  71. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  72. <Import Project="..\common.props" />
  73. </ImportGroup>
  74. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  75. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  76. <Import Project="..\common.props" />
  77. </ImportGroup>
  78. <PropertyGroup Label="UserMacros" />
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  80. <LinkIncremental>true</LinkIncremental>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  83. <LinkIncremental>true</LinkIncremental>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  86. <LinkIncremental>false</LinkIncremental>
  87. </PropertyGroup>
  88. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  89. <LinkIncremental>false</LinkIncremental>
  90. </PropertyGroup>
  91. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  92. <ClCompile>
  93. <PrecompiledHeader>
  94. </PrecompiledHeader>
  95. <WarningLevel>Level3</WarningLevel>
  96. <Optimization>Disabled</Optimization>
  97. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  98. <SDLCheck>true</SDLCheck>
  99. </ClCompile>
  100. <Link>
  101. <SubSystem>Console</SubSystem>
  102. <GenerateDebugInformation>true</GenerateDebugInformation>
  103. </Link>
  104. <PostBuildEvent>
  105. <Command>"$(TargetDir)\$(TargetName).exe"</Command>
  106. </PostBuildEvent>
  107. </ItemDefinitionGroup>
  108. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  109. <ClCompile>
  110. <PrecompiledHeader>
  111. </PrecompiledHeader>
  112. <WarningLevel>Level3</WarningLevel>
  113. <Optimization>Disabled</Optimization>
  114. <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  115. <SDLCheck>true</SDLCheck>
  116. </ClCompile>
  117. <Link>
  118. <SubSystem>Console</SubSystem>
  119. <GenerateDebugInformation>true</GenerateDebugInformation>
  120. </Link>
  121. <PostBuildEvent>
  122. <Command>"$(TargetDir)\$(TargetName).exe"</Command>
  123. </PostBuildEvent>
  124. </ItemDefinitionGroup>
  125. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  126. <ClCompile>
  127. <WarningLevel>Level3</WarningLevel>
  128. <PrecompiledHeader>
  129. </PrecompiledHeader>
  130. <Optimization>MaxSpeed</Optimization>
  131. <FunctionLevelLinking>true</FunctionLevelLinking>
  132. <IntrinsicFunctions>true</IntrinsicFunctions>
  133. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  134. <SDLCheck>true</SDLCheck>
  135. </ClCompile>
  136. <Link>
  137. <SubSystem>Console</SubSystem>
  138. <GenerateDebugInformation>true</GenerateDebugInformation>
  139. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  140. <OptimizeReferences>true</OptimizeReferences>
  141. </Link>
  142. <PostBuildEvent>
  143. <Command>"$(TargetDir)\$(TargetName).exe"</Command>
  144. </PostBuildEvent>
  145. </ItemDefinitionGroup>
  146. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  147. <ClCompile>
  148. <WarningLevel>Level3</WarningLevel>
  149. <PrecompiledHeader>
  150. </PrecompiledHeader>
  151. <Optimization>MaxSpeed</Optimization>
  152. <FunctionLevelLinking>true</FunctionLevelLinking>
  153. <IntrinsicFunctions>true</IntrinsicFunctions>
  154. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  155. <SDLCheck>true</SDLCheck>
  156. </ClCompile>
  157. <Link>
  158. <SubSystem>Console</SubSystem>
  159. <GenerateDebugInformation>true</GenerateDebugInformation>
  160. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  161. <OptimizeReferences>true</OptimizeReferences>
  162. </Link>
  163. <PostBuildEvent>
  164. <Command>"$(TargetDir)\$(TargetName).exe"</Command>
  165. </PostBuildEvent>
  166. </ItemDefinitionGroup>
  167. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  168. <ImportGroup Label="ExtensionTargets">
  169. </ImportGroup>
  170. </Project>