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>{39690C2A-AD89-45E4-893A-899496B85785}</ProjectGuid> 23 </PropertyGroup> 24 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 26 <ConfigurationType>Application</ConfigurationType> 27 <UseOfMfc>false</UseOfMfc> 28 <CharacterSet>MultiByte</CharacterSet> 29 </PropertyGroup> 30 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 31 <ConfigurationType>Application</ConfigurationType> 32 <UseOfMfc>false</UseOfMfc> 33 <CharacterSet>MultiByte</CharacterSet> 34 </PropertyGroup> 35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 36 <ConfigurationType>Application</ConfigurationType> 37 <UseOfMfc>false</UseOfMfc> 38 <CharacterSet>MultiByte</CharacterSet> 39 </PropertyGroup> 40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 41 <ConfigurationType>Application</ConfigurationType> 42 <UseOfMfc>false</UseOfMfc> 43 <CharacterSet>MultiByte</CharacterSet> 44 </PropertyGroup> 45 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 46 <ImportGroup Label="ExtensionSettings"> 47 </ImportGroup> 48 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 49 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 50 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 51 </ImportGroup> 52 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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)'=='Debug|x64'" 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)'=='Release|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 <PropertyGroup Label="UserMacros" /> 65 <PropertyGroup> 66 <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> 67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir> 68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> 69 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 70 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir> 71 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> 72 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> 74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> 75 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 76 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> 77 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> 78 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 79 </PropertyGroup> 80 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 81 <CustomBuildStep> 82 <Command>copy "$(TargetPath)" ..\..\..\bin 83</Command> 84 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> 85 </CustomBuildStep> 86 <Midl> 87 <TypeLibraryName>.\x86\Release/icuswap.tlb</TypeLibraryName> 88 </Midl> 89 <ClCompile> 90 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 91 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 92 <StringPooling>true</StringPooling> 93 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 94 <FunctionLevelLinking>true</FunctionLevelLinking> 95 <DisableLanguageExtensions>true</DisableLanguageExtensions> 96 <PrecompiledHeaderOutputFile>.\x86\Release/icuswap.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 <Culture>0x0409</Culture> 107 </ResourceCompile> 108 <Link> 109 <OutputFile>.\x86\Release/icuswap.exe</OutputFile> 110 <SuppressStartupBanner>true</SuppressStartupBanner> 111 <ProgramDatabaseFile>.\x86\Release/icuswap.pdb</ProgramDatabaseFile> 112 <SubSystem>Console</SubSystem> 113 </Link> 114 </ItemDefinitionGroup> 115 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 116 <CustomBuildStep> 117 <Command>copy "$(TargetPath)" ..\..\..\bin 118</Command> 119 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> 120 </CustomBuildStep> 121 <Midl> 122 <TypeLibraryName>.\x86\Debug/icuswap.tlb</TypeLibraryName> 123 </Midl> 124 <ClCompile> 125 <Optimization>Disabled</Optimization> 126 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 127 <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 128 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 129 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 130 <BufferSecurityCheck>true</BufferSecurityCheck> 131 <DisableLanguageExtensions>true</DisableLanguageExtensions> 132 <PrecompiledHeaderOutputFile>.\x86\Debug/icuswap.pch</PrecompiledHeaderOutputFile> 133 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> 134 <ObjectFileName>.\x86\Debug/</ObjectFileName> 135 <ProgramDataBaseFileName>.\x86\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 <Culture>0x0409</Culture> 145 </ResourceCompile> 146 <Link> 147 <OutputFile>.\x86\Debug/icuswap.exe</OutputFile> 148 <SuppressStartupBanner>true</SuppressStartupBanner> 149 <GenerateDebugInformation>true</GenerateDebugInformation> 150 <ProgramDatabaseFile>.\x86\Debug/icuswap.pdb</ProgramDatabaseFile> 151 <SubSystem>Console</SubSystem> 152 </Link> 153 </ItemDefinitionGroup> 154 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 155 <CustomBuildStep> 156 <Command>copy "$(TargetPath)" ..\..\..\bin64 157</Command> 158 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs> 159 </CustomBuildStep> 160 <Midl> 161 <TargetEnvironment>X64</TargetEnvironment> 162 <TypeLibraryName>.\x64\Release/icuswap.tlb</TypeLibraryName> 163 </Midl> 164 <ClCompile> 165 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 166 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 167 <StringPooling>true</StringPooling> 168 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 169 <FunctionLevelLinking>true</FunctionLevelLinking> 170 <DisableLanguageExtensions>true</DisableLanguageExtensions> 171 <PrecompiledHeaderOutputFile>.\x64\Release/icuswap.pch</PrecompiledHeaderOutputFile> 172 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> 173 <ObjectFileName>.\x64\Release/</ObjectFileName> 174 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> 175 <WarningLevel>Level4</WarningLevel> 176 <SuppressStartupBanner>true</SuppressStartupBanner> 177 <CompileAs>Default</CompileAs> 178 </ClCompile> 179 <ResourceCompile> 180 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 181 <Culture>0x0409</Culture> 182 </ResourceCompile> 183 <Link> 184 <OutputFile>.\x64\Release/icuswap.exe</OutputFile> 185 <SuppressStartupBanner>true</SuppressStartupBanner> 186 <ProgramDatabaseFile>.\x64\Release/icuswap.pdb</ProgramDatabaseFile> 187 <SubSystem>Console</SubSystem> 188 <TargetMachine>MachineX64</TargetMachine> 189 </Link> 190 </ItemDefinitionGroup> 191 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 192 <CustomBuildStep> 193 <Command>copy "$(TargetPath)" ..\..\..\bin64 194</Command> 195 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs> 196 </CustomBuildStep> 197 <Midl> 198 <TargetEnvironment>X64</TargetEnvironment> 199 <TypeLibraryName>.\x64\Debug/icuswap.tlb</TypeLibraryName> 200 </Midl> 201 <ClCompile> 202 <Optimization>Disabled</Optimization> 203 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(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 <PrecompiledHeaderOutputFile>.\x64\Debug/icuswap.pch</PrecompiledHeaderOutputFile> 210 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> 211 <ObjectFileName>.\x64\Debug/</ObjectFileName> 212 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> 213 <BrowseInformation>true</BrowseInformation> 214 <WarningLevel>Level4</WarningLevel> 215 <SuppressStartupBanner>true</SuppressStartupBanner> 216 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 217 <CompileAs>Default</CompileAs> 218 </ClCompile> 219 <ResourceCompile> 220 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 221 <Culture>0x0409</Culture> 222 </ResourceCompile> 223 <Link> 224 <OutputFile>.\x64\Debug/icuswap.exe</OutputFile> 225 <SuppressStartupBanner>true</SuppressStartupBanner> 226 <GenerateDebugInformation>true</GenerateDebugInformation> 227 <ProgramDatabaseFile>.\x64\Debug/icuswap.pdb</ProgramDatabaseFile> 228 <SubSystem>Console</SubSystem> 229 <TargetMachine>MachineX64</TargetMachine> 230 </Link> 231 </ItemDefinitionGroup> 232 <ItemGroup> 233 <ClCompile Include="icuswap.cpp" /> 234 </ItemGroup> 235 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 236 <ImportGroup Label="ExtensionTargets"> 237 </ImportGroup> 238</Project>