Advertisement
Guest User

Modified iTapi.vcproj

a guest
Sep 18th, 2012
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 9.85 KB | None | 0 0
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="9,00"
  5.     Name="ITapi3"
  6.     ProjectGUID="{62C38677-D9E1-4C45-8C3E-12740D5D3F15}"
  7.     RootNamespace="ITapi3"
  8.     SccProjectName="SAK"
  9.     SccAuxPath="SAK"
  10.     SccLocalPath="SAK"
  11.     SccProvider="SAK"
  12.     Keyword="ManagedCProj"
  13.     TargetFrameworkVersion="131072"
  14.     >
  15.     <Platforms>
  16.         <Platform
  17.             Name="Win32"
  18.         />
  19.         <Platform
  20.             Name="x64"
  21.         />
  22.     </Platforms>
  23.     <ToolFiles>
  24.     </ToolFiles>
  25.     <Configurations>
  26.         <Configuration
  27.             Name="Debug|Win32"
  28.             OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  29.             IntermediateDirectory="$(ConfigurationName)"
  30.             ConfigurationType="2"
  31.             UseOfATL="0"
  32.             ATLMinimizesCRunTimeLibraryUsage="false"
  33.             CharacterSet="1"
  34.             ManagedExtensions="1"
  35.             >
  36.             <Tool
  37.                 Name="VCPreBuildEventTool"
  38.             />
  39.             <Tool
  40.                 Name="VCCustomBuildTool"
  41.             />
  42.             <Tool
  43.                 Name="VCXMLDataGeneratorTool"
  44.             />
  45.             <Tool
  46.                 Name="VCWebServiceProxyGeneratorTool"
  47.             />
  48.             <Tool
  49.                 Name="VCMIDLTool"
  50.             />
  51.             <Tool
  52.                 Name="VCCLCompilerTool"
  53.                 Optimization="0"
  54.                 PreprocessorDefinitions="_ATL_MIXED;WIN32;DEBUG;TRACE"
  55.                 RuntimeLibrary="3"
  56.                 UsePrecompiledHeader="0"
  57.                 GenerateXMLDocumentationFiles="true"
  58.                 XMLDocumentationFileName="$(OutDir)itapi3.xml"
  59.                 WarningLevel="4"
  60.                 DebugInformationFormat="3"
  61.             />
  62.             <Tool
  63.                 Name="VCManagedResourceCompilerTool"
  64.             />
  65.             <Tool
  66.                 Name="VCResourceCompilerTool"
  67.             />
  68.             <Tool
  69.                 Name="VCPreLinkEventTool"
  70.             />
  71.             <Tool
  72.                 Name="VCLinkerTool"
  73.                 AdditionalDependencies="ole32.lib oleaut32.lib $(NOINHERIT)"
  74.                 LinkIncremental="2"
  75.                 EmbedManagedResourceFile=""
  76.                 GenerateDebugInformation="true"
  77.                 AssemblyDebug="1"
  78.                 RandomizedBaseAddress="1"
  79.                 DataExecutionPrevention="0"
  80.                 TargetMachine="1"
  81.                 KeyFile="$(ProjectDir)itapi.snk"
  82.             />
  83.             <Tool
  84.                 Name="VCALinkTool"
  85.             />
  86.             <Tool
  87.                 Name="VCManifestTool"
  88.             />
  89.             <Tool
  90.                 Name="VCXDCMakeTool"
  91.                 ValidateIntelliSense="false"
  92.             />
  93.             <Tool
  94.                 Name="VCBscMakeTool"
  95.             />
  96.             <Tool
  97.                 Name="VCFxCopTool"
  98.             />
  99.             <Tool
  100.                 Name="VCAppVerifierTool"
  101.             />
  102.             <Tool
  103.                 Name="VCPostBuildEventTool"
  104.             />
  105.         </Configuration>
  106.         <Configuration
  107.             Name="Release|Win32"
  108.             OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  109.             IntermediateDirectory="$(ConfigurationName)"
  110.             ConfigurationType="2"
  111.             UseOfATL="1"
  112.             CharacterSet="1"
  113.             ManagedExtensions="1"
  114.             WholeProgramOptimization="1"
  115.             >
  116.             <Tool
  117.                 Name="VCPreBuildEventTool"
  118.             />
  119.             <Tool
  120.                 Name="VCCustomBuildTool"
  121.             />
  122.             <Tool
  123.                 Name="VCXMLDataGeneratorTool"
  124.             />
  125.             <Tool
  126.                 Name="VCWebServiceProxyGeneratorTool"
  127.             />
  128.             <Tool
  129.                 Name="VCMIDLTool"
  130.             />
  131.             <Tool
  132.                 Name="VCCLCompilerTool"
  133.                 PreprocessorDefinitions="_ATL_MIXED;WIN32;TRACE"
  134.                 RuntimeLibrary="2"
  135.                 UsePrecompiledHeader="0"
  136.                 GenerateXMLDocumentationFiles="true"
  137.                 XMLDocumentationFileName="$(OutDir)\itapi3.xdc"
  138.                 WarningLevel="3"
  139.                 DebugInformationFormat="3"
  140.             />
  141.             <Tool
  142.                 Name="VCManagedResourceCompilerTool"
  143.             />
  144.             <Tool
  145.                 Name="VCResourceCompilerTool"
  146.             />
  147.             <Tool
  148.                 Name="VCPreLinkEventTool"
  149.             />
  150.             <Tool
  151.                 Name="VCLinkerTool"
  152.                 AdditionalDependencies="ole32.lib oleaut32.lib $(NOINHERIT)"
  153.                 LinkIncremental="1"
  154.                 GenerateDebugInformation="true"
  155.                 RandomizedBaseAddress="1"
  156.                 DataExecutionPrevention="0"
  157.                 TargetMachine="1"
  158.                 KeyFile="$(ProjectDir)itapi.snk"
  159.             />
  160.             <Tool
  161.                 Name="VCALinkTool"
  162.             />
  163.             <Tool
  164.                 Name="VCManifestTool"
  165.             />
  166.             <Tool
  167.                 Name="VCXDCMakeTool"
  168.             />
  169.             <Tool
  170.                 Name="VCBscMakeTool"
  171.             />
  172.             <Tool
  173.                 Name="VCFxCopTool"
  174.             />
  175.             <Tool
  176.                 Name="VCAppVerifierTool"
  177.             />
  178.             <Tool
  179.                 Name="VCPostBuildEventTool"
  180.             />
  181.         </Configuration>
  182.         <Configuration
  183.             Name="Debug|x64"
  184.             OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  185.             IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  186.             ConfigurationType="2"
  187.             UseOfATL="0"
  188.             ATLMinimizesCRunTimeLibraryUsage="false"
  189.             CharacterSet="1"
  190.             ManagedExtensions="1"
  191.             >
  192.             <Tool
  193.                 Name="VCPreBuildEventTool"
  194.             />
  195.             <Tool
  196.                 Name="VCCustomBuildTool"
  197.             />
  198.             <Tool
  199.                 Name="VCXMLDataGeneratorTool"
  200.             />
  201.             <Tool
  202.                 Name="VCWebServiceProxyGeneratorTool"
  203.             />
  204.             <Tool
  205.                 Name="VCMIDLTool"
  206.                 TargetEnvironment="3"
  207.             />
  208.             <Tool
  209.                 Name="VCCLCompilerTool"
  210.                 Optimization="0"
  211.                 PreprocessorDefinitions="_ATL_MIXED;WIN32;DEBUG;TRACE"
  212.                 RuntimeLibrary="3"
  213.                 UsePrecompiledHeader="0"
  214.                 GenerateXMLDocumentationFiles="true"
  215.                 XMLDocumentationFileName="$(OutDir)itapi3.xml"
  216.                 WarningLevel="4"
  217.                 DebugInformationFormat="3"
  218.             />
  219.             <Tool
  220.                 Name="VCManagedResourceCompilerTool"
  221.             />
  222.             <Tool
  223.                 Name="VCResourceCompilerTool"
  224.             />
  225.             <Tool
  226.                 Name="VCPreLinkEventTool"
  227.             />
  228.             <Tool
  229.                 Name="VCLinkerTool"
  230.                 AdditionalDependencies="ole32.lib oleaut32.lib $(NOINHERIT)"
  231.                 LinkIncremental="2"
  232.                 EmbedManagedResourceFile=""
  233.                 GenerateDebugInformation="true"
  234.                 AssemblyDebug="1"
  235.                 RandomizedBaseAddress="1"
  236.                 DataExecutionPrevention="0"
  237.                 TargetMachine="17"
  238.                 KeyFile="$(ProjectDir)itapi.snk"
  239.             />
  240.             <Tool
  241.                 Name="VCALinkTool"
  242.             />
  243.             <Tool
  244.                 Name="VCManifestTool"
  245.             />
  246.             <Tool
  247.                 Name="VCXDCMakeTool"
  248.                 ValidateIntelliSense="false"
  249.             />
  250.             <Tool
  251.                 Name="VCBscMakeTool"
  252.             />
  253.             <Tool
  254.                 Name="VCFxCopTool"
  255.             />
  256.             <Tool
  257.                 Name="VCAppVerifierTool"
  258.             />
  259.             <Tool
  260.                 Name="VCPostBuildEventTool"
  261.             />
  262.         </Configuration>
  263.         <Configuration
  264.             Name="Release|x64"
  265.             OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  266.             IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  267.             ConfigurationType="2"
  268.             UseOfATL="1"
  269.             CharacterSet="1"
  270.             ManagedExtensions="1"
  271.             WholeProgramOptimization="1"
  272.             >
  273.             <Tool
  274.                 Name="VCPreBuildEventTool"
  275.             />
  276.             <Tool
  277.                 Name="VCCustomBuildTool"
  278.             />
  279.             <Tool
  280.                 Name="VCXMLDataGeneratorTool"
  281.             />
  282.             <Tool
  283.                 Name="VCWebServiceProxyGeneratorTool"
  284.             />
  285.             <Tool
  286.                 Name="VCMIDLTool"
  287.                 TargetEnvironment="3"
  288.             />
  289.             <Tool
  290.                 Name="VCCLCompilerTool"
  291.                 PreprocessorDefinitions="_ATL_MIXED;WIN32;TRACE"
  292.                 RuntimeLibrary="2"
  293.                 UsePrecompiledHeader="0"
  294.                 GenerateXMLDocumentationFiles="true"
  295.                 XMLDocumentationFileName="$(OutDir)\itapi3.xdc"
  296.                 WarningLevel="3"
  297.                 DebugInformationFormat="3"
  298.             />
  299.             <Tool
  300.                 Name="VCManagedResourceCompilerTool"
  301.             />
  302.             <Tool
  303.                 Name="VCResourceCompilerTool"
  304.             />
  305.             <Tool
  306.                 Name="VCPreLinkEventTool"
  307.             />
  308.             <Tool
  309.                 Name="VCLinkerTool"
  310.                 AdditionalDependencies="ole32.lib oleaut32.lib $(NOINHERIT)"
  311.                 LinkIncremental="1"
  312.                 GenerateDebugInformation="true"
  313.                 RandomizedBaseAddress="1"
  314.                 DataExecutionPrevention="0"
  315.                 TargetMachine="17"
  316.                 KeyFile="$(ProjectDir)itapi.snk"
  317.             />
  318.             <Tool
  319.                 Name="VCALinkTool"
  320.             />
  321.             <Tool
  322.                 Name="VCManifestTool"
  323.             />
  324.             <Tool
  325.                 Name="VCXDCMakeTool"
  326.             />
  327.             <Tool
  328.                 Name="VCBscMakeTool"
  329.             />
  330.             <Tool
  331.                 Name="VCFxCopTool"
  332.             />
  333.             <Tool
  334.                 Name="VCAppVerifierTool"
  335.             />
  336.             <Tool
  337.                 Name="VCPostBuildEventTool"
  338.             />
  339.         </Configuration>
  340.     </Configurations>
  341.     <References>
  342.         <AssemblyReference
  343.             RelativePath="System.dll"
  344.             AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
  345.             MinFrameworkVersion="131072"
  346.         />
  347.         <AssemblyReference
  348.             RelativePath="System.Data.dll"
  349.             AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
  350.             MinFrameworkVersion="131072"
  351.         />
  352.         <AssemblyReference
  353.             RelativePath="System.XML.dll"
  354.             AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
  355.             MinFrameworkVersion="131072"
  356.         />
  357.         <AssemblyReference
  358.             RelativePath="System.Drawing.dll"
  359.             AssemblyName="System.Drawing, Version=2.0.0.0, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
  360.             MinFrameworkVersion="131072"
  361.         />
  362.     </References>
  363.     <Files>
  364.         <Filter
  365.             Name="Source Files"
  366.             Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  367.             UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  368.             >
  369.             <File
  370.                 RelativePath=".\ITapi3.cpp"
  371.                 >
  372.                 <FileConfiguration
  373.                     Name="Debug|Win32"
  374.                     >
  375.                     <Tool
  376.                         Name="VCCLCompilerTool"
  377.                         GenerateXMLDocumentationFiles="true"
  378.                     />
  379.                 </FileConfiguration>
  380.                 <FileConfiguration
  381.                     Name="Debug|x64"
  382.                     >
  383.                     <Tool
  384.                         Name="VCCLCompilerTool"
  385.                         GenerateXMLDocumentationFiles="true"
  386.                     />
  387.                 </FileConfiguration>
  388.             </File>
  389.         </Filter>
  390.         <Filter
  391.             Name="Header Files"
  392.             Filter="h;hpp;hxx;hm;inl;inc;xsd"
  393.             UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  394.             >
  395.             <File
  396.                 RelativePath=".\Events.h"
  397.                 >
  398.             </File>
  399.             <File
  400.                 RelativePath=".\NativeCode.h"
  401.                 >
  402.             </File>
  403.             <File
  404.                 RelativePath=".\resource.h"
  405.                 >
  406.             </File>
  407.             <File
  408.                 RelativePath=".\Stdafx.h"
  409.                 >
  410.             </File>
  411.             <File
  412.                 RelativePath=".\TAddress.h"
  413.                 >
  414.             </File>
  415.             <File
  416.                 RelativePath=".\TAddressTranslationInfo.h"
  417.                 >
  418.             </File>
  419.             <File
  420.                 RelativePath=".\TapiBase.h"
  421.                 >
  422.             </File>
  423.             <File
  424.                 RelativePath=".\TapiException.h"
  425.                 >
  426.             </File>
  427.             <File
  428.                 RelativePath=".\TCall.h"
  429.                 >
  430.             </File>
  431.             <File
  432.                 RelativePath=".\TCallHub.h"
  433.                 >
  434.             </File>
  435.             <File
  436.                 RelativePath=".\TFileTrack.h"
  437.                 >
  438.             </File>
  439.             <File
  440.                 RelativePath=".\TForwardInformation.h"
  441.                 >
  442.             </File>
  443.             <File
  444.                 RelativePath=".\TLineLocationOptions.h"
  445.                 >
  446.             </File>
  447.             <File
  448.                 RelativePath=".\TPhone.h"
  449.                 >
  450.             </File>
  451.             <File
  452.                 RelativePath=".\TStream.h"
  453.                 >
  454.             </File>
  455.             <File
  456.                 RelativePath=".\TTapi.h"
  457.                 >
  458.             </File>
  459.             <File
  460.                 RelativePath=".\TTerminal.h"
  461.                 >
  462.             </File>
  463.         </Filter>
  464.     </Files>
  465.     <Globals>
  466.     </Globals>
  467. </VisualStudioProject>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement