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