1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" ToolsVersion="14.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 <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> 24 </PropertyGroup> 25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 27 <ConfigurationType>Application</ConfigurationType> 28 <UseOfMfc>false</UseOfMfc> 29 <CharacterSet>MultiByte</CharacterSet> 30 </PropertyGroup> 31 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 32 <ConfigurationType>Application</ConfigurationType> 33 <UseOfMfc>false</UseOfMfc> 34 <CharacterSet>MultiByte</CharacterSet> 35 </PropertyGroup> 36 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 37 <ConfigurationType>Application</ConfigurationType> 38 <UseOfMfc>false</UseOfMfc> 39 <CharacterSet>MultiByte</CharacterSet> 40 </PropertyGroup> 41 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 42 <ConfigurationType>Application</ConfigurationType> 43 <UseOfMfc>false</UseOfMfc> 44 <CharacterSet>MultiByte</CharacterSet> 45 </PropertyGroup> 46 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 47 <ImportGroup Label="ExtensionSettings"> 48 </ImportGroup> 49 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 50 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 51 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 52 </ImportGroup> 53 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 54 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 55 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 56 </ImportGroup> 57 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 58 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 59 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 60 </ImportGroup> 61 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 63 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 64 </ImportGroup> 65 <PropertyGroup Label="UserMacros" /> 66 <PropertyGroup> 67 <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> 68 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir> 69 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> 70 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 71 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir> 72 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> 73 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 74 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> 75 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> 76 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 77 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> 78 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> 79 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 80 </PropertyGroup> 81 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 82 <CustomBuildStep> 83 <Command>copy "$(TargetPath)" ..\..\..\bin 84</Command> 85 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> 86 </CustomBuildStep> 87 <Midl> 88 <TypeLibraryName>.\x86\Release/icuswap.tlb</TypeLibraryName> 89 </Midl> 90 <ClCompile> 91 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 92 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 93 <StringPooling>true</StringPooling> 94 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 95 <FunctionLevelLinking>true</FunctionLevelLinking> 96 <DisableLanguageExtensions>true</DisableLanguageExtensions> 97 <PrecompiledHeaderOutputFile>.\x86\Release/icuswap.pch</PrecompiledHeaderOutputFile> 98 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> 99 <ObjectFileName>.\x86\Release/</ObjectFileName> 100 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> 101 <WarningLevel>Level4</WarningLevel> 102 <SuppressStartupBanner>true</SuppressStartupBanner> 103 <CompileAs>Default</CompileAs> 104 </ClCompile> 105 <ResourceCompile> 106 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 107 <Culture>0x0409</Culture> 108 </ResourceCompile> 109 <Link> 110 <OutputFile>.\x86\Release/icuswap.exe</OutputFile> 111 <SuppressStartupBanner>true</SuppressStartupBanner> 112 <ProgramDatabaseFile>.\x86\Release/icuswap.pdb</ProgramDatabaseFile> 113 <SubSystem>Console</SubSystem> 114 </Link> 115 </ItemDefinitionGroup> 116 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 117 <CustomBuildStep> 118 <Command>copy "$(TargetPath)" ..\..\..\bin 119</Command> 120 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> 121 </CustomBuildStep> 122 <Midl> 123 <TypeLibraryName>.\x86\Debug/icuswap.tlb</TypeLibraryName> 124 </Midl> 125 <ClCompile> 126 <Optimization>Disabled</Optimization> 127 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 128 <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 129 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 130 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 131 <BufferSecurityCheck>true</BufferSecurityCheck> 132 <DisableLanguageExtensions>true</DisableLanguageExtensions> 133 <PrecompiledHeaderOutputFile>.\x86\Debug/icuswap.pch</PrecompiledHeaderOutputFile> 134 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> 135 <ObjectFileName>.\x86\Debug/</ObjectFileName> 136 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> 137 <BrowseInformation>true</BrowseInformation> 138 <WarningLevel>Level4</WarningLevel> 139 <SuppressStartupBanner>true</SuppressStartupBanner> 140 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 141 <CompileAs>Default</CompileAs> 142 </ClCompile> 143 <ResourceCompile> 144 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 145 <Culture>0x0409</Culture> 146 </ResourceCompile> 147 <Link> 148 <OutputFile>.\x86\Debug/icuswap.exe</OutputFile> 149 <SuppressStartupBanner>true</SuppressStartupBanner> 150 <GenerateDebugInformation>true</GenerateDebugInformation> 151 <ProgramDatabaseFile>.\x86\Debug/icuswap.pdb</ProgramDatabaseFile> 152 <SubSystem>Console</SubSystem> 153 </Link> 154 </ItemDefinitionGroup> 155 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 156 <CustomBuildStep> 157 <Command>copy "$(TargetPath)" ..\..\..\bin64 158</Command> 159 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs> 160 </CustomBuildStep> 161 <Midl> 162 <TargetEnvironment>X64</TargetEnvironment> 163 <TypeLibraryName>.\x64\Release/icuswap.tlb</TypeLibraryName> 164 </Midl> 165 <ClCompile> 166 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(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 <PrecompiledHeaderOutputFile>.\x64\Release/icuswap.pch</PrecompiledHeaderOutputFile> 173 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> 174 <ObjectFileName>.\x64\Release/</ObjectFileName> 175 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> 176 <WarningLevel>Level4</WarningLevel> 177 <SuppressStartupBanner>true</SuppressStartupBanner> 178 <CompileAs>Default</CompileAs> 179 </ClCompile> 180 <ResourceCompile> 181 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 182 <Culture>0x0409</Culture> 183 </ResourceCompile> 184 <Link> 185 <OutputFile>.\x64\Release/icuswap.exe</OutputFile> 186 <SuppressStartupBanner>true</SuppressStartupBanner> 187 <ProgramDatabaseFile>.\x64\Release/icuswap.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 <TypeLibraryName>.\x64\Debug/icuswap.tlb</TypeLibraryName> 201 </Midl> 202 <ClCompile> 203 <Optimization>Disabled</Optimization> 204 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 205 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 206 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 207 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 208 <BufferSecurityCheck>true</BufferSecurityCheck> 209 <DisableLanguageExtensions>true</DisableLanguageExtensions> 210 <PrecompiledHeaderOutputFile>.\x64\Debug/icuswap.pch</PrecompiledHeaderOutputFile> 211 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> 212 <ObjectFileName>.\x64\Debug/</ObjectFileName> 213 <ProgramDataBaseFileName>.\x64\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 <Culture>0x0409</Culture> 223 </ResourceCompile> 224 <Link> 225 <OutputFile>.\x64\Debug/icuswap.exe</OutputFile> 226 <SuppressStartupBanner>true</SuppressStartupBanner> 227 <GenerateDebugInformation>true</GenerateDebugInformation> 228 <ProgramDatabaseFile>.\x64\Debug/icuswap.pdb</ProgramDatabaseFile> 229 <SubSystem>Console</SubSystem> 230 <TargetMachine>MachineX64</TargetMachine> 231 </Link> 232 </ItemDefinitionGroup> 233 <ItemGroup> 234 <ClCompile Include="icuswap.cpp" /> 235 </ItemGroup> 236 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 237 <ImportGroup Label="ExtensionTargets"> 238 </ImportGroup> 239</Project> 240