/mordor/examples/simpleclient.vcproj
MSBuild | 350 lines | 350 code | 0 blank | 0 comment | 0 complexity | ded7bf8d3f93428fb7d4f16326822fa2 MD5 | raw file
1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9.00" 5 Name="simpleclient" 6 ProjectGUID="{EAD0A645-D849-44FA-82B5-74A1055AE3AA}" 7 RootNamespace="simpleclient" 8 TargetFrameworkVersion="196613" 9 > 10 <Platforms> 11 <Platform 12 Name="Win32" 13 /> 14 <Platform 15 Name="x64" 16 /> 17 </Platforms> 18 <ToolFiles> 19 </ToolFiles> 20 <Configurations> 21 <Configuration 22 Name="Debug|Win32" 23 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 24 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 25 ConfigurationType="1" 26 CharacterSet="2" 27 BuildLogFile="$(IntDir)\$(TargetName)-BuildLog.htm" 28 > 29 <Tool 30 Name="VCPreBuildEventTool" 31 /> 32 <Tool 33 Name="VCCustomBuildTool" 34 /> 35 <Tool 36 Name="VCXMLDataGeneratorTool" 37 /> 38 <Tool 39 Name="VCWebServiceProxyGeneratorTool" 40 /> 41 <Tool 42 Name="VCMIDLTool" 43 /> 44 <Tool 45 Name="VCCLCompilerTool" 46 Optimization="0" 47 AdditionalIncludeDirectories="../.." 48 MinimalRebuild="true" 49 BasicRuntimeChecks="3" 50 RuntimeLibrary="3" 51 ObjectFile="$(IntDir)\$(InputName)-$(TargetName).obj" 52 ProgramDataBaseFileName="$(IntDir)\$(TargetName)-vc90.pdb" 53 WarningLevel="3" 54 WarnAsError="true" 55 DebugInformationFormat="4" 56 DisableSpecificWarnings="4345" 57 /> 58 <Tool 59 Name="VCManagedResourceCompilerTool" 60 /> 61 <Tool 62 Name="VCResourceCompilerTool" 63 /> 64 <Tool 65 Name="VCPreLinkEventTool" 66 /> 67 <Tool 68 Name="VCLinkerTool" 69 GenerateDebugInformation="true" 70 TargetMachine="1" 71 /> 72 <Tool 73 Name="VCALinkTool" 74 /> 75 <Tool 76 Name="VCManifestTool" 77 /> 78 <Tool 79 Name="VCXDCMakeTool" 80 /> 81 <Tool 82 Name="VCBscMakeTool" 83 /> 84 <Tool 85 Name="VCFxCopTool" 86 /> 87 <Tool 88 Name="VCAppVerifierTool" 89 /> 90 <Tool 91 Name="VCPostBuildEventTool" 92 /> 93 </Configuration> 94 <Configuration 95 Name="Debug|x64" 96 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 97 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 98 ConfigurationType="1" 99 CharacterSet="2" 100 BuildLogFile="$(IntDir)\$(TargetName)-BuildLog.htm" 101 > 102 <Tool 103 Name="VCPreBuildEventTool" 104 /> 105 <Tool 106 Name="VCCustomBuildTool" 107 /> 108 <Tool 109 Name="VCXMLDataGeneratorTool" 110 /> 111 <Tool 112 Name="VCWebServiceProxyGeneratorTool" 113 /> 114 <Tool 115 Name="VCMIDLTool" 116 TargetEnvironment="3" 117 /> 118 <Tool 119 Name="VCCLCompilerTool" 120 Optimization="0" 121 AdditionalIncludeDirectories="../.." 122 MinimalRebuild="true" 123 BasicRuntimeChecks="3" 124 RuntimeLibrary="3" 125 ObjectFile="$(IntDir)\$(InputName)-$(TargetName).obj" 126 ProgramDataBaseFileName="$(IntDir)\$(TargetName)-vc90.pdb" 127 WarningLevel="3" 128 WarnAsError="true" 129 DebugInformationFormat="3" 130 DisableSpecificWarnings="4345" 131 /> 132 <Tool 133 Name="VCManagedResourceCompilerTool" 134 /> 135 <Tool 136 Name="VCResourceCompilerTool" 137 /> 138 <Tool 139 Name="VCPreLinkEventTool" 140 /> 141 <Tool 142 Name="VCLinkerTool" 143 GenerateDebugInformation="true" 144 TargetMachine="17" 145 /> 146 <Tool 147 Name="VCALinkTool" 148 /> 149 <Tool 150 Name="VCManifestTool" 151 /> 152 <Tool 153 Name="VCXDCMakeTool" 154 /> 155 <Tool 156 Name="VCBscMakeTool" 157 /> 158 <Tool 159 Name="VCFxCopTool" 160 /> 161 <Tool 162 Name="VCAppVerifierTool" 163 /> 164 <Tool 165 Name="VCPostBuildEventTool" 166 /> 167 </Configuration> 168 <Configuration 169 Name="Release|Win32" 170 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 171 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 172 ConfigurationType="1" 173 CharacterSet="2" 174 WholeProgramOptimization="1" 175 BuildLogFile="$(IntDir)\$(TargetName)-BuildLog.htm" 176 > 177 <Tool 178 Name="VCPreBuildEventTool" 179 /> 180 <Tool 181 Name="VCCustomBuildTool" 182 /> 183 <Tool 184 Name="VCXMLDataGeneratorTool" 185 /> 186 <Tool 187 Name="VCWebServiceProxyGeneratorTool" 188 /> 189 <Tool 190 Name="VCMIDLTool" 191 /> 192 <Tool 193 Name="VCCLCompilerTool" 194 Optimization="2" 195 EnableIntrinsicFunctions="true" 196 AdditionalIncludeDirectories="../.." 197 RuntimeLibrary="2" 198 EnableFunctionLevelLinking="true" 199 ObjectFile="$(IntDir)\$(InputName)-$(TargetName).obj" 200 ProgramDataBaseFileName="$(IntDir)\$(TargetName)-vc90.pdb" 201 WarningLevel="3" 202 WarnAsError="true" 203 DebugInformationFormat="3" 204 DisableSpecificWarnings="4345" 205 /> 206 <Tool 207 Name="VCManagedResourceCompilerTool" 208 /> 209 <Tool 210 Name="VCResourceCompilerTool" 211 /> 212 <Tool 213 Name="VCPreLinkEventTool" 214 /> 215 <Tool 216 Name="VCLinkerTool" 217 GenerateDebugInformation="true" 218 OptimizeReferences="2" 219 EnableCOMDATFolding="2" 220 TargetMachine="1" 221 /> 222 <Tool 223 Name="VCALinkTool" 224 /> 225 <Tool 226 Name="VCManifestTool" 227 /> 228 <Tool 229 Name="VCXDCMakeTool" 230 /> 231 <Tool 232 Name="VCBscMakeTool" 233 /> 234 <Tool 235 Name="VCFxCopTool" 236 /> 237 <Tool 238 Name="VCAppVerifierTool" 239 /> 240 <Tool 241 Name="VCPostBuildEventTool" 242 /> 243 </Configuration> 244 <Configuration 245 Name="Release|x64" 246 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 247 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 248 ConfigurationType="1" 249 CharacterSet="2" 250 WholeProgramOptimization="1" 251 BuildLogFile="$(IntDir)\$(TargetName)-BuildLog.htm" 252 > 253 <Tool 254 Name="VCPreBuildEventTool" 255 /> 256 <Tool 257 Name="VCCustomBuildTool" 258 /> 259 <Tool 260 Name="VCXMLDataGeneratorTool" 261 /> 262 <Tool 263 Name="VCWebServiceProxyGeneratorTool" 264 /> 265 <Tool 266 Name="VCMIDLTool" 267 TargetEnvironment="3" 268 /> 269 <Tool 270 Name="VCCLCompilerTool" 271 Optimization="2" 272 EnableIntrinsicFunctions="true" 273 AdditionalIncludeDirectories="../.." 274 RuntimeLibrary="2" 275 EnableFunctionLevelLinking="true" 276 ObjectFile="$(IntDir)\$(InputName)-$(TargetName).obj" 277 ProgramDataBaseFileName="$(IntDir)\$(TargetName)-vc90.pdb" 278 WarningLevel="3" 279 WarnAsError="true" 280 DebugInformationFormat="3" 281 DisableSpecificWarnings="4345" 282 /> 283 <Tool 284 Name="VCManagedResourceCompilerTool" 285 /> 286 <Tool 287 Name="VCResourceCompilerTool" 288 /> 289 <Tool 290 Name="VCPreLinkEventTool" 291 /> 292 <Tool 293 Name="VCLinkerTool" 294 GenerateDebugInformation="true" 295 OptimizeReferences="2" 296 EnableCOMDATFolding="2" 297 TargetMachine="17" 298 /> 299 <Tool 300 Name="VCALinkTool" 301 /> 302 <Tool 303 Name="VCManifestTool" 304 /> 305 <Tool 306 Name="VCXDCMakeTool" 307 /> 308 <Tool 309 Name="VCBscMakeTool" 310 /> 311 <Tool 312 Name="VCFxCopTool" 313 /> 314 <Tool 315 Name="VCAppVerifierTool" 316 /> 317 <Tool 318 Name="VCPostBuildEventTool" 319 /> 320 </Configuration> 321 </Configurations> 322 <References> 323 </References> 324 <Files> 325 <Filter 326 Name="Source Files" 327 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 328 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 329 > 330 <File 331 RelativePath=".\simpleclient.cpp" 332 > 333 </File> 334 </Filter> 335 <Filter 336 Name="Header Files" 337 Filter="h;hpp;hxx;hm;inl;inc;xsd" 338 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 339 > 340 </Filter> 341 <Filter 342 Name="Resource Files" 343 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" 344 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 345 > 346 </Filter> 347 </Files> 348 <Globals> 349 </Globals> 350</VisualStudioProject>