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="Windows-1252"?> |
michael@0 | 2 | <VisualStudioProject |
michael@0 | 3 | ProjectType="Visual C++" |
michael@0 | 4 | Version="9.00" |
michael@0 | 5 | Name="icuzdump" |
michael@0 | 6 | ProjectGUID="{655F4481-B461-4DF0-AF10-0D01114A26C1}" |
michael@0 | 7 | RootNamespace="icuzdump" |
michael@0 | 8 | Keyword="Win32Proj" |
michael@0 | 9 | TargetFrameworkVersion="131072" |
michael@0 | 10 | > |
michael@0 | 11 | <Platforms> |
michael@0 | 12 | <Platform |
michael@0 | 13 | Name="Win32" |
michael@0 | 14 | /> |
michael@0 | 15 | </Platforms> |
michael@0 | 16 | <ToolFiles> |
michael@0 | 17 | </ToolFiles> |
michael@0 | 18 | <Configurations> |
michael@0 | 19 | <Configuration |
michael@0 | 20 | Name="Debug|Win32" |
michael@0 | 21 | OutputDirectory=".\x86\Debug" |
michael@0 | 22 | IntermediateDirectory=".\x86\Debug" |
michael@0 | 23 | ConfigurationType="1" |
michael@0 | 24 | CharacterSet="1" |
michael@0 | 25 | > |
michael@0 | 26 | <Tool |
michael@0 | 27 | Name="VCPreBuildEventTool" |
michael@0 | 28 | /> |
michael@0 | 29 | <Tool |
michael@0 | 30 | Name="VCCustomBuildTool" |
michael@0 | 31 | CommandLine="copy "$(TargetPath)" ..\..\..\bin
" |
michael@0 | 32 | Outputs="..\..\..\bin\$(TargetFileName)" |
michael@0 | 33 | /> |
michael@0 | 34 | <Tool |
michael@0 | 35 | Name="VCXMLDataGeneratorTool" |
michael@0 | 36 | /> |
michael@0 | 37 | <Tool |
michael@0 | 38 | Name="VCWebServiceProxyGeneratorTool" |
michael@0 | 39 | /> |
michael@0 | 40 | <Tool |
michael@0 | 41 | Name="VCMIDLTool" |
michael@0 | 42 | /> |
michael@0 | 43 | <Tool |
michael@0 | 44 | Name="VCCLCompilerTool" |
michael@0 | 45 | Optimization="0" |
michael@0 | 46 | AdditionalIncludeDirectories="..\..\..\include;..\toolutil,..\..\common" |
michael@0 | 47 | PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE" |
michael@0 | 48 | MinimalRebuild="false" |
michael@0 | 49 | BasicRuntimeChecks="3" |
michael@0 | 50 | RuntimeLibrary="3" |
michael@0 | 51 | DisableLanguageExtensions="true" |
michael@0 | 52 | UsePrecompiledHeader="0" |
michael@0 | 53 | PrecompiledHeaderFile=".\x86\Debug/icuzdump.pch" |
michael@0 | 54 | AssemblerListingLocation=".\x86\Debug/" |
michael@0 | 55 | ObjectFile=".\x86\Debug/" |
michael@0 | 56 | ProgramDataBaseFileName=".\x86\Debug/" |
michael@0 | 57 | BrowseInformation="1" |
michael@0 | 58 | WarningLevel="3" |
michael@0 | 59 | Detect64BitPortabilityProblems="false" |
michael@0 | 60 | DebugInformationFormat="4" |
michael@0 | 61 | CompileAs="0" |
michael@0 | 62 | /> |
michael@0 | 63 | <Tool |
michael@0 | 64 | Name="VCManagedResourceCompilerTool" |
michael@0 | 65 | /> |
michael@0 | 66 | <Tool |
michael@0 | 67 | Name="VCResourceCompilerTool" |
michael@0 | 68 | /> |
michael@0 | 69 | <Tool |
michael@0 | 70 | Name="VCPreLinkEventTool" |
michael@0 | 71 | /> |
michael@0 | 72 | <Tool |
michael@0 | 73 | Name="VCLinkerTool" |
michael@0 | 74 | AdditionalDependencies="icuucd.lib icuind.lib icutud.lib icuiod.lib" |
michael@0 | 75 | OutputFile=".\x86\Debug/icuzdump.exe" |
michael@0 | 76 | LinkIncremental="2" |
michael@0 | 77 | AdditionalLibraryDirectories="..\..\..\lib" |
michael@0 | 78 | GenerateDebugInformation="true" |
michael@0 | 79 | ProgramDatabaseFile=".\x86\Debug/icuzdump.pdb" |
michael@0 | 80 | SubSystem="1" |
michael@0 | 81 | RandomizedBaseAddress="1" |
michael@0 | 82 | DataExecutionPrevention="0" |
michael@0 | 83 | TargetMachine="0" |
michael@0 | 84 | /> |
michael@0 | 85 | <Tool |
michael@0 | 86 | Name="VCALinkTool" |
michael@0 | 87 | /> |
michael@0 | 88 | <Tool |
michael@0 | 89 | Name="VCManifestTool" |
michael@0 | 90 | UseFAT32Workaround="true" |
michael@0 | 91 | /> |
michael@0 | 92 | <Tool |
michael@0 | 93 | Name="VCXDCMakeTool" |
michael@0 | 94 | /> |
michael@0 | 95 | <Tool |
michael@0 | 96 | Name="VCBscMakeTool" |
michael@0 | 97 | /> |
michael@0 | 98 | <Tool |
michael@0 | 99 | Name="VCFxCopTool" |
michael@0 | 100 | /> |
michael@0 | 101 | <Tool |
michael@0 | 102 | Name="VCAppVerifierTool" |
michael@0 | 103 | /> |
michael@0 | 104 | <Tool |
michael@0 | 105 | Name="VCPostBuildEventTool" |
michael@0 | 106 | /> |
michael@0 | 107 | </Configuration> |
michael@0 | 108 | <Configuration |
michael@0 | 109 | Name="Release|Win32" |
michael@0 | 110 | OutputDirectory="$(SolutionDir)$(ConfigurationName)" |
michael@0 | 111 | IntermediateDirectory="$(ConfigurationName)" |
michael@0 | 112 | ConfigurationType="1" |
michael@0 | 113 | CharacterSet="1" |
michael@0 | 114 | WholeProgramOptimization="1" |
michael@0 | 115 | > |
michael@0 | 116 | <Tool |
michael@0 | 117 | Name="VCPreBuildEventTool" |
michael@0 | 118 | /> |
michael@0 | 119 | <Tool |
michael@0 | 120 | Name="VCCustomBuildTool" |
michael@0 | 121 | /> |
michael@0 | 122 | <Tool |
michael@0 | 123 | Name="VCXMLDataGeneratorTool" |
michael@0 | 124 | /> |
michael@0 | 125 | <Tool |
michael@0 | 126 | Name="VCWebServiceProxyGeneratorTool" |
michael@0 | 127 | /> |
michael@0 | 128 | <Tool |
michael@0 | 129 | Name="VCMIDLTool" |
michael@0 | 130 | /> |
michael@0 | 131 | <Tool |
michael@0 | 132 | Name="VCCLCompilerTool" |
michael@0 | 133 | PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" |
michael@0 | 134 | RuntimeLibrary="2" |
michael@0 | 135 | UsePrecompiledHeader="0" |
michael@0 | 136 | WarningLevel="3" |
michael@0 | 137 | Detect64BitPortabilityProblems="true" |
michael@0 | 138 | DebugInformationFormat="3" |
michael@0 | 139 | /> |
michael@0 | 140 | <Tool |
michael@0 | 141 | Name="VCManagedResourceCompilerTool" |
michael@0 | 142 | /> |
michael@0 | 143 | <Tool |
michael@0 | 144 | Name="VCResourceCompilerTool" |
michael@0 | 145 | /> |
michael@0 | 146 | <Tool |
michael@0 | 147 | Name="VCPreLinkEventTool" |
michael@0 | 148 | /> |
michael@0 | 149 | <Tool |
michael@0 | 150 | Name="VCLinkerTool" |
michael@0 | 151 | LinkIncremental="1" |
michael@0 | 152 | GenerateDebugInformation="true" |
michael@0 | 153 | SubSystem="1" |
michael@0 | 154 | OptimizeReferences="2" |
michael@0 | 155 | EnableCOMDATFolding="2" |
michael@0 | 156 | RandomizedBaseAddress="1" |
michael@0 | 157 | DataExecutionPrevention="0" |
michael@0 | 158 | TargetMachine="1" |
michael@0 | 159 | /> |
michael@0 | 160 | <Tool |
michael@0 | 161 | Name="VCALinkTool" |
michael@0 | 162 | /> |
michael@0 | 163 | <Tool |
michael@0 | 164 | Name="VCManifestTool" |
michael@0 | 165 | /> |
michael@0 | 166 | <Tool |
michael@0 | 167 | Name="VCXDCMakeTool" |
michael@0 | 168 | /> |
michael@0 | 169 | <Tool |
michael@0 | 170 | Name="VCBscMakeTool" |
michael@0 | 171 | /> |
michael@0 | 172 | <Tool |
michael@0 | 173 | Name="VCFxCopTool" |
michael@0 | 174 | /> |
michael@0 | 175 | <Tool |
michael@0 | 176 | Name="VCAppVerifierTool" |
michael@0 | 177 | /> |
michael@0 | 178 | <Tool |
michael@0 | 179 | Name="VCPostBuildEventTool" |
michael@0 | 180 | /> |
michael@0 | 181 | </Configuration> |
michael@0 | 182 | </Configurations> |
michael@0 | 183 | <References> |
michael@0 | 184 | </References> |
michael@0 | 185 | <Files> |
michael@0 | 186 | <Filter |
michael@0 | 187 | Name="Source Files" |
michael@0 | 188 | Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" |
michael@0 | 189 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" |
michael@0 | 190 | > |
michael@0 | 191 | <File |
michael@0 | 192 | RelativePath=".\icuzdump.cpp" |
michael@0 | 193 | > |
michael@0 | 194 | </File> |
michael@0 | 195 | </Filter> |
michael@0 | 196 | <Filter |
michael@0 | 197 | Name="Header Files" |
michael@0 | 198 | Filter="h;hpp;hxx;hm;inl;inc;xsd" |
michael@0 | 199 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" |
michael@0 | 200 | > |
michael@0 | 201 | </Filter> |
michael@0 | 202 | <Filter |
michael@0 | 203 | Name="Resource Files" |
michael@0 | 204 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" |
michael@0 | 205 | UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" |
michael@0 | 206 | > |
michael@0 | 207 | </Filter> |
michael@0 | 208 | </Files> |
michael@0 | 209 | <Globals> |
michael@0 | 210 | </Globals> |
michael@0 | 211 | </VisualStudioProject> |