Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(372)

Side by Side Diff: source/samples/layout/layout.vcxproj

Issue 2443653002: Delete Visual Studio build files (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/samples/layout/layout.sln ('k') | source/samples/layout/layout.vcxproj.filters » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso ft.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>{497500ED-DE1D-4B20-B529-F41B5A0FBEEB}</ProjectGuid>
23 </PropertyGroup>
24 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label ="Configuration">
26 <ConfigurationType>Application</ConfigurationType>
27 <UseOfMfc>false</UseOfMfc>
28 <CharacterSet>MultiByte</CharacterSet>
29 </PropertyGroup>
30 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Lab el="Configuration">
31 <ConfigurationType>Application</ConfigurationType>
32 <UseOfMfc>false</UseOfMfc>
33 <CharacterSet>MultiByte</CharacterSet>
34 </PropertyGroup>
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label=" Configuration">
36 <ConfigurationType>Application</ConfigurationType>
37 <UseOfMfc>false</UseOfMfc>
38 <CharacterSet>MultiByte</CharacterSet>
39 </PropertyGroup>
40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label ="Configuration">
41 <ConfigurationType>Application</ConfigurationType>
42 <UseOfMfc>false</UseOfMfc>
43 <CharacterSet>MultiByte</CharacterSet>
44 </PropertyGroup>
45 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
46 <ImportGroup Label="ExtensionSettings">
47 </ImportGroup>
48 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label=" PropertySheets">
49 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
50 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
51 </ImportGroup>
52 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label ="PropertySheets">
53 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
54 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
55 </ImportGroup>
56 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Pr opertySheets">
57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
58 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
59 </ImportGroup>
60 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label=" PropertySheets">
61 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
62 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
63 </ImportGroup>
64 <PropertyGroup Label="UserMacros" />
65 <PropertyGroup>
66 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Re lease\</OutDir>
68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Re lease\</IntDir>
69 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" >false</LinkIncremental>
70 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Rele ase\</OutDir>
71 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Rele ase\</IntDir>
72 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">f alse</LinkIncremental>
73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debu g\</OutDir>
74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debu g\</IntDir>
75 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">t rue</LinkIncremental>
76 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\ </OutDir>
77 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\ </IntDir>
78 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">tru e</LinkIncremental>
79 </PropertyGroup>
80 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32 '">
81 <Midl>
82 <TypeLibraryName>.\x86\Release/layout.tlb</TypeLibraryName>
83 </Midl>
84 <ClCompile>
85 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
86 <AdditionalIncludeDirectories>..\..\..\include;..\..\..\include\layout;..\ ..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
87 <PreprocessorDefinitions>NDEBUG;_CONSOLE;WIN32;UNICODE;_CRT_SECURE_NO_DEPR ECATE;LE_USE_CMEMORY;%(PreprocessorDefinitions)</PreprocessorDefinitions>
88 <StringPooling>true</StringPooling>
89 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
90 <FunctionLevelLinking>true</FunctionLevelLinking>
91 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
92 <PrecompiledHeader>
93 </PrecompiledHeader>
94 <PrecompiledHeaderOutputFile>.\x86\Release/layout.pch</PrecompiledHeaderOu tputFile>
95 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
96 <ObjectFileName>.\x86\Release/</ObjectFileName>
97 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
98 <WarningLevel>Level3</WarningLevel>
99 <SuppressStartupBanner>true</SuppressStartupBanner>
100 <CompileAs>Default</CompileAs>
101 </ClCompile>
102 <ResourceCompile>
103 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
104 <Culture>0x0409</Culture>
105 </ResourceCompile>
106 <Link>
107 <AdditionalDependencies>..\..\..\lib\iculx.lib;..\..\..\lib\icule.lib;..\. .\..\lib\icuuc.lib;..\..\..\lib\icuin.lib;odbc32.lib;odbccp32.lib;%(AdditionalDe pendencies)</AdditionalDependencies>
108 <OutputFile>.\x86\Release/layout.exe</OutputFile>
109 <SuppressStartupBanner>true</SuppressStartupBanner>
110 <ProgramDatabaseFile>.\x86\Release/layout.pdb</ProgramDatabaseFile>
111 <SubSystem>Windows</SubSystem>
112 <RandomizedBaseAddress>false</RandomizedBaseAddress>
113 <DataExecutionPrevention>
114 </DataExecutionPrevention>
115 </Link>
116 </ItemDefinitionGroup>
117 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" >
118 <Midl>
119 <TargetEnvironment>X64</TargetEnvironment>
120 <TypeLibraryName>.\x64\Release/layout.tlb</TypeLibraryName>
121 </Midl>
122 <ClCompile>
123 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
124 <AdditionalIncludeDirectories>..\..\..\include;..\..\..\include\layout;..\ ..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
125 <PreprocessorDefinitions>NDEBUG;_CONSOLE;WIN64;WIN32;UNICODE;_CRT_SECURE_N O_DEPRECATE;LE_USE_CMEMORY;%(PreprocessorDefinitions)</PreprocessorDefinitions>
126 <StringPooling>true</StringPooling>
127 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
128 <FunctionLevelLinking>true</FunctionLevelLinking>
129 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
130 <PrecompiledHeader>
131 </PrecompiledHeader>
132 <PrecompiledHeaderOutputFile>.\x64\Release/layout.pch</PrecompiledHeaderOu tputFile>
133 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>
134 <ObjectFileName>.\x64\Release/</ObjectFileName>
135 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
136 <WarningLevel>Level3</WarningLevel>
137 <SuppressStartupBanner>true</SuppressStartupBanner>
138 <CompileAs>Default</CompileAs>
139 </ClCompile>
140 <ResourceCompile>
141 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
142 <Culture>0x0409</Culture>
143 </ResourceCompile>
144 <Link>
145 <AdditionalDependencies>..\..\..\lib64\iculx.lib;..\..\..\lib64\icule.lib; ..\..\..\lib64\icuuc.lib;..\..\..\lib64\icuin.lib;odbc32.lib;odbccp32.lib;%(Addi tionalDependencies)</AdditionalDependencies>
146 <OutputFile>.\x64\Release/layout.exe</OutputFile>
147 <SuppressStartupBanner>true</SuppressStartupBanner>
148 <ProgramDatabaseFile>.\x64\Release/layout.pdb</ProgramDatabaseFile>
149 <SubSystem>Windows</SubSystem>
150 <RandomizedBaseAddress>false</RandomizedBaseAddress>
151 <DataExecutionPrevention>
152 </DataExecutionPrevention>
153 <TargetMachine>MachineX64</TargetMachine>
154 </Link>
155 </ItemDefinitionGroup>
156 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" >
157 <Midl>
158 <TypeLibraryName>.\x86\Debug/layout.tlb</TypeLibraryName>
159 </Midl>
160 <ClCompile>
161 <Optimization>Disabled</Optimization>
162 <AdditionalIncludeDirectories>..\..\..\include;..\..\..\include\layout;..\ ..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
163 <PreprocessorDefinitions>_DEBUG;WIN32;UNICODE;LE_USE_CMEMORY;_CRT_SECURE_N O_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
164 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
165 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
166 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
167 <PrecompiledHeader>
168 </PrecompiledHeader>
169 <PrecompiledHeaderOutputFile>.\x86\Debug/layout.pch</PrecompiledHeaderOutp utFile>
170 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
171 <ObjectFileName>.\x86\Debug/</ObjectFileName>
172 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
173 <WarningLevel>Level3</WarningLevel>
174 <SuppressStartupBanner>true</SuppressStartupBanner>
175 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
176 <CompileAs>Default</CompileAs>
177 </ClCompile>
178 <ResourceCompile>
179 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
180 <Culture>0x0409</Culture>
181 </ResourceCompile>
182 <Link>
183 <AdditionalDependencies>..\..\..\lib\iculxd.lib;..\..\..\lib\iculed.lib;.. \..\..\lib\icuucd.lib;..\..\..\lib\icuind.lib;odbc32.lib;odbccp32.lib;%(Addition alDependencies)</AdditionalDependencies>
184 <OutputFile>.\x86\Debug/layout.exe</OutputFile>
185 <SuppressStartupBanner>true</SuppressStartupBanner>
186 <GenerateDebugInformation>true</GenerateDebugInformation>
187 <ProgramDatabaseFile>.\x86\Debug/layout.pdb</ProgramDatabaseFile>
188 <SubSystem>Windows</SubSystem>
189 <RandomizedBaseAddress>false</RandomizedBaseAddress>
190 <DataExecutionPrevention>
191 </DataExecutionPrevention>
192 </Link>
193 </ItemDefinitionGroup>
194 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
195 <Midl>
196 <TargetEnvironment>X64</TargetEnvironment>
197 <TypeLibraryName>.\x64\Debug/layout.tlb</TypeLibraryName>
198 </Midl>
199 <ClCompile>
200 <Optimization>Disabled</Optimization>
201 <AdditionalIncludeDirectories>..\..\..\include;..\..\..\include\layout;..\ ..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
202 <PreprocessorDefinitions>_DEBUG;WIN64;WIN32;UNICODE;LE_USE_CMEMORY;_CRT_SE CURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
203 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
204 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
205 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
206 <PrecompiledHeader>
207 </PrecompiledHeader>
208 <PrecompiledHeaderOutputFile>.\x64\Debug/layout.pch</PrecompiledHeaderOutp utFile>
209 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>
210 <ObjectFileName>.\x64\Debug/</ObjectFileName>
211 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>
212 <WarningLevel>Level3</WarningLevel>
213 <SuppressStartupBanner>true</SuppressStartupBanner>
214 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
215 <CompileAs>Default</CompileAs>
216 </ClCompile>
217 <ResourceCompile>
218 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
219 <Culture>0x0409</Culture>
220 </ResourceCompile>
221 <Link>
222 <AdditionalDependencies>..\..\..\lib64\iculxd.lib;..\..\..\lib64\iculed.li b;..\..\..\lib64\icuucd.lib;..\..\..\lib64\icuind.lib;odbc32.lib;odbccp32.lib;%( AdditionalDependencies)</AdditionalDependencies>
223 <OutputFile>.\x64\Debug/layout.exe</OutputFile>
224 <SuppressStartupBanner>true</SuppressStartupBanner>
225 <GenerateDebugInformation>true</GenerateDebugInformation>
226 <ProgramDatabaseFile>.\x64\Debug/layout.pdb</ProgramDatabaseFile>
227 <SubSystem>Windows</SubSystem>
228 <RandomizedBaseAddress>false</RandomizedBaseAddress>
229 <DataExecutionPrevention>
230 </DataExecutionPrevention>
231 <TargetMachine>MachineX64</TargetMachine>
232 </Link>
233 </ItemDefinitionGroup>
234 <ItemGroup>
235 <ClCompile Include="cmaps.cpp" />
236 <ClCompile Include="FontMap.cpp" />
237 <ClCompile Include="FontTableCache.cpp" />
238 <ClCompile Include="GDIFontInstance.cpp" />
239 <ClCompile Include="GDIFontMap.cpp" />
240 <ClCompile Include="GDIGUISupport.cpp" />
241 <ClCompile Include="layout.cpp" />
242 <ClCompile Include="paragraph.cpp" />
243 <ClCompile Include="ScriptCompositeFontInstance.cpp" />
244 <ClCompile Include="UnicodeReader.cpp" />
245 </ItemGroup>
246 <ItemGroup>
247 <ResourceCompile Include="LayoutSample.rc" />
248 </ItemGroup>
249 <ItemGroup>
250 <ClInclude Include="cmaps.h" />
251 <ClInclude Include="FontMap.h" />
252 <ClInclude Include="FontTableCache.h" />
253 <ClInclude Include="GDIFontInstance.h" />
254 <ClInclude Include="GDIFontMap.h" />
255 <ClInclude Include="GDIGUISupport.h" />
256 <ClInclude Include="GUISupport.h" />
257 <ClInclude Include="paragraph.h" />
258 <ClInclude Include="RenderingSurface.h" />
259 <ClInclude Include="resource.h" />
260 <ClInclude Include="ScriptCompositeFontInstance.h" />
261 <ClInclude Include="sfnt.h" />
262 <ClInclude Include="UnicodeReader.h" />
263 </ItemGroup>
264 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
265 <ImportGroup Label="ExtensionTargets">
266 </ImportGroup>
267 </Project>
OLDNEW
« no previous file with comments | « source/samples/layout/layout.sln ('k') | source/samples/layout/layout.vcxproj.filters » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698