]> git.saurik.com Git - apple/icu.git/blame - icuSources/tools/gencfu/gencfu.vcxproj
ICU-531.30.tar.gz
[apple/icu.git] / icuSources / tools / gencfu / gencfu.vcxproj
CommitLineData
729e4ab9
A
1<?xml version="1.0" encoding="utf-8"?>\r
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3 <ItemGroup Label="ProjectConfigurations">\r
4 <ProjectConfiguration Include="Debug|Win32">\r
5 <Configuration>Debug</Configuration>\r
6 <Platform>Win32</Platform>\r
7 </ProjectConfiguration>\r
8 <ProjectConfiguration Include="Debug|x64">\r
9 <Configuration>Debug</Configuration>\r
10 <Platform>x64</Platform>\r
11 </ProjectConfiguration>\r
12 <ProjectConfiguration Include="Release|Win32">\r
13 <Configuration>Release</Configuration>\r
14 <Platform>Win32</Platform>\r
15 </ProjectConfiguration>\r
16 <ProjectConfiguration Include="Release|x64">\r
17 <Configuration>Release</Configuration>\r
18 <Platform>x64</Platform>\r
19 </ProjectConfiguration>\r
20 </ItemGroup>\r
21 <PropertyGroup Label="Globals">\r
22 <ProjectGuid>{691EE0C0-DC57-4A48-8AEE-8ED75EB3A057}</ProjectGuid>\r
23 <Keyword>Win32Proj</Keyword>\r
24 </PropertyGroup>\r
25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
27 <ConfigurationType>Application</ConfigurationType>\r
28 <UseOfMfc>false</UseOfMfc>\r
29 <CharacterSet>MultiByte</CharacterSet>\r
30 </PropertyGroup>\r
31 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
32 <ConfigurationType>Application</ConfigurationType>\r
33 <CharacterSet>MultiByte</CharacterSet>\r
34 </PropertyGroup>\r
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r
36 <ConfigurationType>Application</ConfigurationType>\r
37 <UseOfMfc>false</UseOfMfc>\r
38 <CharacterSet>MultiByte</CharacterSet>\r
39 </PropertyGroup>\r
40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
41 <ConfigurationType>Application</ConfigurationType>\r
42 <UseOfMfc>false</UseOfMfc>\r
43 <CharacterSet>MultiByte</CharacterSet>\r
44 </PropertyGroup>\r
45 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
46 <ImportGroup Label="ExtensionSettings">\r
47 </ImportGroup>\r
48 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">\r
49 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
50 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />\r
51 </ImportGroup>\r
52 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">\r
53 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
54 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />\r
55 </ImportGroup>\r
56 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">\r
57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
58 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />\r
59 </ImportGroup>\r
60 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">\r
61 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
62 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />\r
63 </ImportGroup>\r
64 <PropertyGroup Label="UserMacros" />\r
65 <PropertyGroup>\r
66 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>\r
67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>\r
68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>\r
69 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>\r
70 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>\r
71 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>\r
72 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>\r
73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir>\r
74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir>\r
75 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>\r
76 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir>\r
77 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir>\r
78 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>\r
79 </PropertyGroup>\r
80 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
81 <CustomBuildStep>\r
82 <Command>copy "$(TargetPath)" ..\..\..\bin</Command>\r
83 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>\r
84 </CustomBuildStep>\r
85 <ClCompile>\r
86 <Optimization>Disabled</Optimization>\r
87 <AdditionalIncludeDirectories>..\..\common;..\..\i18n;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
88 <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
89 <MinimalRebuild>false</MinimalRebuild>\r
90 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r
91 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>\r
92 <BufferSecurityCheck>true</BufferSecurityCheck>\r
57a6839d 93 <DisableLanguageExtensions>false</DisableLanguageExtensions>\r
729e4ab9
A
94 <PrecompiledHeader>\r
95 </PrecompiledHeader>\r
96 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>\r
97 <ObjectFileName>.\x86\Debug/</ObjectFileName>\r
98 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>\r
99 <BrowseInformation>true</BrowseInformation>\r
100 <WarningLevel>Level3</WarningLevel>\r
101 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>\r
102 <CompileAs>Default</CompileAs>\r
103 </ClCompile>\r
104 <Link>\r
105 <OutputFile>.\x86\Debug\gencfu.exe</OutputFile>\r
106 <SuppressStartupBanner>true</SuppressStartupBanner>\r
107 <GenerateDebugInformation>true</GenerateDebugInformation>\r
108 <SubSystem>Console</SubSystem>\r
109 </Link>\r
110 </ItemDefinitionGroup>\r
111 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
112 <CustomBuildStep>\r
113 <Command>copy "$(TargetPath)" ..\..\..\bin</Command>\r
114 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>\r
115 </CustomBuildStep>\r
116 <ClCompile>\r
117 <AdditionalIncludeDirectories>..\..\common;..\..\i18n;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
118 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
119 <StringPooling>true</StringPooling>\r
120 <MinimalRebuild>false</MinimalRebuild>\r
121 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>\r
122 <FunctionLevelLinking>true</FunctionLevelLinking>\r
57a6839d 123 <DisableLanguageExtensions>false</DisableLanguageExtensions>\r
729e4ab9
A
124 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>\r
125 <PrecompiledHeader>\r
126 </PrecompiledHeader>\r
127 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>\r
128 <ObjectFileName>.\x86\Release/</ObjectFileName>\r
129 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>\r
130 <WarningLevel>Level3</WarningLevel>\r
131 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r
132 <CompileAs>Default</CompileAs>\r
133 </ClCompile>\r
134 <Link>\r
135 <OutputFile>.\x86\Release\gencfu.exe</OutputFile>\r
136 <GenerateDebugInformation>true</GenerateDebugInformation>\r
137 <SubSystem>Console</SubSystem>\r
138 <RandomizedBaseAddress>false</RandomizedBaseAddress>\r
139 <DataExecutionPrevention>\r
140 </DataExecutionPrevention>\r
141 </Link>\r
142 </ItemDefinitionGroup>\r
143 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
144 <CustomBuildStep>\r
145 <Command>copy "$(TargetPath)" ..\..\..\bin64%3b</Command>\r
146 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>\r
147 </CustomBuildStep>\r
148 <Midl>\r
149 <TargetEnvironment>X64</TargetEnvironment>\r
150 <TypeLibraryName>.\x64\Release/gencfu.tlb</TypeLibraryName>\r
151 </Midl>\r
152 <ClCompile>\r
153 <AdditionalIncludeDirectories>..\..\common;..\..\i18n;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
154 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
155 <StringPooling>true</StringPooling>\r
156 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>\r
157 <FunctionLevelLinking>true</FunctionLevelLinking>\r
57a6839d 158 <DisableLanguageExtensions>false</DisableLanguageExtensions>\r
729e4ab9
A
159 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>\r
160 <PrecompiledHeaderOutputFile>.\x64\Release/gencfu.pch</PrecompiledHeaderOutputFile>\r
161 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>\r
162 <ObjectFileName>.\x64\Release/</ObjectFileName>\r
163 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>\r
164 <WarningLevel>Level3</WarningLevel>\r
165 <SuppressStartupBanner>true</SuppressStartupBanner>\r
166 <CompileAs>Default</CompileAs>\r
167 </ClCompile>\r
168 <ResourceCompile>\r
169 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
170 <Culture>0x0409</Culture>\r
171 </ResourceCompile>\r
172 <Link>\r
173 <OutputFile>.\x64\Release/gencfu.exe</OutputFile>\r
174 <SuppressStartupBanner>true</SuppressStartupBanner>\r
175 <ProgramDatabaseFile>.\x64\Release/gencfu.pdb</ProgramDatabaseFile>\r
176 <SubSystem>Console</SubSystem>\r
177 <TargetMachine>MachineX64</TargetMachine>\r
178 </Link>\r
179 </ItemDefinitionGroup>\r
180 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
181 <CustomBuildStep>\r
182 <Command>copy "$(TargetPath)" ..\..\..\bin64%3b</Command>\r
183 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>\r
184 </CustomBuildStep>\r
185 <Midl>\r
186 <TargetEnvironment>X64</TargetEnvironment>\r
187 <TypeLibraryName>.\x64\Debug/gencfu.tlb</TypeLibraryName>\r
188 </Midl>\r
189 <ClCompile>\r
190 <Optimization>Disabled</Optimization>\r
191 <AdditionalIncludeDirectories>..\..\common;..\..\i18n;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
192 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
193 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r
194 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>\r
195 <BufferSecurityCheck>true</BufferSecurityCheck>\r
57a6839d 196 <DisableLanguageExtensions>false</DisableLanguageExtensions>\r
729e4ab9
A
197 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>\r
198 <PrecompiledHeaderOutputFile>.\x64\Debug/gencfu.pch</PrecompiledHeaderOutputFile>\r
199 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>\r
200 <ObjectFileName>.\x64\Debug/</ObjectFileName>\r
201 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>\r
202 <BrowseInformation>true</BrowseInformation>\r
203 <WarningLevel>Level3</WarningLevel>\r
204 <SuppressStartupBanner>true</SuppressStartupBanner>\r
205 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r
206 <CompileAs>Default</CompileAs>\r
207 </ClCompile>\r
208 <ResourceCompile>\r
209 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
210 <Culture>0x0409</Culture>\r
211 </ResourceCompile>\r
212 <Link>\r
213 <OutputFile>.\x64\Debug/gencfu.exe</OutputFile>\r
214 <SuppressStartupBanner>true</SuppressStartupBanner>\r
215 <GenerateDebugInformation>true</GenerateDebugInformation>\r
216 <ProgramDatabaseFile>.\x64\Debug/gencfu.pdb</ProgramDatabaseFile>\r
217 <SubSystem>Console</SubSystem>\r
218 <TargetMachine>MachineX64</TargetMachine>\r
219 </Link>\r
220 </ItemDefinitionGroup>\r
221 <ItemGroup>\r
222 <ClCompile Include="gencfu.cpp" />\r
223 </ItemGroup>\r
224 <ItemGroup>\r
225 <ProjectReference Include="..\..\common\common.vcxproj">\r
226 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>\r
227 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
228 </ProjectReference>\r
229 <ProjectReference Include="..\..\i18n\i18n.vcxproj">\r
230 <Project>{0178b127-6269-407d-b112-93877bb62776}</Project>\r
231 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
232 </ProjectReference>\r
233 <ProjectReference Include="..\toolutil\toolutil.vcxproj">\r
234 <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project>\r
235 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
236 </ProjectReference>\r
237 </ItemGroup>\r
238 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
239 <ImportGroup Label="ExtensionTargets">\r
240 </ImportGroup>\r
241</Project>