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