]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/endian/test/msvc/associated-files/associated-files.vcxproj
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / endian / test / msvc / associated-files / associated-files.vcxproj
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>{D9C80FE0-20A6-4711-A3F4-676019BD5A06}</ProjectGuid>
23 <RootNamespace>associatedfiles</RootNamespace>
24 <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
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>v141</PlatformToolset>
31 <CharacterSet>MultiByte</CharacterSet>
32 </PropertyGroup>
33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
34 <ConfigurationType>Application</ConfigurationType>
35 <UseDebugLibraries>true</UseDebugLibraries>
36 <PlatformToolset>v141</PlatformToolset>
37 <CharacterSet>MultiByte</CharacterSet>
38 </PropertyGroup>
39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
40 <ConfigurationType>Application</ConfigurationType>
41 <UseDebugLibraries>false</UseDebugLibraries>
42 <PlatformToolset>v141</PlatformToolset>
43 <WholeProgramOptimization>true</WholeProgramOptimization>
44 <CharacterSet>MultiByte</CharacterSet>
45 </PropertyGroup>
46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
47 <ConfigurationType>Application</ConfigurationType>
48 <UseDebugLibraries>false</UseDebugLibraries>
49 <PlatformToolset>v141</PlatformToolset>
50 <WholeProgramOptimization>true</WholeProgramOptimization>
51 <CharacterSet>MultiByte</CharacterSet>
52 </PropertyGroup>
53 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
54 <ImportGroup Label="ExtensionSettings">
55 </ImportGroup>
56 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58 </ImportGroup>
59 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
60 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61 </ImportGroup>
62 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
63 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64 </ImportGroup>
65 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
66 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67 </ImportGroup>
68 <PropertyGroup Label="UserMacros" />
69 <PropertyGroup />
70 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
71 <ClCompile>
72 <WarningLevel>Level3</WarningLevel>
73 <Optimization>Disabled</Optimization>
74 <SDLCheck>true</SDLCheck>
75 </ClCompile>
76 <Link>
77 <GenerateDebugInformation>true</GenerateDebugInformation>
78 </Link>
79 </ItemDefinitionGroup>
80 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
81 <ClCompile>
82 <WarningLevel>Level3</WarningLevel>
83 <Optimization>Disabled</Optimization>
84 <SDLCheck>true</SDLCheck>
85 </ClCompile>
86 <Link>
87 <GenerateDebugInformation>true</GenerateDebugInformation>
88 </Link>
89 </ItemDefinitionGroup>
90 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
91 <ClCompile>
92 <WarningLevel>Level3</WarningLevel>
93 <Optimization>MaxSpeed</Optimization>
94 <FunctionLevelLinking>true</FunctionLevelLinking>
95 <IntrinsicFunctions>true</IntrinsicFunctions>
96 <SDLCheck>true</SDLCheck>
97 </ClCompile>
98 <Link>
99 <GenerateDebugInformation>true</GenerateDebugInformation>
100 <EnableCOMDATFolding>true</EnableCOMDATFolding>
101 <OptimizeReferences>true</OptimizeReferences>
102 </Link>
103 </ItemDefinitionGroup>
104 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
105 <ClCompile>
106 <WarningLevel>Level3</WarningLevel>
107 <Optimization>MaxSpeed</Optimization>
108 <FunctionLevelLinking>true</FunctionLevelLinking>
109 <IntrinsicFunctions>true</IntrinsicFunctions>
110 <SDLCheck>true</SDLCheck>
111 </ClCompile>
112 <Link>
113 <GenerateDebugInformation>true</GenerateDebugInformation>
114 <EnableCOMDATFolding>true</EnableCOMDATFolding>
115 <OptimizeReferences>true</OptimizeReferences>
116 </Link>
117 </ItemDefinitionGroup>
118 <ItemGroup>
119 <ClInclude Include="..\..\..\include\boost\endian\arithmetic.hpp" />
120 <ClInclude Include="..\..\..\include\boost\endian\buffers.hpp" />
121 <ClInclude Include="..\..\..\include\boost\endian\conversion.hpp" />
122 <ClInclude Include="..\..\..\include\boost\endian\detail\config.hpp" />
123 <ClInclude Include="..\..\..\include\boost\endian\detail\cover_operators.hpp" />
124 <ClInclude Include="..\..\..\include\boost\endian\detail\disable_warnings.hpp" />
125 <ClInclude Include="..\..\..\include\boost\endian\detail\disable_warnings_pop.hpp" />
126 <ClInclude Include="..\..\..\include\boost\endian\detail\intrinsic.hpp" />
127 </ItemGroup>
128 <ItemGroup>
129 <None Include="..\..\..\doc\arithmetic.html" />
130 <None Include="..\..\..\doc\buffers.html" />
131 <None Include="..\..\..\doc\conversion.html" />
132 <None Include="..\..\..\doc\index.html" />
133 <None Include="..\..\..\doc\mini_review_topics.html" />
134 </ItemGroup>
135 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
136 <ImportGroup Label="ExtensionTargets">
137 </ImportGroup>
138 </Project>