]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/endian/test/msvc/endian_example/endian_example.vcxproj
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / endian / test / msvc / endian_example / endian_example.vcxproj
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="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>{8638A3D8-D121-40BF-82E5-127F1B1B2CB2}</ProjectGuid>
23 <RootNamespace>endian_example</RootNamespace>
24 <Keyword>Win32Proj</Keyword>
25 </PropertyGroup>
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
28 <ConfigurationType>Application</ConfigurationType>
29 <CharacterSet>Unicode</CharacterSet>
30 <WholeProgramOptimization>true</WholeProgramOptimization>
31 <PlatformToolset>v140</PlatformToolset>
32 </PropertyGroup>
33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
34 <ConfigurationType>Application</ConfigurationType>
35 <CharacterSet>Unicode</CharacterSet>
36 <WholeProgramOptimization>true</WholeProgramOptimization>
37 <PlatformToolset>v140</PlatformToolset>
38 </PropertyGroup>
39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
40 <ConfigurationType>Application</ConfigurationType>
41 <CharacterSet>Unicode</CharacterSet>
42 <PlatformToolset>v140</PlatformToolset>
43 </PropertyGroup>
44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
45 <ConfigurationType>Application</ConfigurationType>
46 <CharacterSet>Unicode</CharacterSet>
47 <PlatformToolset>v140</PlatformToolset>
48 </PropertyGroup>
49 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
50 <ImportGroup Label="ExtensionSettings">
51 </ImportGroup>
52 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
53 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
54 <Import Project="..\common.props" />
55 </ImportGroup>
56 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58 <Import Project="..\common.props" />
59 </ImportGroup>
60 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
61 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62 <Import Project="..\common.props" />
63 </ImportGroup>
64 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
65 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
66 <Import Project="..\common.props" />
67 </ImportGroup>
68 <PropertyGroup Label="UserMacros" />
69 <PropertyGroup>
70 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
71 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
72 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
73 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
74 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
75 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
76 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
77 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
78 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
79 </PropertyGroup>
80 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
81 <ExecutablePath>..\..\..\..\..\stage\lib;$(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH);</ExecutablePath>
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 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
87 <ClCompile>
88 <Optimization>Disabled</Optimization>
89 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90 <MinimalRebuild>true</MinimalRebuild>
91 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
92 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
93 <PrecompiledHeader>
94 </PrecompiledHeader>
95 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
96 <WarningLevel>Level3</WarningLevel>
97 </ClCompile>
98 <Link>
99 <GenerateDebugInformation>true</GenerateDebugInformation>
100 <SubSystem>Console</SubSystem>
101 <TargetMachine>MachineX86</TargetMachine>
102 </Link>
103 </ItemDefinitionGroup>
104 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
105 <ClCompile>
106 <Optimization>Disabled</Optimization>
107 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
108 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
109 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
110 <PrecompiledHeader>
111 </PrecompiledHeader>
112 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
113 <WarningLevel>Level3</WarningLevel>
114 </ClCompile>
115 <Link>
116 <GenerateDebugInformation>true</GenerateDebugInformation>
117 <SubSystem>Console</SubSystem>
118 </Link>
119 </ItemDefinitionGroup>
120 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
121 <ClCompile>
122 <Optimization>MaxSpeed</Optimization>
123 <IntrinsicFunctions>true</IntrinsicFunctions>
124 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
125 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
126 <FunctionLevelLinking>true</FunctionLevelLinking>
127 <PrecompiledHeader>
128 </PrecompiledHeader>
129 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
130 <WarningLevel>Level3</WarningLevel>
131 </ClCompile>
132 <Link>
133 <GenerateDebugInformation>true</GenerateDebugInformation>
134 <SubSystem>Console</SubSystem>
135 <OptimizeReferences>true</OptimizeReferences>
136 <EnableCOMDATFolding>true</EnableCOMDATFolding>
137 <TargetMachine>MachineX86</TargetMachine>
138 </Link>
139 </ItemDefinitionGroup>
140 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
141 <ClCompile>
142 <Optimization>MaxSpeed</Optimization>
143 <IntrinsicFunctions>true</IntrinsicFunctions>
144 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
145 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
146 <FunctionLevelLinking>true</FunctionLevelLinking>
147 <PrecompiledHeader>
148 </PrecompiledHeader>
149 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
150 <WarningLevel>Level3</WarningLevel>
151 </ClCompile>
152 <Link>
153 <GenerateDebugInformation>true</GenerateDebugInformation>
154 <SubSystem>Console</SubSystem>
155 <OptimizeReferences>true</OptimizeReferences>
156 <EnableCOMDATFolding>true</EnableCOMDATFolding>
157 </Link>
158 </ItemDefinitionGroup>
159 <ItemGroup>
160 <ClCompile Include="..\..\..\example\endian_example.cpp" />
161 </ItemGroup>
162 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
163 <ImportGroup Label="ExtensionTargets">
164 </ImportGroup>
165 </Project>