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

Side by Side Diff: source/io/io.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/i18n/i18n.vcxproj.filters ('k') | source/io/io.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>{C2B04507-2521-4801-BF0D-5FD79D6D518C}</ProjectGuid>
23 </PropertyGroup>
24 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label ="Configuration">
26 <ConfigurationType>DynamicLibrary</ConfigurationType>
27 <UseOfMfc>false</UseOfMfc>
28 <CharacterSet>MultiByte</CharacterSet>
29 </PropertyGroup>
30 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Lab el="Configuration">
31 <ConfigurationType>DynamicLibrary</ConfigurationType>
32 <UseOfMfc>false</UseOfMfc>
33 <CharacterSet>MultiByte</CharacterSet>
34 </PropertyGroup>
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label=" Configuration">
36 <ConfigurationType>DynamicLibrary</ConfigurationType>
37 <UseOfMfc>false</UseOfMfc>
38 <CharacterSet>MultiByte</CharacterSet>
39 </PropertyGroup>
40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label ="Configuration">
41 <ConfigurationType>DynamicLibrary</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'">.\..\..\ lib\</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'">.\..\..\li b\</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 <Midl>
82 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
83 <MkTypLibCompatible>true</MkTypLibCompatible>
84 <SuppressStartupBanner>true</SuppressStartupBanner>
85 <TargetEnvironment>Win32</TargetEnvironment>
86 <TypeLibraryName>.\..\..\lib\icuio.tlb</TypeLibraryName>
87 </Midl>
88 <ClCompile>
89 <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeD irectories)</AdditionalIncludeDirectories>
90 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;U_IO_IMPLEM ENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
91 <StringPooling>true</StringPooling>
92 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
93 <FunctionLevelLinking>true</FunctionLevelLinking>
94 <DisableLanguageExtensions>false</DisableLanguageExtensions>
95 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
96 <PrecompiledHeaderOutputFile>.\x86\Release/icuio.pch</PrecompiledHeaderOut putFile>
97 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
98 <ObjectFileName>.\x86\Release/</ObjectFileName>
99 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
100 <WarningLevel>Level3</WarningLevel>
101 <SuppressStartupBanner>true</SuppressStartupBanner>
102 <CompileAs>Default</CompileAs>
103 </ClCompile>
104 <ResourceCompile>
105 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
106 <Culture>0x0409</Culture>
107 <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</A dditionalIncludeDirectories>
108 </ResourceCompile>
109 <Link>
110 <OutputFile>..\..\bin\icuio56.dll</OutputFile>
111 <SuppressStartupBanner>true</SuppressStartupBanner>
112 <ProgramDatabaseFile>.\..\..\lib\icuio.pdb</ProgramDatabaseFile>
113 <EnableCOMDATFolding>true</EnableCOMDATFolding>
114 <BaseAddress>0x4ab00000</BaseAddress>
115 <RandomizedBaseAddress>false</RandomizedBaseAddress>
116 <DataExecutionPrevention>
117 </DataExecutionPrevention>
118 <ImportLibrary>..\..\lib\icuio.lib</ImportLibrary>
119 </Link>
120 </ItemDefinitionGroup>
121 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" >
122 <Midl>
123 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
124 <MkTypLibCompatible>true</MkTypLibCompatible>
125 <SuppressStartupBanner>true</SuppressStartupBanner>
126 <TargetEnvironment>Win32</TargetEnvironment>
127 <TypeLibraryName>.\..\..\lib\icuio.tlb</TypeLibraryName>
128 </Midl>
129 <ClCompile>
130 <Optimization>Disabled</Optimization>
131 <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeD irectories)</AdditionalIncludeDirectories>
132 <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;U_IO_IMPLEM ENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
133 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
134 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
135 <BufferSecurityCheck>true</BufferSecurityCheck>
136 <DisableLanguageExtensions>false</DisableLanguageExtensions>
137 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
138 <PrecompiledHeaderOutputFile>.\x86\Debug/icuio.pch</PrecompiledHeaderOutpu tFile>
139 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
140 <ObjectFileName>.\x86\Debug/</ObjectFileName>
141 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
142 <BrowseInformation>true</BrowseInformation>
143 <WarningLevel>Level3</WarningLevel>
144 <SuppressStartupBanner>true</SuppressStartupBanner>
145 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
146 <CompileAs>Default</CompileAs>
147 </ClCompile>
148 <ResourceCompile>
149 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
150 <Culture>0x0409</Culture>
151 <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</A dditionalIncludeDirectories>
152 </ResourceCompile>
153 <Link>
154 <OutputFile>..\..\bin\icuio56d.dll</OutputFile>
155 <SuppressStartupBanner>true</SuppressStartupBanner>
156 <GenerateDebugInformation>true</GenerateDebugInformation>
157 <ProgramDatabaseFile>.\..\..\lib\icuiod.pdb</ProgramDatabaseFile>
158 <BaseAddress>0x4ab00000</BaseAddress>
159 <RandomizedBaseAddress>false</RandomizedBaseAddress>
160 <DataExecutionPrevention>
161 </DataExecutionPrevention>
162 <ImportLibrary>..\..\lib\icuiod.lib</ImportLibrary>
163 </Link>
164 </ItemDefinitionGroup>
165 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" >
166 <Midl>
167 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
168 <MkTypLibCompatible>true</MkTypLibCompatible>
169 <SuppressStartupBanner>true</SuppressStartupBanner>
170 <TargetEnvironment>X64</TargetEnvironment>
171 <TypeLibraryName>.\..\..\lib64\icuio.tlb</TypeLibraryName>
172 </Midl>
173 <ClCompile>
174 <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeD irectories)</AdditionalIncludeDirectories>
175 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;U_IO_ IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
176 <StringPooling>true</StringPooling>
177 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
178 <FunctionLevelLinking>true</FunctionLevelLinking>
179 <DisableLanguageExtensions>false</DisableLanguageExtensions>
180 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
181 <PrecompiledHeaderOutputFile>.\x64\Release/icuio.pch</PrecompiledHeaderOut putFile>
182 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>
183 <ObjectFileName>.\x64\Release/</ObjectFileName>
184 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
185 <WarningLevel>Level3</WarningLevel>
186 <SuppressStartupBanner>true</SuppressStartupBanner>
187 <CompileAs>Default</CompileAs>
188 </ClCompile>
189 <ResourceCompile>
190 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
191 <Culture>0x0409</Culture>
192 <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</A dditionalIncludeDirectories>
193 </ResourceCompile>
194 <Link>
195 <OutputFile>..\..\bin64\icuio56.dll</OutputFile>
196 <SuppressStartupBanner>true</SuppressStartupBanner>
197 <ProgramDatabaseFile>.\..\..\lib64\icuio.pdb</ProgramDatabaseFile>
198 <EnableCOMDATFolding>true</EnableCOMDATFolding>
199 <BaseAddress>0x4ab00000</BaseAddress>
200 <ImportLibrary>..\..\lib64\icuio.lib</ImportLibrary>
201 <TargetMachine>MachineX64</TargetMachine>
202 </Link>
203 </ItemDefinitionGroup>
204 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
205 <Midl>
206 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
207 <MkTypLibCompatible>true</MkTypLibCompatible>
208 <SuppressStartupBanner>true</SuppressStartupBanner>
209 <TargetEnvironment>X64</TargetEnvironment>
210 <TypeLibraryName>.\..\..\lib64\icuio.tlb</TypeLibraryName>
211 </Midl>
212 <ClCompile>
213 <Optimization>Disabled</Optimization>
214 <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeD irectories)</AdditionalIncludeDirectories>
215 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;U_IO_ IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
216 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
217 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
218 <BufferSecurityCheck>true</BufferSecurityCheck>
219 <DisableLanguageExtensions>false</DisableLanguageExtensions>
220 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
221 <PrecompiledHeaderOutputFile>.\x64\Debug/icuio.pch</PrecompiledHeaderOutpu tFile>
222 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>
223 <ObjectFileName>.\x64\Debug/</ObjectFileName>
224 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>
225 <BrowseInformation>true</BrowseInformation>
226 <WarningLevel>Level3</WarningLevel>
227 <SuppressStartupBanner>true</SuppressStartupBanner>
228 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
229 <CompileAs>Default</CompileAs>
230 </ClCompile>
231 <ResourceCompile>
232 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
233 <Culture>0x0409</Culture>
234 <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</A dditionalIncludeDirectories>
235 </ResourceCompile>
236 <Link>
237 <OutputFile>..\..\bin64\icuio56d.dll</OutputFile>
238 <SuppressStartupBanner>true</SuppressStartupBanner>
239 <GenerateDebugInformation>true</GenerateDebugInformation>
240 <ProgramDatabaseFile>.\..\..\lib64\icuiod.pdb</ProgramDatabaseFile>
241 <BaseAddress>0x4ab00000</BaseAddress>
242 <ImportLibrary>..\..\lib64\icuiod.lib</ImportLibrary>
243 <TargetMachine>MachineX64</TargetMachine>
244 </Link>
245 </ItemDefinitionGroup>
246 <ItemGroup>
247 <ClCompile Include="locbund.cpp" />
248 <ClCompile Include="sprintf.c" />
249 <ClCompile Include="sscanf.c" />
250 <ClCompile Include="ucln_io.cpp">
251 <DisableLanguageExtensions>false</DisableLanguageExtensions>
252 </ClCompile>
253 <ClCompile Include="ufile.c" />
254 <ClCompile Include="ufmt_cmn.c" />
255 <ClCompile Include="uprintf.cpp" />
256 <ClCompile Include="uprntf_p.c" />
257 <ClCompile Include="uscanf.c" />
258 <ClCompile Include="uscanf_p.c" />
259 <ClCompile Include="ustdio.c" />
260 <ClCompile Include="ustream.cpp">
261 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Deb ug|Win32'">false</DisableLanguageExtensions>
262 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Deb ug|x64'">false</DisableLanguageExtensions>
263 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Rel ease|Win32'">false</DisableLanguageExtensions>
264 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Rel ease|x64'">false</DisableLanguageExtensions>
265 </ClCompile>
266 </ItemGroup>
267 <ItemGroup>
268 <ClInclude Include="locbund.h" />
269 <ClInclude Include="ucln_io.h" />
270 <ClInclude Include="ufile.h" />
271 <ClInclude Include="ufmt_cmn.h" />
272 <ClInclude Include="uprintf.h" />
273 <ClInclude Include="uscanf.h" />
274 <CustomBuild Include="unicode\ustdio.h">
275 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "% (FullPath)" ..\..\include\unicode
276 </Command>
277 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\i nclude\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
278 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(F ullPath)" ..\..\include\unicode
279 </Command>
280 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\inc lude\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
281 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode
282 </Command>
283 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\.. \include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
284 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "% (FullPath)" ..\..\include\unicode
285 </Command>
286 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\i nclude\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
287 </CustomBuild>
288 <CustomBuild Include="unicode\ustream.h">
289 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "% (FullPath)" ..\..\include\unicode
290 </Command>
291 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\i nclude\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
292 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(F ullPath)" ..\..\include\unicode
293 </Command>
294 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\inc lude\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
295 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode
296 </Command>
297 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\.. \include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
298 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "% (FullPath)" ..\..\include\unicode
299 </Command>
300 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\i nclude\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
301 </CustomBuild>
302 </ItemGroup>
303 <ItemGroup>
304 <ResourceCompile Include="io.rc" />
305 </ItemGroup>
306 <ItemGroup>
307 <ProjectReference Include="..\common\common.vcxproj">
308 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>
309 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
310 </ProjectReference>
311 <ProjectReference Include="..\i18n\i18n.vcxproj">
312 <Project>{0178b127-6269-407d-b112-93877bb62776}</Project>
313 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
314 </ProjectReference>
315 </ItemGroup>
316 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
317 <ImportGroup Label="ExtensionTargets">
318 </ImportGroup>
319 </Project>
OLDNEW
« no previous file with comments | « source/i18n/i18n.vcxproj.filters ('k') | source/io/io.vcxproj.filters » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698