home *** CD-ROM | disk | FTP | other *** search
/ Game Programming in C++ - Start to Finish / GameProgrammingS.iso / developer_install / ReplicaNetFreewareV5_4.exe / data1.cab / Program_Executable_Files / Example3 / Example3.vcproj < prev    next >
Encoding:
Extensible Markup Language  |  2005-10-30  |  4.7 KB  |  176 lines

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="7.10"
  5.     Name="Example3"
  6.     SccProjectName=""
  7.     SccLocalPath="">
  8.     <Platforms>
  9.         <Platform
  10.             Name="Win32"/>
  11.     </Platforms>
  12.     <Configurations>
  13.         <Configuration
  14.             Name="Debug|Win32"
  15.             OutputDirectory=".\Debug"
  16.             IntermediateDirectory=".\Debug"
  17.             ConfigurationType="1"
  18.             UseOfMFC="0"
  19.             ATLMinimizesCRunTimeLibraryUsage="FALSE"
  20.             CharacterSet="2">
  21.             <Tool
  22.                 Name="VCCLCompilerTool"
  23.                 Optimization="0"
  24.                 AdditionalIncludeDirectories="../ReplicaNetPublic/Includes"
  25.                 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  26.                 BasicRuntimeChecks="3"
  27.                 RuntimeLibrary="1"
  28.                 UsePrecompiledHeader="2"
  29.                 PrecompiledHeaderFile=".\Debug/Example3.pch"
  30.                 AssemblerListingLocation=".\Debug/"
  31.                 ObjectFile=".\Debug/"
  32.                 ProgramDataBaseFileName=".\Debug/"
  33.                 BrowseInformation="1"
  34.                 BrowseInformationFile=".\Debug/"
  35.                 WarningLevel="3"
  36.                 SuppressStartupBanner="TRUE"
  37.                 DebugInformationFormat="4"
  38.                 CompileAs="0"/>
  39.             <Tool
  40.                 Name="VCCustomBuildTool"/>
  41.             <Tool
  42.                 Name="VCLinkerTool"
  43.                 AdditionalDependencies="RNXPURLDM.lib odbc32.lib odbccp32.lib"
  44.                 OutputFile=".\Debug/Example3.exe"
  45.                 LinkIncremental="1"
  46.                 SuppressStartupBanner="TRUE"
  47.                 AdditionalLibraryDirectories="../ReplicaNetPublic/Libs/LibDotNet2003"
  48.                 IgnoreDefaultLibraryNames="libci"
  49.                 GenerateDebugInformation="TRUE"
  50.                 ProgramDatabaseFile=".\Debug/Example3.pdb"
  51.                 SubSystem="1"
  52.                 TargetMachine="1"/>
  53.             <Tool
  54.                 Name="VCMIDLTool"
  55.                 TypeLibraryName=".\Debug/Example3.tlb"
  56.                 HeaderFileName=""/>
  57.             <Tool
  58.                 Name="VCPostBuildEventTool"/>
  59.             <Tool
  60.                 Name="VCPreBuildEventTool"/>
  61.             <Tool
  62.                 Name="VCPreLinkEventTool"/>
  63.             <Tool
  64.                 Name="VCResourceCompilerTool"
  65.                 PreprocessorDefinitions="_DEBUG"
  66.                 Culture="2057"/>
  67.             <Tool
  68.                 Name="VCWebServiceProxyGeneratorTool"/>
  69.             <Tool
  70.                 Name="VCXMLDataGeneratorTool"/>
  71.             <Tool
  72.                 Name="VCWebDeploymentTool"/>
  73.             <Tool
  74.                 Name="VCManagedWrapperGeneratorTool"/>
  75.             <Tool
  76.                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  77.         </Configuration>
  78.         <Configuration
  79.             Name="Release|Win32"
  80.             OutputDirectory=".\Release"
  81.             IntermediateDirectory=".\Release"
  82.             ConfigurationType="1"
  83.             UseOfMFC="0"
  84.             ATLMinimizesCRunTimeLibraryUsage="FALSE"
  85.             CharacterSet="2">
  86.             <Tool
  87.                 Name="VCCLCompilerTool"
  88.                 Optimization="2"
  89.                 InlineFunctionExpansion="1"
  90.                 AdditionalIncludeDirectories="../ReplicaNetPublic/Includes"
  91.                 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  92.                 StringPooling="TRUE"
  93.                 RuntimeLibrary="0"
  94.                 EnableFunctionLevelLinking="TRUE"
  95.                 UsePrecompiledHeader="2"
  96.                 PrecompiledHeaderFile=".\Release/Example3.pch"
  97.                 AssemblerListingLocation=".\Release/"
  98.                 ObjectFile=".\Release/"
  99.                 ProgramDataBaseFileName=".\Release/"
  100.                 BrowseInformation="1"
  101.                 BrowseInformationFile=".\Release/"
  102.                 WarningLevel="3"
  103.                 SuppressStartupBanner="TRUE"
  104.                 CompileAs="0"/>
  105.             <Tool
  106.                 Name="VCCustomBuildTool"/>
  107.             <Tool
  108.                 Name="VCLinkerTool"
  109.                 AdditionalDependencies="RNXPURLRM.lib odbc32.lib odbccp32.lib"
  110.                 OutputFile=".\Release/Example3.exe"
  111.                 LinkIncremental="1"
  112.                 SuppressStartupBanner="TRUE"
  113.                 AdditionalLibraryDirectories="../ReplicaNetPublic/Libs/LibDotNet2003"
  114.                 IgnoreDefaultLibraryNames="libci"
  115.                 ProgramDatabaseFile=".\Release/Example3.pdb"
  116.                 SubSystem="1"
  117.                 TargetMachine="1"/>
  118.             <Tool
  119.                 Name="VCMIDLTool"
  120.                 TypeLibraryName=".\Release/Example3.tlb"
  121.                 HeaderFileName=""/>
  122.             <Tool
  123.                 Name="VCPostBuildEventTool"/>
  124.             <Tool
  125.                 Name="VCPreBuildEventTool"/>
  126.             <Tool
  127.                 Name="VCPreLinkEventTool"/>
  128.             <Tool
  129.                 Name="VCResourceCompilerTool"
  130.                 PreprocessorDefinitions="NDEBUG"
  131.                 Culture="2057"/>
  132.             <Tool
  133.                 Name="VCWebServiceProxyGeneratorTool"/>
  134.             <Tool
  135.                 Name="VCXMLDataGeneratorTool"/>
  136.             <Tool
  137.                 Name="VCWebDeploymentTool"/>
  138.             <Tool
  139.                 Name="VCManagedWrapperGeneratorTool"/>
  140.             <Tool
  141.                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  142.         </Configuration>
  143.     </Configurations>
  144.     <References>
  145.     </References>
  146.     <Files>
  147.         <File
  148.             RelativePath="main.cpp">
  149.             <FileConfiguration
  150.                 Name="Debug|Win32">
  151.                 <Tool
  152.                     Name="VCCLCompilerTool"
  153.                     Optimization="0"
  154.                     AdditionalIncludeDirectories=""
  155.                     PreprocessorDefinitions=""
  156.                     BasicRuntimeChecks="3"
  157.                     BrowseInformation="1"/>
  158.             </FileConfiguration>
  159.             <FileConfiguration
  160.                 Name="Release|Win32">
  161.                 <Tool
  162.                     Name="VCCLCompilerTool"
  163.                     Optimization="2"
  164.                     AdditionalIncludeDirectories=""
  165.                     PreprocessorDefinitions=""
  166.                     BrowseInformation="1"/>
  167.             </FileConfiguration>
  168.         </File>
  169.         <File
  170.             RelativePath="ReadMe.txt">
  171.         </File>
  172.     </Files>
  173.     <Globals>
  174.     </Globals>
  175. </VisualStudioProject>
  176.