- <!-- Options that are specific to a particular configuration -->
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <TypeLibraryName>.\..\..\lib32uwp\icuuc.tlb</TypeLibraryName>
- </Midl>
- <ClCompile>
- <PrecompiledHeaderOutputFile>.\x86\ReleaseUWP/common.pch</PrecompiledHeaderOutputFile>
- <AssemblerListingLocation>.\x86\ReleaseUWP/</AssemblerListingLocation>
- <ObjectFileName>.\x86\ReleaseUWP/</ObjectFileName>
- <ProgramDataBaseFileName>.\x86\ReleaseUWP/</ProgramDataBaseFileName>
- </ClCompile>
- <Link>
- <OutputFile>..\..\bin32uwp\icuuc64.dll</OutputFile>
- <ProgramDatabaseFile>.\..\..\lib32uwp\icuuc.pdb</ProgramDatabaseFile>
- <ImportLibrary>..\..\lib32uwp\icuuc.lib</ImportLibrary>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <TypeLibraryName>.\..\..\lib32uwp\icuucd.tlb</TypeLibraryName>
- </Midl>
- <ClCompile>
- <PrecompiledHeaderOutputFile>.\x86\DebugUWP/common.pch</PrecompiledHeaderOutputFile>
- <AssemblerListingLocation>.\x86\DebugUWP/</AssemblerListingLocation>
- <ObjectFileName>.\x86\DebugUWP/</ObjectFileName>
- <ProgramDataBaseFileName>.\x86\DebugUWP/</ProgramDataBaseFileName>
- </ClCompile>
- <Link>
- <OutputFile>..\..\bin32uwp\icuuc64d.dll</OutputFile>
- <ProgramDatabaseFile>.\..\..\lib32uwp\icuucd.pdb</ProgramDatabaseFile>
- <ImportLibrary>..\..\lib32uwp\icuucd.lib</ImportLibrary>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <Midl>
- <TypeLibraryName>.\..\..\lib64uwp\icuuc.tlb</TypeLibraryName>
- </Midl>
- <ClCompile>
- <PrecompiledHeaderOutputFile>.\x64\ReleaseUWP/common.pch</PrecompiledHeaderOutputFile>
- <AssemblerListingLocation>.\x64\ReleaseUWP/</AssemblerListingLocation>
- <ObjectFileName>.\x64\ReleaseUWP/</ObjectFileName>
- <ProgramDataBaseFileName>.\x64\ReleaseUWP/</ProgramDataBaseFileName>
- </ClCompile>
- <Link>
- <OutputFile>..\..\bin64uwp\icuuc64.dll</OutputFile>
- <ProgramDatabaseFile>.\..\..\lib64uwp\icuuc.pdb</ProgramDatabaseFile>
- <ImportLibrary>..\..\lib64uwp\icuuc.lib</ImportLibrary>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">