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

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

Issue 2443653002: Delete Visual Studio build files (Closed)
Patch Set: Created 4 years, 2 months 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/coll/coll.sln ('k') | source/samples/coll/coll.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>{7664D0D2-0263-4BFB-AE19-9A1CAD231440}</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/coll.tlb</TypeLibraryName>
83 </Midl>
84 <ClCompile>
85 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
86 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirector ies)</AdditionalIncludeDirectories>
87 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)< /PreprocessorDefinitions>
88 <StringPooling>true</StringPooling>
89 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
90 <FunctionLevelLinking>true</FunctionLevelLinking>
91 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
92 <PrecompiledHeader>
93 </PrecompiledHeader>
94 <PrecompiledHeaderOutputFile>.\x86\Release/coll.pch</PrecompiledHeaderOutp utFile>
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>icuind.lib;icuucd.lib;%(AdditionalDependencies)</A dditionalDependencies>
108 <OutputFile>.\x86\Release/coll.exe</OutputFile>
109 <SuppressStartupBanner>true</SuppressStartupBanner>
110 <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories) </AdditionalLibraryDirectories>
111 <ProgramDatabaseFile>.\x86\Release/coll.pdb</ProgramDatabaseFile>
112 <SubSystem>Console</SubSystem>
113 <RandomizedBaseAddress>false</RandomizedBaseAddress>
114 <DataExecutionPrevention>
115 </DataExecutionPrevention>
116 </Link>
117 </ItemDefinitionGroup>
118 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" >
119 <Midl>
120 <TargetEnvironment>X64</TargetEnvironment>
121 <TypeLibraryName>.\x64\Release/coll.tlb</TypeLibraryName>
122 </Midl>
123 <ClCompile>
124 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
125 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirector ies)</AdditionalIncludeDirectories>
126 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinit ions)</PreprocessorDefinitions>
127 <StringPooling>true</StringPooling>
128 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
129 <FunctionLevelLinking>true</FunctionLevelLinking>
130 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
131 <PrecompiledHeader>
132 </PrecompiledHeader>
133 <PrecompiledHeaderOutputFile>.\x64\Release/coll.pch</PrecompiledHeaderOutp utFile>
134 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>
135 <ObjectFileName>.\x64\Release/</ObjectFileName>
136 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
137 <WarningLevel>Level3</WarningLevel>
138 <SuppressStartupBanner>true</SuppressStartupBanner>
139 <CompileAs>Default</CompileAs>
140 </ClCompile>
141 <ResourceCompile>
142 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
143 <Culture>0x0409</Culture>
144 </ResourceCompile>
145 <Link>
146 <AdditionalDependencies>icuind.lib;icuucd.lib;%(AdditionalDependencies)</A dditionalDependencies>
147 <OutputFile>.\x64\Release/coll.exe</OutputFile>
148 <SuppressStartupBanner>true</SuppressStartupBanner>
149 <AdditionalLibraryDirectories>..\..\..\lib64;%(AdditionalLibraryDirectorie s)</AdditionalLibraryDirectories>
150 <ProgramDatabaseFile>.\x64\Release/coll.pdb</ProgramDatabaseFile>
151 <SubSystem>Console</SubSystem>
152 <RandomizedBaseAddress>false</RandomizedBaseAddress>
153 <DataExecutionPrevention>
154 </DataExecutionPrevention>
155 <TargetMachine>MachineX64</TargetMachine>
156 </Link>
157 </ItemDefinitionGroup>
158 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" >
159 <Midl>
160 <TypeLibraryName>.\x86\Debug/coll.tlb</TypeLibraryName>
161 </Midl>
162 <ClCompile>
163 <Optimization>Disabled</Optimization>
164 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirector ies)</AdditionalIncludeDirectories>
165 <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(Preproces sorDefinitions)</PreprocessorDefinitions>
166 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
167 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
168 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
169 <PrecompiledHeader>
170 </PrecompiledHeader>
171 <PrecompiledHeaderOutputFile>.\x86\Debug/coll.pch</PrecompiledHeaderOutput File>
172 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
173 <ObjectFileName>.\x86\Debug/</ObjectFileName>
174 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
175 <BrowseInformation>true</BrowseInformation>
176 <WarningLevel>Level3</WarningLevel>
177 <SuppressStartupBanner>true</SuppressStartupBanner>
178 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
179 <CompileAs>Default</CompileAs>
180 </ClCompile>
181 <ResourceCompile>
182 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
183 <Culture>0x0409</Culture>
184 </ResourceCompile>
185 <Link>
186 <AdditionalDependencies>icuind.lib;icuucd.lib;%(AdditionalDependencies)</A dditionalDependencies>
187 <OutputFile>.\x86\Debug/coll.exe</OutputFile>
188 <SuppressStartupBanner>true</SuppressStartupBanner>
189 <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories) </AdditionalLibraryDirectories>
190 <GenerateDebugInformation>true</GenerateDebugInformation>
191 <ProgramDatabaseFile>.\x86\Debug/coll.pdb</ProgramDatabaseFile>
192 <SubSystem>Console</SubSystem>
193 <RandomizedBaseAddress>false</RandomizedBaseAddress>
194 <DataExecutionPrevention>
195 </DataExecutionPrevention>
196 </Link>
197 </ItemDefinitionGroup>
198 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
199 <Midl>
200 <TargetEnvironment>X64</TargetEnvironment>
201 <TypeLibraryName>.\x64\Debug/coll.tlb</TypeLibraryName>
202 </Midl>
203 <ClCompile>
204 <Optimization>Disabled</Optimization>
205 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirector ies)</AdditionalIncludeDirectories>
206 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(Pre processorDefinitions)</PreprocessorDefinitions>
207 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
208 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
209 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
210 <PrecompiledHeader>
211 </PrecompiledHeader>
212 <PrecompiledHeaderOutputFile>.\x64\Debug/coll.pch</PrecompiledHeaderOutput File>
213 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>
214 <ObjectFileName>.\x64\Debug/</ObjectFileName>
215 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>
216 <BrowseInformation>true</BrowseInformation>
217 <WarningLevel>Level3</WarningLevel>
218 <SuppressStartupBanner>true</SuppressStartupBanner>
219 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
220 <CompileAs>Default</CompileAs>
221 </ClCompile>
222 <ResourceCompile>
223 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
224 <Culture>0x0409</Culture>
225 </ResourceCompile>
226 <Link>
227 <AdditionalDependencies>icuind.lib;icuucd.lib;%(AdditionalDependencies)</A dditionalDependencies>
228 <OutputFile>.\x64\Debug/coll.exe</OutputFile>
229 <SuppressStartupBanner>true</SuppressStartupBanner>
230 <AdditionalLibraryDirectories>..\..\..\lib64;%(AdditionalLibraryDirectorie s)</AdditionalLibraryDirectories>
231 <GenerateDebugInformation>true</GenerateDebugInformation>
232 <ProgramDatabaseFile>.\x64\Debug/coll.pdb</ProgramDatabaseFile>
233 <SubSystem>Console</SubSystem>
234 <RandomizedBaseAddress>false</RandomizedBaseAddress>
235 <DataExecutionPrevention>
236 </DataExecutionPrevention>
237 <TargetMachine>MachineX64</TargetMachine>
238 </Link>
239 </ItemDefinitionGroup>
240 <ItemGroup>
241 <ClCompile Include="coll.cpp" />
242 </ItemGroup>
243 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
244 <ImportGroup Label="ExtensionTargets">
245 </ImportGroup>
246 </Project>
OLDNEW
« no previous file with comments | « source/samples/coll/coll.sln ('k') | source/samples/coll/coll.vcxproj.filters » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698