home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / TaskSwitchXP / TaskSwitchXP_1.0.26.exe / Source / ConfigTsXP / ConfigTsXP.vcproj < prev    next >
Extensible Markup Language  |  2004-06-15  |  4KB  |  152 lines

  1. <?xml version="1.0" encoding="windows-1251"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="7.10"
  5.     Name="ConfigTsXP"
  6.     ProjectGUID="{02A46CA4-C160-4E5E-BD56-EC4E0C5D2D17}"
  7.     Keyword="Win32Proj">
  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.             CharacterSet="1">
  19.             <Tool
  20.                 Name="VCCLCompilerTool"
  21.                 Optimization="0"
  22.                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  23.                 MinimalRebuild="TRUE"
  24.                 BasicRuntimeChecks="3"
  25.                 RuntimeLibrary="5"
  26.                 UsePrecompiledHeader="1"
  27.                 WarningLevel="4"
  28.                 Detect64BitPortabilityProblems="TRUE"
  29.                 DebugInformationFormat="4"/>
  30.             <Tool
  31.                 Name="VCCustomBuildTool"/>
  32.             <Tool
  33.                 Name="VCLinkerTool"
  34.                 OutputFile="$(OutDir)/ConfigTsXP.exe"
  35.                 LinkIncremental="2"
  36.                 GenerateDebugInformation="TRUE"
  37.                 ProgramDatabaseFile="$(OutDir)/ConfigTsXP.pdb"
  38.                 SubSystem="2"
  39.                 TargetMachine="1"/>
  40.             <Tool
  41.                 Name="VCMIDLTool"/>
  42.             <Tool
  43.                 Name="VCPostBuildEventTool"/>
  44.             <Tool
  45.                 Name="VCPreBuildEventTool"/>
  46.             <Tool
  47.                 Name="VCPreLinkEventTool"/>
  48.             <Tool
  49.                 Name="VCResourceCompilerTool"/>
  50.             <Tool
  51.                 Name="VCWebServiceProxyGeneratorTool"/>
  52.             <Tool
  53.                 Name="VCXMLDataGeneratorTool"/>
  54.             <Tool
  55.                 Name="VCWebDeploymentTool"/>
  56.             <Tool
  57.                 Name="VCManagedWrapperGeneratorTool"/>
  58.             <Tool
  59.                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  60.         </Configuration>
  61.         <Configuration
  62.             Name="Release|Win32"
  63.             OutputDirectory="Release"
  64.             IntermediateDirectory="Release"
  65.             ConfigurationType="1"
  66.             CharacterSet="1">
  67.             <Tool
  68.                 Name="VCCLCompilerTool"
  69.                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  70.                 RuntimeLibrary="4"
  71.                 UsePrecompiledHeader="1"
  72.                 WarningLevel="4"
  73.                 Detect64BitPortabilityProblems="TRUE"
  74.                 DebugInformationFormat="3"/>
  75.             <Tool
  76.                 Name="VCCustomBuildTool"/>
  77.             <Tool
  78.                 Name="VCLinkerTool"
  79.                 OutputFile="$(OutDir)/ConfigTsXP.exe"
  80.                 LinkIncremental="1"
  81.                 GenerateDebugInformation="TRUE"
  82.                 SubSystem="2"
  83.                 OptimizeReferences="2"
  84.                 EnableCOMDATFolding="2"
  85.                 OptimizeForWindows98="1"
  86.                 TargetMachine="1"/>
  87.             <Tool
  88.                 Name="VCMIDLTool"/>
  89.             <Tool
  90.                 Name="VCPostBuildEventTool"/>
  91.             <Tool
  92.                 Name="VCPreBuildEventTool"/>
  93.             <Tool
  94.                 Name="VCPreLinkEventTool"/>
  95.             <Tool
  96.                 Name="VCResourceCompilerTool"/>
  97.             <Tool
  98.                 Name="VCWebServiceProxyGeneratorTool"/>
  99.             <Tool
  100.                 Name="VCXMLDataGeneratorTool"/>
  101.             <Tool
  102.                 Name="VCWebDeploymentTool"/>
  103.             <Tool
  104.                 Name="VCManagedWrapperGeneratorTool"/>
  105.             <Tool
  106.                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  107.         </Configuration>
  108.     </Configurations>
  109.     <References>
  110.     </References>
  111.     <Files>
  112.         <Filter
  113.             Name="Source Files"
  114.             Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  115.             UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  116.             <File
  117.                 RelativePath=".\main.cpp">
  118.             </File>
  119.             <File
  120.                 RelativePath=".\ownerdrawXp.cpp">
  121.             </File>
  122.         </Filter>
  123.         <Filter
  124.             Name="Header Files"
  125.             Filter="h;hpp;hxx;hm;inl;inc;xsd"
  126.             UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  127.             <File
  128.                 RelativePath=".\main.h">
  129.             </File>
  130.             <File
  131.                 RelativePath=".\ownerdrawXp.h">
  132.             </File>
  133.             <File
  134.                 RelativePath=".\resource.h">
  135.             </File>
  136.             <File
  137.                 RelativePath=".\stdafx.h">
  138.             </File>
  139.         </Filter>
  140.         <Filter
  141.             Name="Resource Files"
  142.             Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  143.             UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  144.             <File
  145.                 RelativePath=".\ConfigTsXP.rc">
  146.             </File>
  147.         </Filter>
  148.     </Files>
  149.     <Globals>
  150.     </Globals>
  151. </VisualStudioProject>
  152.