Subversion Repositories Kolibri OS

Rev

Rev 646 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. <?xml version="1.0" encoding="windows-1251"?>
  2. <VisualStudioProject
  3.         ProjectType="Visual C++"
  4.         Version="8,00"
  5.         Name="ac97snd"
  6.         ProjectGUID="{5146AAEE-C15C-47C5-A245-64050C820145}"
  7.         RootNamespace="ac97snd"
  8.         Keyword="Win32Proj"
  9.         >
  10.         <Platforms>
  11.                 <Platform
  12.                         Name="Win32"
  13.                 />
  14.         </Platforms>
  15.         <ToolFiles>
  16.                 <ToolFile
  17.                         RelativePath="../fasm.rules"
  18.                 />
  19.         </ToolFiles>
  20.         <Configurations>
  21.                 <Configuration
  22.                         Name="Debug|Win32"
  23.                         OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  24.                         IntermediateDirectory="$(ConfigurationName)"
  25.                         ConfigurationType="1"
  26.                         CharacterSet="2"
  27.                         WholeProgramOptimization="1"
  28.                         >
  29.                         <Tool
  30.                                 Name="VCPreBuildEventTool"
  31.                         />
  32.                         <Tool
  33.                                 Name="VCCustomBuildTool"
  34.                         />
  35.                         <Tool
  36.                                 Name="FASM"
  37.                         />
  38.                         <Tool
  39.                                 Name="VCXMLDataGeneratorTool"
  40.                         />
  41.                         <Tool
  42.                                 Name="VCWebServiceProxyGeneratorTool"
  43.                         />
  44.                         <Tool
  45.                                 Name="VCMIDLTool"
  46.                         />
  47.                         <Tool
  48.                                 Name="VCCLCompilerTool"
  49.                                 Optimization="1"
  50.                                 OmitFramePointers="true"
  51.                                 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  52.                                 MinimalRebuild="false"
  53.                                 ExceptionHandling="0"
  54.                                 BasicRuntimeChecks="0"
  55.                                 RuntimeLibrary="0"
  56.                                 StructMemberAlignment="1"
  57.                                 BufferSecurityCheck="false"
  58.                                 FloatingPointModel="2"
  59.                                 UsePrecompiledHeader="0"
  60.                                 WarningLevel="3"
  61.                                 Detect64BitPortabilityProblems="false"
  62.                                 DebugInformationFormat="0"
  63.                         />
  64.                         <Tool
  65.                                 Name="VCManagedResourceCompilerTool"
  66.                         />
  67.                         <Tool
  68.                                 Name="VCResourceCompilerTool"
  69.                         />
  70.                         <Tool
  71.                                 Name="VCPreLinkEventTool"
  72.                         />
  73.                         <Tool
  74.                                 Name="VCLinkerTool"
  75.                                 AdditionalDependencies="$(OutDir)\mpg.lib $(OutDir)\sound.lib"
  76.                                 LinkIncremental="1"
  77.                                 GenerateManifest="false"
  78.                                 IgnoreAllDefaultLibraries="true"
  79.                                 GenerateDebugInformation="false"
  80.                                 SubSystem="1"
  81.                                 OptimizeReferences="2"
  82.                                 EnableCOMDATFolding="2"
  83.                                 OptimizeForWindows98="1"
  84.                                 EntryPointSymbol="crtStartUp"
  85.                                 BaseAddress="0x00000000"
  86.                                 MergeSections=".rdata=.text "
  87.                                 TargetMachine="1"
  88.                                 FixedBaseAddress="2"
  89.                         />
  90.                         <Tool
  91.                                 Name="VCALinkTool"
  92.                         />
  93.                         <Tool
  94.                                 Name="VCManifestTool"
  95.                         />
  96.                         <Tool
  97.                                 Name="VCXDCMakeTool"
  98.                         />
  99.                         <Tool
  100.                                 Name="VCBscMakeTool"
  101.                         />
  102.                         <Tool
  103.                                 Name="VCFxCopTool"
  104.                         />
  105.                         <Tool
  106.                                 Name="VCAppVerifierTool"
  107.                         />
  108.                         <Tool
  109.                                 Name="VCWebDeploymentTool"
  110.                         />
  111.                         <Tool
  112.                                 Name="VCPostBuildEventTool"
  113.                         />
  114.                 </Configuration>
  115.                 <Configuration
  116.                         Name="Release|Win32"
  117.                         OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  118.                         IntermediateDirectory="$(ConfigurationName)"
  119.                         ConfigurationType="1"
  120.                         CharacterSet="2"
  121.                         WholeProgramOptimization="1"
  122.                         >
  123.                         <Tool
  124.                                 Name="VCPreBuildEventTool"
  125.                         />
  126.                         <Tool
  127.                                 Name="VCCustomBuildTool"
  128.                         />
  129.                         <Tool
  130.                                 Name="FASM"
  131.                         />
  132.                         <Tool
  133.                                 Name="VCXMLDataGeneratorTool"
  134.                         />
  135.                         <Tool
  136.                                 Name="VCWebServiceProxyGeneratorTool"
  137.                         />
  138.                         <Tool
  139.                                 Name="VCMIDLTool"
  140.                         />
  141.                         <Tool
  142.                                 Name="VCCLCompilerTool"
  143.                                 Optimization="2"
  144.                                 EnableIntrinsicFunctions="true"
  145.                                 FavorSizeOrSpeed="1"
  146.                                 OmitFramePointers="true"
  147.                                 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  148.                                 ExceptionHandling="0"
  149.                                 RuntimeLibrary="0"
  150.                                 StructMemberAlignment="1"
  151.                                 BufferSecurityCheck="false"
  152.                                 FloatingPointModel="2"
  153.                                 UsePrecompiledHeader="0"
  154.                                 WarningLevel="3"
  155.                                 Detect64BitPortabilityProblems="false"
  156.                                 DebugInformationFormat="0"
  157.                         />
  158.                         <Tool
  159.                                 Name="VCManagedResourceCompilerTool"
  160.                         />
  161.                         <Tool
  162.                                 Name="VCResourceCompilerTool"
  163.                         />
  164.                         <Tool
  165.                                 Name="VCPreLinkEventTool"
  166.                         />
  167.                         <Tool
  168.                                 Name="VCLinkerTool"
  169.                                 AdditionalDependencies="$(OutDir)\sound.lib $(OutDir)\mpg.lib"
  170.                                 LinkIncremental="1"
  171.                                 GenerateManifest="false"
  172.                                 IgnoreAllDefaultLibraries="true"
  173.                                 GenerateDebugInformation="false"
  174.                                 SubSystem="1"
  175.                                 LargeAddressAware="1"
  176.                                 TerminalServerAware="1"
  177.                                 Driver="0"
  178.                                 OptimizeReferences="2"
  179.                                 EnableCOMDATFolding="2"
  180.                                 EntryPointSymbol="crtStartUp"
  181.                                 BaseAddress="0x00000000"
  182.                                 MergeSections=".rdata=.text "
  183.                                 TargetMachine="1"
  184.                                 FixedBaseAddress="2"
  185.                                 Profile="false"
  186.                         />
  187.                         <Tool
  188.                                 Name="VCALinkTool"
  189.                         />
  190.                         <Tool
  191.                                 Name="VCManifestTool"
  192.                         />
  193.                         <Tool
  194.                                 Name="VCXDCMakeTool"
  195.                         />
  196.                         <Tool
  197.                                 Name="VCBscMakeTool"
  198.                         />
  199.                         <Tool
  200.                                 Name="VCFxCopTool"
  201.                         />
  202.                         <Tool
  203.                                 Name="VCAppVerifierTool"
  204.                         />
  205.                         <Tool
  206.                                 Name="VCWebDeploymentTool"
  207.                         />
  208.                         <Tool
  209.                                 Name="VCPostBuildEventTool"
  210.                         />
  211.                 </Configuration>
  212.         </Configurations>
  213.         <References>
  214.         </References>
  215.         <Files>
  216.                 <Filter
  217.                         Name="Source Files"
  218.                         Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  219.                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  220.                         >
  221.                         <File
  222.                                 RelativePath=".\ac97wav.c"
  223.                                 >
  224.                         </File>
  225.                         <File
  226.                                 RelativePath=".\crt.c"
  227.                                 >
  228.                         </File>
  229.                         <File
  230.                                 RelativePath=".\k_lib.asm"
  231.                                 >
  232.                         </File>
  233.                 </Filter>
  234.                 <Filter
  235.                         Name="Header Files"
  236.                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
  237.                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  238.                         >
  239.                         <File
  240.                                 RelativePath=".\ac97wav.h"
  241.                                 >
  242.                         </File>
  243.                         <File
  244.                                 RelativePath=".\crt.h"
  245.                                 >
  246.                         </File>
  247.                         <File
  248.                                 RelativePath="..\kolibri.h"
  249.                                 >
  250.                         </File>
  251.                         <File
  252.                                 RelativePath="..\sound.h"
  253.                                 >
  254.                         </File>
  255.                 </Filter>
  256.                 <Filter
  257.                         Name="Resource Files"
  258.                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  259.                         UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  260.                         >
  261.                 </Filter>
  262.         </Files>
  263.         <Globals>
  264.         </Globals>
  265. </VisualStudioProject>
  266.