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

Side by Side Diff: source/tools/gensprep/gensprep.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
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>{631C23CE-6C1D-4875-88F0-85E0A42B36EA}</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)'=='Debug|Win32'">.\x86\Debu g\</OutDir>
71 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debu g\</IntDir>
72 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">t rue</LinkIncremental>
73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Rele ase\</OutDir>
74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Rele ase\</IntDir>
75 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">f alse</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 <CustomBuildStep>
82 <Command>copy "$(TargetPath)" ..\..\..\bin
83 </Command>
84 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
85 </CustomBuildStep>
86 <Midl>
87 <TypeLibraryName>.\x86\Release/gensprep.tlb</TypeLibraryName>
88 </Midl>
89 <ClCompile>
90 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalInclude Directories)</AdditionalIncludeDirectories>
91 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(Preproces sorDefinitions)</PreprocessorDefinitions>
92 <StringPooling>true</StringPooling>
93 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
94 <FunctionLevelLinking>true</FunctionLevelLinking>
95 <DisableLanguageExtensions>false</DisableLanguageExtensions>
96 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
97 <PrecompiledHeaderOutputFile>.\x86\Release/gensprep.pch</PrecompiledHeader OutputFile>
98 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
99 <ObjectFileName>.\x86\Release/</ObjectFileName>
100 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
101 <WarningLevel>Level3</WarningLevel>
102 <SuppressStartupBanner>true</SuppressStartupBanner>
103 <CompileAs>Default</CompileAs>
104 </ClCompile>
105 <ResourceCompile>
106 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
107 <Culture>0x0409</Culture>
108 </ResourceCompile>
109 <Link>
110 <OutputFile>.\x86\Release/gensprep.exe</OutputFile>
111 <SuppressStartupBanner>true</SuppressStartupBanner>
112 <ProgramDatabaseFile>.\x86\Release/gensprep.pdb</ProgramDatabaseFile>
113 <SubSystem>Console</SubSystem>
114 <RandomizedBaseAddress>false</RandomizedBaseAddress>
115 <DataExecutionPrevention>
116 </DataExecutionPrevention>
117 </Link>
118 </ItemDefinitionGroup>
119 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" >
120 <CustomBuildStep>
121 <Command>copy "$(TargetPath)" ..\..\..\bin
122 </Command>
123 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
124 </CustomBuildStep>
125 <Midl>
126 <TypeLibraryName>.\x86\Debug/gensprep.tlb</TypeLibraryName>
127 </Midl>
128 <ClCompile>
129 <Optimization>Disabled</Optimization>
130 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalInclude Directories)</AdditionalIncludeDirectories>
131 <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(Preproces sorDefinitions)</PreprocessorDefinitions>
132 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
133 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
134 <BufferSecurityCheck>true</BufferSecurityCheck>
135 <DisableLanguageExtensions>false</DisableLanguageExtensions>
136 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
137 <PrecompiledHeaderOutputFile>.\x86\Debug/gensprep.pch</PrecompiledHeaderOu tputFile>
138 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
139 <ObjectFileName>.\x86\Debug/</ObjectFileName>
140 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
141 <WarningLevel>Level3</WarningLevel>
142 <SuppressStartupBanner>true</SuppressStartupBanner>
143 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
144 <CompileAs>Default</CompileAs>
145 </ClCompile>
146 <ResourceCompile>
147 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
148 <Culture>0x0409</Culture>
149 </ResourceCompile>
150 <Link>
151 <OutputFile>.\x86\Debug/gensprep.exe</OutputFile>
152 <SuppressStartupBanner>true</SuppressStartupBanner>
153 <GenerateDebugInformation>true</GenerateDebugInformation>
154 <ProgramDatabaseFile>.\x86\Debug/gensprep.pdb</ProgramDatabaseFile>
155 <SubSystem>Console</SubSystem>
156 <RandomizedBaseAddress>false</RandomizedBaseAddress>
157 <DataExecutionPrevention>
158 </DataExecutionPrevention>
159 </Link>
160 </ItemDefinitionGroup>
161 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" >
162 <CustomBuildStep>
163 <Command>copy "$(TargetPath)" ..\..\..\bin64
164 </Command>
165 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
166 </CustomBuildStep>
167 <Midl>
168 <TargetEnvironment>X64</TargetEnvironment>
169 <TypeLibraryName>.\x64\Release/gensprep.tlb</TypeLibraryName>
170 </Midl>
171 <ClCompile>
172 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalInclude Directories)</AdditionalIncludeDirectories>
173 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(Pre processorDefinitions)</PreprocessorDefinitions>
174 <StringPooling>true</StringPooling>
175 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
176 <FunctionLevelLinking>true</FunctionLevelLinking>
177 <DisableLanguageExtensions>false</DisableLanguageExtensions>
178 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
179 <PrecompiledHeaderOutputFile>.\x64\Release/gensprep.pch</PrecompiledHeader OutputFile>
180 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>
181 <ObjectFileName>.\x64\Release/</ObjectFileName>
182 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
183 <WarningLevel>Level3</WarningLevel>
184 <SuppressStartupBanner>true</SuppressStartupBanner>
185 <CompileAs>Default</CompileAs>
186 </ClCompile>
187 <ResourceCompile>
188 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
189 <Culture>0x0409</Culture>
190 </ResourceCompile>
191 <Link>
192 <OutputFile>.\x64\Release/gensprep.exe</OutputFile>
193 <SuppressStartupBanner>true</SuppressStartupBanner>
194 <ProgramDatabaseFile>.\x64\Release/gensprep.pdb</ProgramDatabaseFile>
195 <SubSystem>Console</SubSystem>
196 <TargetMachine>MachineX64</TargetMachine>
197 </Link>
198 </ItemDefinitionGroup>
199 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
200 <CustomBuildStep>
201 <Command>copy "$(TargetPath)" ..\..\..\bin64
202 </Command>
203 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
204 </CustomBuildStep>
205 <Midl>
206 <TargetEnvironment>X64</TargetEnvironment>
207 <TypeLibraryName>.\x64\Debug/gensprep.tlb</TypeLibraryName>
208 </Midl>
209 <ClCompile>
210 <Optimization>Disabled</Optimization>
211 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalInclude Directories)</AdditionalIncludeDirectories>
212 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(Pre processorDefinitions)</PreprocessorDefinitions>
213 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
214 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
215 <BufferSecurityCheck>true</BufferSecurityCheck>
216 <DisableLanguageExtensions>false</DisableLanguageExtensions>
217 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
218 <PrecompiledHeaderOutputFile>.\x64\Debug/gensprep.pch</PrecompiledHeaderOu tputFile>
219 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>
220 <ObjectFileName>.\x64\Debug/</ObjectFileName>
221 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>
222 <WarningLevel>Level3</WarningLevel>
223 <SuppressStartupBanner>true</SuppressStartupBanner>
224 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
225 <CompileAs>Default</CompileAs>
226 </ClCompile>
227 <ResourceCompile>
228 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
229 <Culture>0x0409</Culture>
230 </ResourceCompile>
231 <Link>
232 <OutputFile>.\x64\Debug/gensprep.exe</OutputFile>
233 <SuppressStartupBanner>true</SuppressStartupBanner>
234 <GenerateDebugInformation>true</GenerateDebugInformation>
235 <ProgramDatabaseFile>.\x64\Debug/gensprep.pdb</ProgramDatabaseFile>
236 <SubSystem>Console</SubSystem>
237 <TargetMachine>MachineX64</TargetMachine>
238 </Link>
239 </ItemDefinitionGroup>
240 <ItemGroup>
241 <ClCompile Include="gensprep.c" />
242 <ClCompile Include="store.c" />
243 </ItemGroup>
244 <ItemGroup>
245 <ClInclude Include="gensprep.h" />
246 </ItemGroup>
247 <ItemGroup>
248 <ProjectReference Include="..\..\common\common.vcxproj">
249 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>
250 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
251 </ProjectReference>
252 <ProjectReference Include="..\toolutil\toolutil.vcxproj">
253 <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project>
254 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
255 </ProjectReference>
256 </ItemGroup>
257 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
258 <ImportGroup Label="ExtensionTargets">
259 </ImportGroup>
260 </Project>
OLDNEW
« no previous file with comments | « source/tools/genrb/genrb.vcxproj.filters ('k') | source/tools/gensprep/gensprep.vcxproj.filters » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698