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