home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / TeamSpeak / TeamSpeak3-Client-win32-3.0.0.exe / pluginsdk / src / test_plugin.vcproj < prev   
Extensible Markup Language  |  2011-08-08  |  4KB  |  197 lines

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="9,00"
  5.     Name="test_plugin"
  6.     ProjectGUID="{5EB079AF-C975-40EA-A34F-F631CD6069F2}"
  7.     RootNamespace="test_plugin"
  8.     Keyword="Win32Proj"
  9.     TargetFrameworkVersion="131072"
  10.     >
  11.     <Platforms>
  12.         <Platform
  13.             Name="Win32"
  14.         />
  15.     </Platforms>
  16.     <ToolFiles>
  17.     </ToolFiles>
  18.     <Configurations>
  19.         <Configuration
  20.             Name="Debug|Win32"
  21.             OutputDirectory="..\bin\plugins"
  22.             IntermediateDirectory="$(ConfigurationName)"
  23.             ConfigurationType="2"
  24.             CharacterSet="1"
  25.             >
  26.             <Tool
  27.                 Name="VCPreBuildEventTool"
  28.             />
  29.             <Tool
  30.                 Name="VCCustomBuildTool"
  31.             />
  32.             <Tool
  33.                 Name="VCXMLDataGeneratorTool"
  34.             />
  35.             <Tool
  36.                 Name="VCWebServiceProxyGeneratorTool"
  37.             />
  38.             <Tool
  39.                 Name="VCMIDLTool"
  40.             />
  41.             <Tool
  42.                 Name="VCCLCompilerTool"
  43.                 Optimization="0"
  44.                 AdditionalIncludeDirectories="../include"
  45.                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;TEST_PLUGIN_EXPORTS;WINDOWS"
  46.                 MinimalRebuild="true"
  47.                 BasicRuntimeChecks="3"
  48.                 RuntimeLibrary="3"
  49.                 UsePrecompiledHeader="0"
  50.                 WarningLevel="3"
  51.                 Detect64BitPortabilityProblems="true"
  52.                 DebugInformationFormat="4"
  53.             />
  54.             <Tool
  55.                 Name="VCManagedResourceCompilerTool"
  56.             />
  57.             <Tool
  58.                 Name="VCResourceCompilerTool"
  59.             />
  60.             <Tool
  61.                 Name="VCPreLinkEventTool"
  62.             />
  63.             <Tool
  64.                 Name="VCLinkerTool"
  65.                 LinkIncremental="2"
  66.                 GenerateDebugInformation="true"
  67.                 SubSystem="2"
  68.                 RandomizedBaseAddress="1"
  69.                 DataExecutionPrevention="0"
  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="Release|Win32"
  96.             OutputDirectory="..\bin\plugins"
  97.             IntermediateDirectory="$(ConfigurationName)"
  98.             ConfigurationType="2"
  99.             CharacterSet="1"
  100.             WholeProgramOptimization="1"
  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.             />
  117.             <Tool
  118.                 Name="VCCLCompilerTool"
  119.                 AdditionalIncludeDirectories="../include"
  120.                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;TEST_PLUGIN_EXPORTS;WINDOWS"
  121.                 RuntimeLibrary="2"
  122.                 UsePrecompiledHeader="0"
  123.                 WarningLevel="3"
  124.                 Detect64BitPortabilityProblems="true"
  125.                 DebugInformationFormat="0"
  126.             />
  127.             <Tool
  128.                 Name="VCManagedResourceCompilerTool"
  129.             />
  130.             <Tool
  131.                 Name="VCResourceCompilerTool"
  132.             />
  133.             <Tool
  134.                 Name="VCPreLinkEventTool"
  135.             />
  136.             <Tool
  137.                 Name="VCLinkerTool"
  138.                 LinkIncremental="1"
  139.                 GenerateDebugInformation="false"
  140.                 SubSystem="2"
  141.                 OptimizeReferences="2"
  142.                 EnableCOMDATFolding="2"
  143.                 RandomizedBaseAddress="1"
  144.                 DataExecutionPrevention="0"
  145.                 TargetMachine="1"
  146.             />
  147.             <Tool
  148.                 Name="VCALinkTool"
  149.             />
  150.             <Tool
  151.                 Name="VCManifestTool"
  152.             />
  153.             <Tool
  154.                 Name="VCXDCMakeTool"
  155.             />
  156.             <Tool
  157.                 Name="VCBscMakeTool"
  158.             />
  159.             <Tool
  160.                 Name="VCFxCopTool"
  161.             />
  162.             <Tool
  163.                 Name="VCAppVerifierTool"
  164.             />
  165.             <Tool
  166.                 Name="VCPostBuildEventTool"
  167.             />
  168.         </Configuration>
  169.     </Configurations>
  170.     <References>
  171.     </References>
  172.     <Files>
  173.         <Filter
  174.             Name="Source Files"
  175.             Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  176.             UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  177.             >
  178.             <File
  179.                 RelativePath=".\plugin.c"
  180.                 >
  181.             </File>
  182.         </Filter>
  183.         <Filter
  184.             Name="Header Files"
  185.             Filter="h;hpp;hxx;hm;inl;inc;xsd"
  186.             UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  187.             >
  188.             <File
  189.                 RelativePath=".\plugin.h"
  190.                 >
  191.             </File>
  192.         </Filter>
  193.     </Files>
  194.     <Globals>
  195.     </Globals>
  196. </VisualStudioProject>
  197.