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

Side by Side Diff: source/samples/uresb/uresb.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/uresb/uresb.sln ('k') | source/samples/uresb/uresb.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>{92580BF4-F4DA-4024-B3F8-444F982BC72F}</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/uresb.tlb</TypeLibraryName>
83 </Midl>
84 <ClCompile>
85 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
86 <AdditionalIncludeDirectories>../../../include;../../tools/toolutil;%(Addi tionalIncludeDirectories)</AdditionalIncludeDirectories>
87 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(Preproces sorDefinitions)</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/uresb.pch</PrecompiledHeaderOut putFile>
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>0x0c1a</Culture>
105 </ResourceCompile>
106 <Link>
107 <AdditionalDependencies>icuuc.lib;icuio.lib;icutu.lib;%(AdditionalDependen cies)</AdditionalDependencies>
108 <OutputFile>.\x86\Release/uresb.exe</OutputFile>
109 <SuppressStartupBanner>true</SuppressStartupBanner>
110 <AdditionalLibraryDirectories>../../../lib/;../../tools/toolutil/;%(Additi onalLibraryDirectories)</AdditionalLibraryDirectories>
111 <ProgramDatabaseFile>.\x86\Release/uresb.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/uresb.tlb</TypeLibraryName>
122 </Midl>
123 <ClCompile>
124 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
125 <AdditionalIncludeDirectories>../../../include;../../tools/toolutil;%(Addi tionalIncludeDirectories)</AdditionalIncludeDirectories>
126 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(Pre processorDefinitions)</PreprocessorDefinitions>
127 <StringPooling>true</StringPooling>
128 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
129 <FunctionLevelLinking>true</FunctionLevelLinking>
130 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
131 <PrecompiledHeader>
132 </PrecompiledHeader>
133 <PrecompiledHeaderOutputFile>.\x64\Release/uresb.pch</PrecompiledHeaderOut putFile>
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>0x0c1a</Culture>
144 </ResourceCompile>
145 <Link>
146 <AdditionalDependencies>icuuc.lib;icuio.lib;icutu.lib;%(AdditionalDependen cies)</AdditionalDependencies>
147 <OutputFile>.\x64\Release/uresb.exe</OutputFile>
148 <SuppressStartupBanner>true</SuppressStartupBanner>
149 <AdditionalLibraryDirectories>../../../lib64/;../../tools/toolutil/;%(Addi tionalLibraryDirectories)</AdditionalLibraryDirectories>
150 <ProgramDatabaseFile>.\x64\Release/uresb.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/uresb.tlb</TypeLibraryName>
161 </Midl>
162 <ClCompile>
163 <Optimization>Disabled</Optimization>
164 <AdditionalIncludeDirectories>../../../include;../../tools/toolutil;%(Addi tionalIncludeDirectories)</AdditionalIncludeDirectories>
165 <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(Preproces sorDefinitions)</PreprocessorDefinitions>
166 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
167 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
168 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
169 <PrecompiledHeader>
170 </PrecompiledHeader>
171 <PrecompiledHeaderOutputFile>.\x86\Debug/uresb.pch</PrecompiledHeaderOutpu tFile>
172 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
173 <ObjectFileName>.\x86\Debug/</ObjectFileName>
174 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
175 <WarningLevel>Level3</WarningLevel>
176 <SuppressStartupBanner>true</SuppressStartupBanner>
177 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
178 <CompileAs>Default</CompileAs>
179 </ClCompile>
180 <ResourceCompile>
181 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
182 <Culture>0x0c1a</Culture>
183 </ResourceCompile>
184 <Link>
185 <AdditionalDependencies>icuucd.lib;icuiod.lib;icutud.lib;%(AdditionalDepen dencies)</AdditionalDependencies>
186 <OutputFile>.\x86\Debug/uresb.exe</OutputFile>
187 <SuppressStartupBanner>true</SuppressStartupBanner>
188 <AdditionalLibraryDirectories>../../../lib/;../../tools/toolutil/;%(Additi onalLibraryDirectories)</AdditionalLibraryDirectories>
189 <GenerateDebugInformation>true</GenerateDebugInformation>
190 <ProgramDatabaseFile>.\x86\Debug/uresb.pdb</ProgramDatabaseFile>
191 <SubSystem>Console</SubSystem>
192 <RandomizedBaseAddress>false</RandomizedBaseAddress>
193 <DataExecutionPrevention>
194 </DataExecutionPrevention>
195 </Link>
196 </ItemDefinitionGroup>
197 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
198 <Midl>
199 <TargetEnvironment>X64</TargetEnvironment>
200 <TypeLibraryName>.\x64\Debug/uresb.tlb</TypeLibraryName>
201 </Midl>
202 <ClCompile>
203 <Optimization>Disabled</Optimization>
204 <AdditionalIncludeDirectories>../../../include;../../tools/toolutil;%(Addi tionalIncludeDirectories)</AdditionalIncludeDirectories>
205 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(Pre processorDefinitions)</PreprocessorDefinitions>
206 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
207 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
208 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
209 <PrecompiledHeader>
210 </PrecompiledHeader>
211 <PrecompiledHeaderOutputFile>.\x64\Debug/uresb.pch</PrecompiledHeaderOutpu tFile>
212 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>
213 <ObjectFileName>.\x64\Debug/</ObjectFileName>
214 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>
215 <WarningLevel>Level3</WarningLevel>
216 <SuppressStartupBanner>true</SuppressStartupBanner>
217 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
218 <CompileAs>Default</CompileAs>
219 </ClCompile>
220 <ResourceCompile>
221 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
222 <Culture>0x0c1a</Culture>
223 </ResourceCompile>
224 <Link>
225 <AdditionalDependencies>icuucd.lib;icuiod.lib;icutud.lib;%(AdditionalDepen dencies)</AdditionalDependencies>
226 <OutputFile>.\x64\Debug/uresb.exe</OutputFile>
227 <SuppressStartupBanner>true</SuppressStartupBanner>
228 <AdditionalLibraryDirectories>../../../lib64/;../../tools/toolutil/;%(Addi tionalLibraryDirectories)</AdditionalLibraryDirectories>
229 <GenerateDebugInformation>true</GenerateDebugInformation>
230 <ProgramDatabaseFile>.\x64\Debug/uresb.pdb</ProgramDatabaseFile>
231 <SubSystem>Console</SubSystem>
232 <RandomizedBaseAddress>false</RandomizedBaseAddress>
233 <DataExecutionPrevention>
234 </DataExecutionPrevention>
235 <TargetMachine>MachineX64</TargetMachine>
236 </Link>
237 </ItemDefinitionGroup>
238 <ItemGroup>
239 <ClCompile Include="uresb.c" />
240 </ItemGroup>
241 <ItemGroup>
242 <ProjectReference Include="resources.vcxproj">
243 <Project>{69437707-2fef-4e2c-8c3f-6e6b3d241366}</Project>
244 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
245 </ProjectReference>
246 </ItemGroup>
247 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
248 <ImportGroup Label="ExtensionTargets">
249 </ImportGroup>
250 </Project>
OLDNEW
« no previous file with comments | « source/samples/uresb/uresb.sln ('k') | source/samples/uresb/uresb.vcxproj.filters » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698