]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/endian/test/msvc/endian_operations_test/endian_operations_test.vcxproj
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / endian / test / msvc / endian_operations_test / endian_operations_test.vcxproj
CommitLineData
7c673cae 1<?xml version="1.0" encoding="utf-8"?>
11fdf7f2 2<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
7c673cae
FG
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>{A0060A5B-673C-4AD8-BD08-A5C643B1A1CB}</ProjectGuid>
23 <RootNamespace>endian_operations_test</RootNamespace>
24 <Keyword>Win32Proj</Keyword>
11fdf7f2 25 <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
7c673cae
FG
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>
11fdf7f2 32 <PlatformToolset>v141</PlatformToolset>
7c673cae
FG
33 </PropertyGroup>
34 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
35 <ConfigurationType>Application</ConfigurationType>
36 <CharacterSet>Unicode</CharacterSet>
37 <WholeProgramOptimization>true</WholeProgramOptimization>
11fdf7f2 38 <PlatformToolset>v141</PlatformToolset>
7c673cae
FG
39 </PropertyGroup>
40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
41 <ConfigurationType>Application</ConfigurationType>
42 <CharacterSet>Unicode</CharacterSet>
11fdf7f2 43 <PlatformToolset>v141</PlatformToolset>
7c673cae
FG
44 </PropertyGroup>
45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
46 <ConfigurationType>Application</ConfigurationType>
47 <CharacterSet>Unicode</CharacterSet>
11fdf7f2 48 <PlatformToolset>v141</PlatformToolset>
7c673cae
FG
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 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
75 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
76 </PropertyGroup>
77 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
78 <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
79 <IntDir>$(Configuration)\</IntDir>
80 </PropertyGroup>
81 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
82 <ExecutablePath>..\..\..\..\..\stage\lib;$(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH);</ExecutablePath>
83 </PropertyGroup>
84 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
85 <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
86 <IntDir>$(Configuration)\</IntDir>
87 </PropertyGroup>
88 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
89 <ExecutablePath>..\..\..\..\..\stage\lib;$(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH);</ExecutablePath>
90 </PropertyGroup>
91 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
92 <ClCompile>
93 <Optimization>Disabled</Optimization>
94 <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
95 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
96 <PreprocessToFile>false</PreprocessToFile>
97 <PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers>
98 <MinimalRebuild>true</MinimalRebuild>
99 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
100 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
101 <PrecompiledHeader>
102 </PrecompiledHeader>
103 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
104 <DisableSpecificWarnings>4552;%(DisableSpecificWarnings)</DisableSpecificWarnings>
105 <WarningLevel>Level3</WarningLevel>
106 </ClCompile>
107 <Link>
108 <GenerateDebugInformation>true</GenerateDebugInformation>
109 <SubSystem>Console</SubSystem>
110 <TargetMachine>MachineX86</TargetMachine>
111 </Link>
112 </ItemDefinitionGroup>
113 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
114 <ClCompile>
115 <Optimization>Disabled</Optimization>
116 <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
117 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
118 <PreprocessToFile>false</PreprocessToFile>
119 <PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers>
120 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
121 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
122 <PrecompiledHeader>
123 </PrecompiledHeader>
124 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
125 <DisableSpecificWarnings>4552;%(DisableSpecificWarnings)</DisableSpecificWarnings>
126 <WarningLevel>Level3</WarningLevel>
127 </ClCompile>
128 <Link>
129 <GenerateDebugInformation>true</GenerateDebugInformation>
130 <SubSystem>Console</SubSystem>
131 </Link>
132 </ItemDefinitionGroup>
133 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
134 <ClCompile>
135 <Optimization>MaxSpeed</Optimization>
136 <IntrinsicFunctions>true</IntrinsicFunctions>
137 <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
138 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
139 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
140 <FunctionLevelLinking>true</FunctionLevelLinking>
141 <PrecompiledHeader>
142 </PrecompiledHeader>
143 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
144 <WarningLevel>Level3</WarningLevel>
145 </ClCompile>
146 <Link>
147 <GenerateDebugInformation>true</GenerateDebugInformation>
148 <SubSystem>Console</SubSystem>
149 <OptimizeReferences>true</OptimizeReferences>
150 <EnableCOMDATFolding>true</EnableCOMDATFolding>
151 <TargetMachine>MachineX86</TargetMachine>
152 </Link>
153 </ItemDefinitionGroup>
154 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
155 <ClCompile>
156 <Optimization>MaxSpeed</Optimization>
157 <IntrinsicFunctions>true</IntrinsicFunctions>
158 <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
159 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
160 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
161 <FunctionLevelLinking>true</FunctionLevelLinking>
162 <PrecompiledHeader>
163 </PrecompiledHeader>
164 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
165 <WarningLevel>Level3</WarningLevel>
166 </ClCompile>
167 <Link>
168 <GenerateDebugInformation>true</GenerateDebugInformation>
169 <SubSystem>Console</SubSystem>
170 <OptimizeReferences>true</OptimizeReferences>
171 <EnableCOMDATFolding>true</EnableCOMDATFolding>
172 </Link>
173 </ItemDefinitionGroup>
174 <ItemGroup>
175 <ClCompile Include="..\..\endian_operations_test.cpp" />
176 </ItemGroup>
177 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
178 <ImportGroup Label="ExtensionTargets">
179 </ImportGroup>
180</Project>