endian_in_union_test.vcxproj 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.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="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</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>{3926C6DC-9D1E-4227-BEF5-81F5EC621A75}</ProjectGuid>
  23. <RootNamespace>endian_in_union_test</RootNamespace>
  24. <Keyword>Win32Proj</Keyword>
  25. <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  29. <ConfigurationType>Application</ConfigurationType>
  30. <CharacterSet>Unicode</CharacterSet>
  31. <WholeProgramOptimization>true</WholeProgramOptimization>
  32. <PlatformToolset>v141</PlatformToolset>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  35. <ConfigurationType>Application</ConfigurationType>
  36. <CharacterSet>Unicode</CharacterSet>
  37. <WholeProgramOptimization>true</WholeProgramOptimization>
  38. <PlatformToolset>v141</PlatformToolset>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  41. <ConfigurationType>Application</ConfigurationType>
  42. <CharacterSet>Unicode</CharacterSet>
  43. <PlatformToolset>v141</PlatformToolset>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  46. <ConfigurationType>Application</ConfigurationType>
  47. <CharacterSet>Unicode</CharacterSet>
  48. <PlatformToolset>v141</PlatformToolset>
  49. </PropertyGroup>
  50. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  51. <ImportGroup Label="ExtensionSettings">
  52. </ImportGroup>
  53. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  54. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  55. <Import Project="..\common.props" />
  56. </ImportGroup>
  57. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  58. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  59. <Import Project="..\common.props" />
  60. </ImportGroup>
  61. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  62. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  63. <Import Project="..\common.props" />
  64. </ImportGroup>
  65. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  66. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  67. <Import Project="..\common.props" />
  68. </ImportGroup>
  69. <PropertyGroup Label="UserMacros" />
  70. <PropertyGroup>
  71. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  72. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
  73. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
  74. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
  75. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
  76. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
  77. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  80. <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
  81. <IntDir>$(Configuration)\</IntDir>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  84. <ExecutablePath>..\..\..\..\..\stage\lib;$(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH);</ExecutablePath>
  85. </PropertyGroup>
  86. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  87. <ExecutablePath>..\..\..\..\..\stage\lib;$(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH);</ExecutablePath>
  88. </PropertyGroup>
  89. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  90. <ClCompile>
  91. <Optimization>Disabled</Optimization>
  92. <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  93. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  94. <MinimalRebuild>true</MinimalRebuild>
  95. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  96. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  97. <PrecompiledHeader>
  98. </PrecompiledHeader>
  99. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  100. <WarningLevel>Level3</WarningLevel>
  101. </ClCompile>
  102. <Link>
  103. <GenerateDebugInformation>true</GenerateDebugInformation>
  104. <SubSystem>Console</SubSystem>
  105. <TargetMachine>MachineX86</TargetMachine>
  106. </Link>
  107. </ItemDefinitionGroup>
  108. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  109. <ClCompile>
  110. <Optimization>Disabled</Optimization>
  111. <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  112. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  113. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  114. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  115. <PrecompiledHeader>
  116. </PrecompiledHeader>
  117. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  118. <WarningLevel>Level3</WarningLevel>
  119. </ClCompile>
  120. <Link>
  121. <GenerateDebugInformation>true</GenerateDebugInformation>
  122. <SubSystem>Console</SubSystem>
  123. </Link>
  124. </ItemDefinitionGroup>
  125. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  126. <ClCompile>
  127. <Optimization>MaxSpeed</Optimization>
  128. <IntrinsicFunctions>true</IntrinsicFunctions>
  129. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  130. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  131. <FunctionLevelLinking>true</FunctionLevelLinking>
  132. <PrecompiledHeader>
  133. </PrecompiledHeader>
  134. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  135. <WarningLevel>Level3</WarningLevel>
  136. </ClCompile>
  137. <Link>
  138. <GenerateDebugInformation>true</GenerateDebugInformation>
  139. <SubSystem>Console</SubSystem>
  140. <OptimizeReferences>true</OptimizeReferences>
  141. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  142. <TargetMachine>MachineX86</TargetMachine>
  143. </Link>
  144. </ItemDefinitionGroup>
  145. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  146. <ClCompile>
  147. <Optimization>MaxSpeed</Optimization>
  148. <IntrinsicFunctions>true</IntrinsicFunctions>
  149. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  150. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  151. <FunctionLevelLinking>true</FunctionLevelLinking>
  152. <PrecompiledHeader>
  153. </PrecompiledHeader>
  154. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  155. <WarningLevel>Level3</WarningLevel>
  156. </ClCompile>
  157. <Link>
  158. <GenerateDebugInformation>true</GenerateDebugInformation>
  159. <SubSystem>Console</SubSystem>
  160. <OptimizeReferences>true</OptimizeReferences>
  161. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  162. </Link>
  163. </ItemDefinitionGroup>
  164. <ItemGroup>
  165. <ClCompile Include="..\..\endian_in_union_test.cpp" />
  166. </ItemGroup>
  167. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  168. <ImportGroup Label="ExtensionTargets">
  169. </ImportGroup>
  170. </Project>