conversion_test_clang.vcxproj 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  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. <PropertyGroup Label="Globals">
  22. <ProjectGuid>{0DA4B909-1E3D-43A2-A248-3FE73E499726}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>conversion_test_clang</RootNamespace>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  28. <ConfigurationType>Application</ConfigurationType>
  29. <UseDebugLibraries>true</UseDebugLibraries>
  30. <PlatformToolset>v140_clang_3_7</PlatformToolset>
  31. <CharacterSet>Unicode</CharacterSet>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  34. <ConfigurationType>Application</ConfigurationType>
  35. <UseDebugLibraries>false</UseDebugLibraries>
  36. <PlatformToolset>v140</PlatformToolset>
  37. <WholeProgramOptimization>true</WholeProgramOptimization>
  38. <CharacterSet>Unicode</CharacterSet>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  41. <ConfigurationType>Application</ConfigurationType>
  42. <UseDebugLibraries>true</UseDebugLibraries>
  43. <PlatformToolset>v140_Clang_3_7</PlatformToolset>
  44. <CharacterSet>Unicode</CharacterSet>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  47. <ConfigurationType>Application</ConfigurationType>
  48. <UseDebugLibraries>false</UseDebugLibraries>
  49. <PlatformToolset>v140</PlatformToolset>
  50. <WholeProgramOptimization>true</WholeProgramOptimization>
  51. <CharacterSet>Unicode</CharacterSet>
  52. </PropertyGroup>
  53. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  54. <ImportGroup Label="ExtensionSettings">
  55. </ImportGroup>
  56. <ImportGroup Label="Shared">
  57. </ImportGroup>
  58. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  59. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  60. </ImportGroup>
  61. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  62. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  63. </ImportGroup>
  64. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  65. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  66. </ImportGroup>
  67. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  68. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  69. </ImportGroup>
  70. <PropertyGroup Label="UserMacros" />
  71. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  72. <LinkIncremental>true</LinkIncremental>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  75. <LinkIncremental>true</LinkIncremental>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  78. <LinkIncremental>false</LinkIncremental>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  81. <LinkIncremental>false</LinkIncremental>
  82. </PropertyGroup>
  83. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  84. <ClCompile>
  85. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  86. <WarningLevel>EnableAllWarnings</WarningLevel>
  87. <Optimization>Disabled</Optimization>
  88. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  89. <SDLCheck>true</SDLCheck>
  90. <ExceptionHandling>Enabled</ExceptionHandling>
  91. <AdditionalIncludeDirectories>../../../../../</AdditionalIncludeDirectories>
  92. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  93. </ClCompile>
  94. <Link>
  95. <SubSystem>Console</SubSystem>
  96. <GenerateDebugInformation>true</GenerateDebugInformation>
  97. </Link>
  98. <PostBuildEvent>
  99. <Command>"$(TargetDir)\$(TargetName).exe"</Command>
  100. </PostBuildEvent>
  101. </ItemDefinitionGroup>
  102. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  103. <ClCompile>
  104. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  105. <Optimization>Disabled</Optimization>
  106. <SDLCheck>true</SDLCheck>
  107. <ExceptionHandling>Enabled</ExceptionHandling>
  108. </ClCompile>
  109. <Link>
  110. <SubSystem>Console</SubSystem>
  111. <GenerateDebugInformation>true</GenerateDebugInformation>
  112. </Link>
  113. </ItemDefinitionGroup>
  114. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  115. <ClCompile>
  116. <WarningLevel>Level3</WarningLevel>
  117. <PrecompiledHeader>
  118. </PrecompiledHeader>
  119. <Optimization>MaxSpeed</Optimization>
  120. <FunctionLevelLinking>true</FunctionLevelLinking>
  121. <IntrinsicFunctions>true</IntrinsicFunctions>
  122. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  123. <SDLCheck>true</SDLCheck>
  124. </ClCompile>
  125. <Link>
  126. <SubSystem>Console</SubSystem>
  127. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  128. <OptimizeReferences>true</OptimizeReferences>
  129. <GenerateDebugInformation>true</GenerateDebugInformation>
  130. </Link>
  131. </ItemDefinitionGroup>
  132. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  133. <ClCompile>
  134. <WarningLevel>Level3</WarningLevel>
  135. <PrecompiledHeader>
  136. </PrecompiledHeader>
  137. <Optimization>MaxSpeed</Optimization>
  138. <FunctionLevelLinking>true</FunctionLevelLinking>
  139. <IntrinsicFunctions>true</IntrinsicFunctions>
  140. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  141. <SDLCheck>true</SDLCheck>
  142. </ClCompile>
  143. <Link>
  144. <SubSystem>Console</SubSystem>
  145. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  146. <OptimizeReferences>true</OptimizeReferences>
  147. <GenerateDebugInformation>true</GenerateDebugInformation>
  148. </Link>
  149. </ItemDefinitionGroup>
  150. <ItemGroup>
  151. <ClCompile Include="..\..\conversion_test.cpp" />
  152. </ItemGroup>
  153. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  154. <ImportGroup Label="ExtensionTargets">
  155. </ImportGroup>
  156. </Project>