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 <PropertyGroup Label="UserMacros" /> 50 <PropertyGroup> 51 <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> 52 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir> 53 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> 54 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 55 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir> 56 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> 57 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 58 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> 59 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> 60 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 61 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> 62 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> 63 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 64 </PropertyGroup> 65 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 66 <CustomBuildStep> 67 <Command>copy "$(TargetPath)" ..\..\..\bin 68</Command> 69 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> 70 </CustomBuildStep> 71 <Midl> 72 <TypeLibraryName>.\x86\Release/icuswap.tlb</TypeLibraryName> 73 </Midl> 74 <ClCompile> 75 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 76 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 77 <StringPooling>true</StringPooling> 78 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 79 <FunctionLevelLinking>true</FunctionLevelLinking> 80 <DisableLanguageExtensions>true</DisableLanguageExtensions> 81 <PrecompiledHeaderOutputFile>.\x86\Release/icuswap.pch</PrecompiledHeaderOutputFile> 82 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> 83 <ObjectFileName>.\x86\Release/</ObjectFileName> 84 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> 85 <WarningLevel>Level4</WarningLevel> 86 <SuppressStartupBanner>true</SuppressStartupBanner> 87 <CompileAs>Default</CompileAs> 88 </ClCompile> 89 <ResourceCompile> 90 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 91 <Culture>0x0409</Culture> 92 </ResourceCompile> 93 <Link> 94 <OutputFile>.\x86\Release/icuswap.exe</OutputFile> 95 <SuppressStartupBanner>true</SuppressStartupBanner> 96 <ProgramDatabaseFile>.\x86\Release/icuswap.pdb</ProgramDatabaseFile> 97 <SubSystem>Console</SubSystem> 98 </Link> 99 </ItemDefinitionGroup> 100 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 101 <CustomBuildStep> 102 <Command>copy "$(TargetPath)" ..\..\..\bin 103</Command> 104 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> 105 </CustomBuildStep> 106 <Midl> 107 <TypeLibraryName>.\x86\Debug/icuswap.tlb</TypeLibraryName> 108 </Midl> 109 <ClCompile> 110 <Optimization>Disabled</Optimization> 111 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 112 <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 113 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 114 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 115 <BufferSecurityCheck>true</BufferSecurityCheck> 116 <DisableLanguageExtensions>true</DisableLanguageExtensions> 117 <PrecompiledHeaderOutputFile>.\x86\Debug/icuswap.pch</PrecompiledHeaderOutputFile> 118 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> 119 <ObjectFileName>.\x86\Debug/</ObjectFileName> 120 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> 121 <BrowseInformation>true</BrowseInformation> 122 <WarningLevel>Level4</WarningLevel> 123 <SuppressStartupBanner>true</SuppressStartupBanner> 124 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 125 <CompileAs>Default</CompileAs> 126 </ClCompile> 127 <ResourceCompile> 128 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 129 <Culture>0x0409</Culture> 130 </ResourceCompile> 131 <Link> 132 <OutputFile>.\x86\Debug/icuswap.exe</OutputFile> 133 <SuppressStartupBanner>true</SuppressStartupBanner> 134 <GenerateDebugInformation>true</GenerateDebugInformation> 135 <ProgramDatabaseFile>.\x86\Debug/icuswap.pdb</ProgramDatabaseFile> 136 <SubSystem>Console</SubSystem> 137 </Link> 138 </ItemDefinitionGroup> 139 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 140 <CustomBuildStep> 141 <Command>copy "$(TargetPath)" ..\..\..\bin64 142</Command> 143 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs> 144 </CustomBuildStep> 145 <Midl> 146 <TargetEnvironment>X64</TargetEnvironment> 147 <TypeLibraryName>.\x64\Release/icuswap.tlb</TypeLibraryName> 148 </Midl> 149 <ClCompile> 150 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 151 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 152 <StringPooling>true</StringPooling> 153 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 154 <FunctionLevelLinking>true</FunctionLevelLinking> 155 <DisableLanguageExtensions>true</DisableLanguageExtensions> 156 <PrecompiledHeaderOutputFile>.\x64\Release/icuswap.pch</PrecompiledHeaderOutputFile> 157 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> 158 <ObjectFileName>.\x64\Release/</ObjectFileName> 159 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> 160 <WarningLevel>Level4</WarningLevel> 161 <SuppressStartupBanner>true</SuppressStartupBanner> 162 <CompileAs>Default</CompileAs> 163 </ClCompile> 164 <ResourceCompile> 165 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 166 <Culture>0x0409</Culture> 167 </ResourceCompile> 168 <Link> 169 <OutputFile>.\x64\Release/icuswap.exe</OutputFile> 170 <SuppressStartupBanner>true</SuppressStartupBanner> 171 <ProgramDatabaseFile>.\x64\Release/icuswap.pdb</ProgramDatabaseFile> 172 <SubSystem>Console</SubSystem> 173 <TargetMachine>MachineX64</TargetMachine> 174 </Link> 175 </ItemDefinitionGroup> 176 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 177 <CustomBuildStep> 178 <Command>copy "$(TargetPath)" ..\..\..\bin64 179</Command> 180 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs> 181 </CustomBuildStep> 182 <Midl> 183 <TargetEnvironment>X64</TargetEnvironment> 184 <TypeLibraryName>.\x64\Debug/icuswap.tlb</TypeLibraryName> 185 </Midl> 186 <ClCompile> 187 <Optimization>Disabled</Optimization> 188 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 189 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 190 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 191 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 192 <BufferSecurityCheck>true</BufferSecurityCheck> 193 <DisableLanguageExtensions>true</DisableLanguageExtensions> 194 <PrecompiledHeaderOutputFile>.\x64\Debug/icuswap.pch</PrecompiledHeaderOutputFile> 195 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> 196 <ObjectFileName>.\x64\Debug/</ObjectFileName> 197 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> 198 <BrowseInformation>true</BrowseInformation> 199 <WarningLevel>Level4</WarningLevel> 200 <SuppressStartupBanner>true</SuppressStartupBanner> 201 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 202 <CompileAs>Default</CompileAs> 203 </ClCompile> 204 <ResourceCompile> 205 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 206 <Culture>0x0409</Culture> 207 </ResourceCompile> 208 <Link> 209 <OutputFile>.\x64\Debug/icuswap.exe</OutputFile> 210 <SuppressStartupBanner>true</SuppressStartupBanner> 211 <GenerateDebugInformation>true</GenerateDebugInformation> 212 <ProgramDatabaseFile>.\x64\Debug/icuswap.pdb</ProgramDatabaseFile> 213 <SubSystem>Console</SubSystem> 214 <TargetMachine>MachineX64</TargetMachine> 215 </Link> 216 </ItemDefinitionGroup> 217 <ItemGroup> 218 <ClCompile Include="icuswap.cpp" /> 219 </ItemGroup> 220 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 221 <ImportGroup Label="ExtensionTargets"> 222 </ImportGroup> 223</Project> 224