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

Side by Side Diff: source/samples/break/break.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/break/break.sln ('k') | source/samples/break/break.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>{DEEADF02-9C14-4854-A395-E505D2904D65}</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 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
83 <MkTypLibCompatible>true</MkTypLibCompatible>
84 <SuppressStartupBanner>true</SuppressStartupBanner>
85 <TargetEnvironment>Win32</TargetEnvironment>
86 <TypeLibraryName>.\x86\Release/break.tlb</TypeLibraryName>
87 </Midl>
88 <ClCompile>
89 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
90 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirector ies)</AdditionalIncludeDirectories>
91 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(Preproces sorDefinitions)</PreprocessorDefinitions>
92 <StringPooling>true</StringPooling>
93 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
94 <FunctionLevelLinking>true</FunctionLevelLinking>
95 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
96 <PrecompiledHeader>
97 </PrecompiledHeader>
98 <PrecompiledHeaderOutputFile>.\x86\Release/break.pch</PrecompiledHeaderOut putFile>
99 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
100 <ObjectFileName>.\x86\Release/</ObjectFileName>
101 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
102 <WarningLevel>Level3</WarningLevel>
103 <SuppressStartupBanner>true</SuppressStartupBanner>
104 <CompileAs>Default</CompileAs>
105 </ClCompile>
106 <ResourceCompile>
107 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
108 <Culture>0x0409</Culture>
109 </ResourceCompile>
110 <Link>
111 <AdditionalDependencies>icuuc.lib;icuin.lib;%(AdditionalDependencies)</Add itionalDependencies>
112 <OutputFile>.\x86\Release/break.exe</OutputFile>
113 <SuppressStartupBanner>true</SuppressStartupBanner>
114 <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories) </AdditionalLibraryDirectories>
115 <ProgramDatabaseFile>.\x86\Release/break.pdb</ProgramDatabaseFile>
116 <SubSystem>Console</SubSystem>
117 <RandomizedBaseAddress>false</RandomizedBaseAddress>
118 <DataExecutionPrevention>
119 </DataExecutionPrevention>
120 </Link>
121 </ItemDefinitionGroup>
122 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" >
123 <Midl>
124 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
125 <MkTypLibCompatible>true</MkTypLibCompatible>
126 <SuppressStartupBanner>true</SuppressStartupBanner>
127 <TargetEnvironment>X64</TargetEnvironment>
128 <TypeLibraryName>.\x64\Release/break.tlb</TypeLibraryName>
129 </Midl>
130 <ClCompile>
131 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
132 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirector ies)</AdditionalIncludeDirectories>
133 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(Pre processorDefinitions)</PreprocessorDefinitions>
134 <StringPooling>true</StringPooling>
135 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
136 <FunctionLevelLinking>true</FunctionLevelLinking>
137 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
138 <PrecompiledHeader>
139 </PrecompiledHeader>
140 <PrecompiledHeaderOutputFile>.\x64\Release/break.pch</PrecompiledHeaderOut putFile>
141 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>
142 <ObjectFileName>.\x64\Release/</ObjectFileName>
143 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
144 <WarningLevel>Level3</WarningLevel>
145 <SuppressStartupBanner>true</SuppressStartupBanner>
146 <CompileAs>Default</CompileAs>
147 </ClCompile>
148 <ResourceCompile>
149 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
150 <Culture>0x0409</Culture>
151 </ResourceCompile>
152 <Link>
153 <AdditionalDependencies>icuuc.lib;icuin.lib;%(AdditionalDependencies)</Add itionalDependencies>
154 <OutputFile>.\x64\Release/break.exe</OutputFile>
155 <SuppressStartupBanner>true</SuppressStartupBanner>
156 <AdditionalLibraryDirectories>..\..\..\lib64;%(AdditionalLibraryDirectorie s)</AdditionalLibraryDirectories>
157 <ProgramDatabaseFile>.\x64\Release/break.pdb</ProgramDatabaseFile>
158 <SubSystem>Console</SubSystem>
159 <RandomizedBaseAddress>false</RandomizedBaseAddress>
160 <DataExecutionPrevention>
161 </DataExecutionPrevention>
162 <TargetMachine>MachineX64</TargetMachine>
163 </Link>
164 </ItemDefinitionGroup>
165 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" >
166 <Midl>
167 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
168 <MkTypLibCompatible>true</MkTypLibCompatible>
169 <SuppressStartupBanner>true</SuppressStartupBanner>
170 <TargetEnvironment>Win32</TargetEnvironment>
171 <TypeLibraryName>.\x86\Debug/break.tlb</TypeLibraryName>
172 </Midl>
173 <ClCompile>
174 <Optimization>Disabled</Optimization>
175 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirector ies)</AdditionalIncludeDirectories>
176 <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(Preproces sorDefinitions)</PreprocessorDefinitions>
177 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
178 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
179 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
180 <PrecompiledHeader>
181 </PrecompiledHeader>
182 <PrecompiledHeaderOutputFile>.\x86\Debug/break.pch</PrecompiledHeaderOutpu tFile>
183 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
184 <ObjectFileName>.\x86\Debug/</ObjectFileName>
185 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
186 <WarningLevel>Level3</WarningLevel>
187 <SuppressStartupBanner>true</SuppressStartupBanner>
188 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
189 <CompileAs>Default</CompileAs>
190 </ClCompile>
191 <ResourceCompile>
192 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
193 <Culture>0x0409</Culture>
194 </ResourceCompile>
195 <Link>
196 <AdditionalDependencies>icuucd.lib;icuind.lib;%(AdditionalDependencies)</A dditionalDependencies>
197 <OutputFile>.\x86\Debug/break.exe</OutputFile>
198 <SuppressStartupBanner>true</SuppressStartupBanner>
199 <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories) </AdditionalLibraryDirectories>
200 <GenerateDebugInformation>true</GenerateDebugInformation>
201 <ProgramDatabaseFile>.\x86\Debug/break.pdb</ProgramDatabaseFile>
202 <SubSystem>Console</SubSystem>
203 <RandomizedBaseAddress>false</RandomizedBaseAddress>
204 <DataExecutionPrevention>
205 </DataExecutionPrevention>
206 </Link>
207 </ItemDefinitionGroup>
208 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
209 <Midl>
210 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
211 <MkTypLibCompatible>true</MkTypLibCompatible>
212 <SuppressStartupBanner>true</SuppressStartupBanner>
213 <TargetEnvironment>X64</TargetEnvironment>
214 <TypeLibraryName>.\x64\Debug/break.tlb</TypeLibraryName>
215 </Midl>
216 <ClCompile>
217 <Optimization>Disabled</Optimization>
218 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirector ies)</AdditionalIncludeDirectories>
219 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(Pre processorDefinitions)</PreprocessorDefinitions>
220 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
221 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
222 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
223 <PrecompiledHeader>
224 </PrecompiledHeader>
225 <PrecompiledHeaderOutputFile>.\x64\Debug/break.pch</PrecompiledHeaderOutpu tFile>
226 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>
227 <ObjectFileName>.\x64\Debug/</ObjectFileName>
228 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>
229 <WarningLevel>Level3</WarningLevel>
230 <SuppressStartupBanner>true</SuppressStartupBanner>
231 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
232 <CompileAs>Default</CompileAs>
233 </ClCompile>
234 <ResourceCompile>
235 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
236 <Culture>0x0409</Culture>
237 </ResourceCompile>
238 <Link>
239 <AdditionalDependencies>icuucd.lib;icuind.lib;%(AdditionalDependencies)</A dditionalDependencies>
240 <OutputFile>.\x64\Debug/break.exe</OutputFile>
241 <SuppressStartupBanner>true</SuppressStartupBanner>
242 <AdditionalLibraryDirectories>..\..\..\lib64;%(AdditionalLibraryDirectorie s)</AdditionalLibraryDirectories>
243 <GenerateDebugInformation>true</GenerateDebugInformation>
244 <ProgramDatabaseFile>.\x64\Debug/break.pdb</ProgramDatabaseFile>
245 <SubSystem>Console</SubSystem>
246 <RandomizedBaseAddress>false</RandomizedBaseAddress>
247 <DataExecutionPrevention>
248 </DataExecutionPrevention>
249 <TargetMachine>MachineX64</TargetMachine>
250 </Link>
251 </ItemDefinitionGroup>
252 <ItemGroup>
253 <ClCompile Include="break.cpp" />
254 <ClCompile Include="ubreak.c" />
255 </ItemGroup>
256 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
257 <ImportGroup Label="ExtensionTargets">
258 </ImportGroup>
259 </Project>
OLDNEW
« no previous file with comments | « source/samples/break/break.sln ('k') | source/samples/break/break.vcxproj.filters » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698