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

Side by Side Diff: source/tools/icuswap/icuswap.vcxproj

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 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/tools/icuswap/icuswap.cpp ('k') | source/tools/makeconv/gencnvex.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso ft.com/developer/msbuild/2003"> 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso ft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations"> 3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32"> 4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration> 5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform> 6 <Platform>Win32</Platform>
7 </ProjectConfiguration> 7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|x64"> 8 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration> 9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform> 10 <Platform>x64</Platform>
11 </ProjectConfiguration> 11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release|Win32"> 12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration> 13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform> 14 <Platform>Win32</Platform>
15 </ProjectConfiguration> 15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|x64"> 16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration> 17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform> 18 <Platform>x64</Platform>
19 </ProjectConfiguration> 19 </ProjectConfiguration>
20 </ItemGroup> 20 </ItemGroup>
21 <PropertyGroup Label="Globals"> 21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{9D4211F7-2C77-439C-82F0-30A4E43BA569}</ProjectGuid> 22 <ProjectGuid>{39690C2A-AD89-45E4-893A-899496B85785}</ProjectGuid>
23 </PropertyGroup> 23 </PropertyGroup>
24 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 24 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label ="Configuration"> 25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label ="Configuration">
26 <ConfigurationType>Application</ConfigurationType> 26 <ConfigurationType>Application</ConfigurationType>
27 <UseOfMfc>false</UseOfMfc> 27 <UseOfMfc>false</UseOfMfc>
28 <CharacterSet>MultiByte</CharacterSet> 28 <CharacterSet>MultiByte</CharacterSet>
29 </PropertyGroup> 29 </PropertyGroup>
30 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Lab el="Configuration"> 30 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Lab el="Configuration">
31 <ConfigurationType>Application</ConfigurationType> 31 <ConfigurationType>Application</ConfigurationType>
32 <UseOfMfc>false</UseOfMfc> 32 <UseOfMfc>false</UseOfMfc>
(...skipping 23 matching lines...) Expand all
56 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Pr opertySheets"> 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" /> 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" /> 58 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
59 </ImportGroup> 59 </ImportGroup>
60 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label=" PropertySheets"> 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" /> 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" /> 62 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
63 </ImportGroup> 63 </ImportGroup>
64 <PropertyGroup Label="UserMacros" /> 64 <PropertyGroup Label="UserMacros" />
65 <PropertyGroup> 65 <PropertyGroup>
66 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 66 <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Re lease\</OutDir> 67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Re lease\</OutDir>
68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Re lease\</IntDir> 68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Re lease\</IntDir>
69 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" >false</LinkIncremental> 69 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" >false</LinkIncremental>
70 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debu g\</OutDir> 70 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debu g\</OutDir>
71 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debu g\</IntDir> 71 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debu g\</IntDir>
72 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">t rue</LinkIncremental> 72 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">t rue</LinkIncremental>
73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Rele ase\</OutDir> 73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Rele ase\</OutDir>
74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Rele ase\</IntDir> 74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Rele ase\</IntDir>
75 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">f alse</LinkIncremental> 75 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">f alse</LinkIncremental>
76 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\ </OutDir> 76 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\ </OutDir>
77 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\ </IntDir> 77 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\ </IntDir>
78 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">tru e</LinkIncremental> 78 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">tru e</LinkIncremental>
79 </PropertyGroup> 79 </PropertyGroup>
80 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32 '"> 80 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32 '">
81 <CustomBuildStep> 81 <CustomBuildStep>
82 <Command>copy "$(TargetPath)" ..\..\..\bin 82 <Command>copy "$(TargetPath)" ..\..\..\bin
83 </Command> 83 </Command>
84 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> 84 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
85 </CustomBuildStep> 85 </CustomBuildStep>
86 <Midl> 86 <Midl>
87 <TypeLibraryName>.\x86\Release/gendict.tlb</TypeLibraryName> 87 <TypeLibraryName>.\x86\Release/icuswap.tlb</TypeLibraryName>
88 </Midl> 88 </Midl>
89 <ClCompile> 89 <ClCompile>
90 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalInclude Directories)</AdditionalIncludeDirectories> 90 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalInclude Directories)</AdditionalIncludeDirectories>
91 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(Preproces sorDefinitions)</PreprocessorDefinitions> 91 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(Preproces sorDefinitions)</PreprocessorDefinitions>
92 <StringPooling>true</StringPooling> 92 <StringPooling>true</StringPooling>
93 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 93 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
94 <FunctionLevelLinking>true</FunctionLevelLinking> 94 <FunctionLevelLinking>true</FunctionLevelLinking>
95 <DisableLanguageExtensions>true</DisableLanguageExtensions> 95 <DisableLanguageExtensions>true</DisableLanguageExtensions>
96 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 96 <PrecompiledHeaderOutputFile>.\x86\Release/icuswap.pch</PrecompiledHeaderO utputFile>
97 <PrecompiledHeaderOutputFile>.\x86\Release/gendict.pch</PrecompiledHeaderO utputFile>
98 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> 97 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
99 <ObjectFileName>.\x86\Release/</ObjectFileName> 98 <ObjectFileName>.\x86\Release/</ObjectFileName>
100 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> 99 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
101 <WarningLevel>Level3</WarningLevel> 100 <WarningLevel>Level4</WarningLevel>
102 <SuppressStartupBanner>true</SuppressStartupBanner> 101 <SuppressStartupBanner>true</SuppressStartupBanner>
103 <CompileAs>Default</CompileAs> 102 <CompileAs>Default</CompileAs>
104 </ClCompile> 103 </ClCompile>
105 <ResourceCompile> 104 <ResourceCompile>
106 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions> 105 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
107 <Culture>0x0409</Culture> 106 <Culture>0x0409</Culture>
108 </ResourceCompile> 107 </ResourceCompile>
109 <Link> 108 <Link>
110 <OutputFile>.\x86\Release/gendict.exe</OutputFile> 109 <OutputFile>.\x86\Release/icuswap.exe</OutputFile>
111 <SuppressStartupBanner>true</SuppressStartupBanner> 110 <SuppressStartupBanner>true</SuppressStartupBanner>
112 <ProgramDatabaseFile>.\x86\Release/gendict.pdb</ProgramDatabaseFile> 111 <ProgramDatabaseFile>.\x86\Release/icuswap.pdb</ProgramDatabaseFile>
113 <SubSystem>Console</SubSystem> 112 <SubSystem>Console</SubSystem>
114 <RandomizedBaseAddress>false</RandomizedBaseAddress>
115 <DataExecutionPrevention>
116 </DataExecutionPrevention>
117 </Link> 113 </Link>
118 </ItemDefinitionGroup> 114 </ItemDefinitionGroup>
119 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" > 115 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" >
120 <CustomBuildStep> 116 <CustomBuildStep>
121 <Command>copy "$(TargetPath)" ..\..\..\bin 117 <Command>copy "$(TargetPath)" ..\..\..\bin
122 </Command> 118 </Command>
123 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> 119 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
124 </CustomBuildStep> 120 </CustomBuildStep>
125 <Midl> 121 <Midl>
126 <TypeLibraryName>.\x86\Debug/gendict.tlb</TypeLibraryName> 122 <TypeLibraryName>.\x86\Debug/icuswap.tlb</TypeLibraryName>
127 </Midl> 123 </Midl>
128 <ClCompile> 124 <ClCompile>
129 <Optimization>Disabled</Optimization> 125 <Optimization>Disabled</Optimization>
130 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalInclude Directories)</AdditionalIncludeDirectories> 126 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalInclude Directories)</AdditionalIncludeDirectories>
131 <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(Preproces sorDefinitions)</PreprocessorDefinitions> 127 <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(Preproces sorDefinitions)</PreprocessorDefinitions>
132 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 128 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
133 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 129 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
134 <BufferSecurityCheck>true</BufferSecurityCheck> 130 <BufferSecurityCheck>true</BufferSecurityCheck>
135 <DisableLanguageExtensions>true</DisableLanguageExtensions> 131 <DisableLanguageExtensions>true</DisableLanguageExtensions>
136 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 132 <PrecompiledHeaderOutputFile>.\x86\Debug/icuswap.pch</PrecompiledHeaderOut putFile>
137 <PrecompiledHeaderOutputFile>.\x86\Debug/gendict.pch</PrecompiledHeaderOut putFile>
138 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> 133 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
139 <ObjectFileName>.\x86\Debug/</ObjectFileName> 134 <ObjectFileName>.\x86\Debug/</ObjectFileName>
140 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> 135 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
141 <BrowseInformation>true</BrowseInformation> 136 <BrowseInformation>true</BrowseInformation>
142 <WarningLevel>Level3</WarningLevel> 137 <WarningLevel>Level4</WarningLevel>
143 <SuppressStartupBanner>true</SuppressStartupBanner> 138 <SuppressStartupBanner>true</SuppressStartupBanner>
144 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 139 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
145 <CompileAs>Default</CompileAs> 140 <CompileAs>Default</CompileAs>
146 </ClCompile> 141 </ClCompile>
147 <ResourceCompile> 142 <ResourceCompile>
148 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions> 143 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
149 <Culture>0x0409</Culture> 144 <Culture>0x0409</Culture>
150 </ResourceCompile> 145 </ResourceCompile>
151 <Link> 146 <Link>
152 <OutputFile>.\x86\Debug/gendict.exe</OutputFile> 147 <OutputFile>.\x86\Debug/icuswap.exe</OutputFile>
153 <SuppressStartupBanner>true</SuppressStartupBanner> 148 <SuppressStartupBanner>true</SuppressStartupBanner>
154 <GenerateDebugInformation>true</GenerateDebugInformation> 149 <GenerateDebugInformation>true</GenerateDebugInformation>
155 <ProgramDatabaseFile>.\x86\Debug/gendict.pdb</ProgramDatabaseFile> 150 <ProgramDatabaseFile>.\x86\Debug/icuswap.pdb</ProgramDatabaseFile>
156 <SubSystem>Console</SubSystem> 151 <SubSystem>Console</SubSystem>
157 <RandomizedBaseAddress>false</RandomizedBaseAddress>
158 <DataExecutionPrevention>
159 </DataExecutionPrevention>
160 </Link> 152 </Link>
161 </ItemDefinitionGroup> 153 </ItemDefinitionGroup>
162 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" > 154 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" >
163 <CustomBuildStep> 155 <CustomBuildStep>
164 <Command>copy "$(TargetPath)" ..\..\..\bin64 156 <Command>copy "$(TargetPath)" ..\..\..\bin64
165 </Command> 157 </Command>
166 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs> 158 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
167 </CustomBuildStep> 159 </CustomBuildStep>
168 <Midl> 160 <Midl>
169 <TargetEnvironment>X64</TargetEnvironment> 161 <TargetEnvironment>X64</TargetEnvironment>
170 <TypeLibraryName>.\x64\Release/gendict.tlb</TypeLibraryName> 162 <TypeLibraryName>.\x64\Release/icuswap.tlb</TypeLibraryName>
171 </Midl> 163 </Midl>
172 <ClCompile> 164 <ClCompile>
173 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalInclude Directories)</AdditionalIncludeDirectories> 165 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalInclude Directories)</AdditionalIncludeDirectories>
174 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(Pre processorDefinitions)</PreprocessorDefinitions> 166 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(Pre processorDefinitions)</PreprocessorDefinitions>
175 <StringPooling>true</StringPooling> 167 <StringPooling>true</StringPooling>
176 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 168 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
177 <FunctionLevelLinking>true</FunctionLevelLinking> 169 <FunctionLevelLinking>true</FunctionLevelLinking>
178 <DisableLanguageExtensions>true</DisableLanguageExtensions> 170 <DisableLanguageExtensions>true</DisableLanguageExtensions>
179 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 171 <PrecompiledHeaderOutputFile>.\x64\Release/icuswap.pch</PrecompiledHeaderO utputFile>
180 <PrecompiledHeaderOutputFile>.\x64\Release/gendict.pch</PrecompiledHeaderO utputFile>
181 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> 172 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>
182 <ObjectFileName>.\x64\Release/</ObjectFileName> 173 <ObjectFileName>.\x64\Release/</ObjectFileName>
183 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> 174 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
184 <WarningLevel>Level3</WarningLevel> 175 <WarningLevel>Level4</WarningLevel>
185 <SuppressStartupBanner>true</SuppressStartupBanner> 176 <SuppressStartupBanner>true</SuppressStartupBanner>
186 <CompileAs>Default</CompileAs> 177 <CompileAs>Default</CompileAs>
187 </ClCompile> 178 </ClCompile>
188 <ResourceCompile> 179 <ResourceCompile>
189 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions> 180 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
190 <Culture>0x0409</Culture> 181 <Culture>0x0409</Culture>
191 </ResourceCompile> 182 </ResourceCompile>
192 <Link> 183 <Link>
193 <OutputFile>.\x64\Release/gendict.exe</OutputFile> 184 <OutputFile>.\x64\Release/icuswap.exe</OutputFile>
194 <SuppressStartupBanner>true</SuppressStartupBanner> 185 <SuppressStartupBanner>true</SuppressStartupBanner>
195 <ProgramDatabaseFile>.\x64\Release/gendict.pdb</ProgramDatabaseFile> 186 <ProgramDatabaseFile>.\x64\Release/icuswap.pdb</ProgramDatabaseFile>
196 <SubSystem>Console</SubSystem> 187 <SubSystem>Console</SubSystem>
197 <TargetMachine>MachineX64</TargetMachine> 188 <TargetMachine>MachineX64</TargetMachine>
198 </Link> 189 </Link>
199 </ItemDefinitionGroup> 190 </ItemDefinitionGroup>
200 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 191 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
201 <CustomBuildStep> 192 <CustomBuildStep>
202 <Command>copy "$(TargetPath)" ..\..\..\bin64 193 <Command>copy "$(TargetPath)" ..\..\..\bin64
203 </Command> 194 </Command>
204 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs> 195 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
205 </CustomBuildStep> 196 </CustomBuildStep>
206 <Midl> 197 <Midl>
207 <TargetEnvironment>X64</TargetEnvironment> 198 <TargetEnvironment>X64</TargetEnvironment>
208 <TypeLibraryName>.\x64\Debug/gendict.tlb</TypeLibraryName> 199 <TypeLibraryName>.\x64\Debug/icuswap.tlb</TypeLibraryName>
209 </Midl> 200 </Midl>
210 <ClCompile> 201 <ClCompile>
211 <Optimization>Disabled</Optimization> 202 <Optimization>Disabled</Optimization>
212 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalInclude Directories)</AdditionalIncludeDirectories> 203 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalInclude Directories)</AdditionalIncludeDirectories>
213 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(Pre processorDefinitions)</PreprocessorDefinitions> 204 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(Pre processorDefinitions)</PreprocessorDefinitions>
214 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 205 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
215 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 206 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
216 <BufferSecurityCheck>true</BufferSecurityCheck> 207 <BufferSecurityCheck>true</BufferSecurityCheck>
217 <DisableLanguageExtensions>true</DisableLanguageExtensions> 208 <DisableLanguageExtensions>true</DisableLanguageExtensions>
218 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 209 <PrecompiledHeaderOutputFile>.\x64\Debug/icuswap.pch</PrecompiledHeaderOut putFile>
219 <PrecompiledHeaderOutputFile>.\x64\Debug/gendict.pch</PrecompiledHeaderOut putFile>
220 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> 210 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>
221 <ObjectFileName>.\x64\Debug/</ObjectFileName> 211 <ObjectFileName>.\x64\Debug/</ObjectFileName>
222 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> 212 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>
223 <BrowseInformation>true</BrowseInformation> 213 <BrowseInformation>true</BrowseInformation>
224 <WarningLevel>Level3</WarningLevel> 214 <WarningLevel>Level4</WarningLevel>
225 <SuppressStartupBanner>true</SuppressStartupBanner> 215 <SuppressStartupBanner>true</SuppressStartupBanner>
226 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 216 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
227 <CompileAs>Default</CompileAs> 217 <CompileAs>Default</CompileAs>
228 </ClCompile> 218 </ClCompile>
229 <ResourceCompile> 219 <ResourceCompile>
230 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions> 220 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
231 <Culture>0x0409</Culture> 221 <Culture>0x0409</Culture>
232 </ResourceCompile> 222 </ResourceCompile>
233 <Link> 223 <Link>
234 <OutputFile>.\x64\Debug/gendict.exe</OutputFile> 224 <OutputFile>.\x64\Debug/icuswap.exe</OutputFile>
235 <SuppressStartupBanner>true</SuppressStartupBanner> 225 <SuppressStartupBanner>true</SuppressStartupBanner>
236 <GenerateDebugInformation>true</GenerateDebugInformation> 226 <GenerateDebugInformation>true</GenerateDebugInformation>
237 <ProgramDatabaseFile>.\x64\Debug/gendict.pdb</ProgramDatabaseFile> 227 <ProgramDatabaseFile>.\x64\Debug/icuswap.pdb</ProgramDatabaseFile>
238 <SubSystem>Console</SubSystem> 228 <SubSystem>Console</SubSystem>
239 <TargetMachine>MachineX64</TargetMachine> 229 <TargetMachine>MachineX64</TargetMachine>
240 </Link> 230 </Link>
241 </ItemDefinitionGroup> 231 </ItemDefinitionGroup>
242 <ItemGroup> 232 <ItemGroup>
243 <ClCompile Include="gendict.cpp" /> 233 <ClCompile Include="icuswap.cpp" />
244 </ItemGroup>
245 <ItemGroup>
246 <ProjectReference Include="..\..\common\common.vcxproj">
247 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>
248 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
249 </ProjectReference>
250 <ProjectReference Include="..\toolutil\toolutil.vcxproj">
251 <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project>
252 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
253 </ProjectReference>
254 </ItemGroup> 234 </ItemGroup>
255 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 235 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
256 <ImportGroup Label="ExtensionTargets"> 236 <ImportGroup Label="ExtensionTargets">
257 </ImportGroup> 237 </ImportGroup>
258 </Project> 238 </Project>
OLDNEW
« no previous file with comments | « source/tools/icuswap/icuswap.cpp ('k') | source/tools/makeconv/gencnvex.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698