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