libaudiotransqueue.vcxproj 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{5D044B5D-E5FF-4DF1-B896-E0A89E124778}</ProjectGuid>
  15. <Keyword>Win32Proj</Keyword>
  16. <RootNamespace>libaudiotransqueue</RootNamespace>
  17. </PropertyGroup>
  18. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  20. <ConfigurationType>DynamicLibrary</ConfigurationType>
  21. <UseDebugLibraries>true</UseDebugLibraries>
  22. <CharacterSet>MultiByte</CharacterSet>
  23. <PlatformToolset>Windows7.1SDK</PlatformToolset>
  24. </PropertyGroup>
  25. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  26. <ConfigurationType>DynamicLibrary</ConfigurationType>
  27. <UseDebugLibraries>false</UseDebugLibraries>
  28. <WholeProgramOptimization>true</WholeProgramOptimization>
  29. <CharacterSet>MultiByte</CharacterSet>
  30. <PlatformToolset>Windows7.1SDK</PlatformToolset>
  31. </PropertyGroup>
  32. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  33. <ImportGroup Label="ExtensionSettings">
  34. </ImportGroup>
  35. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  36. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  37. </ImportGroup>
  38. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  39. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  40. </ImportGroup>
  41. <PropertyGroup Label="UserMacros" />
  42. <Import Project="..\libmake.setting" />
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  44. <LinkIncremental>true</LinkIncremental>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  47. <LinkIncremental>false</LinkIncremental>
  48. </PropertyGroup>
  49. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  50. <ClCompile>
  51. <PrecompiledHeader>Use</PrecompiledHeader>
  52. <WarningLevel>Level3</WarningLevel>
  53. <Optimization>Disabled</Optimization>
  54. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBAUDIOTRANSQUEUE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  55. <AdditionalIncludeDirectories>$(FrameworkHeadRoot)\Common;..\libsharememory;..\libaudioqueue</AdditionalIncludeDirectories>
  56. </ClCompile>
  57. <Link>
  58. <SubSystem>Windows</SubSystem>
  59. <GenerateDebugInformation>true</GenerateDebugInformation>
  60. </Link>
  61. </ItemDefinitionGroup>
  62. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  63. <ClCompile>
  64. <WarningLevel>Level3</WarningLevel>
  65. <PrecompiledHeader>Use</PrecompiledHeader>
  66. <Optimization>MaxSpeed</Optimization>
  67. <FunctionLevelLinking>true</FunctionLevelLinking>
  68. <IntrinsicFunctions>true</IntrinsicFunctions>
  69. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBAUDIOTRANSQUEUE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  70. <AdditionalIncludeDirectories>$(FrameworkHeadRoot)\Common;..\libsharememory</AdditionalIncludeDirectories>
  71. </ClCompile>
  72. <Link>
  73. <SubSystem>Windows</SubSystem>
  74. <GenerateDebugInformation>true</GenerateDebugInformation>
  75. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  76. <OptimizeReferences>true</OptimizeReferences>
  77. </Link>
  78. </ItemDefinitionGroup>
  79. <ItemGroup>
  80. <None Include="ReadMe.txt" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <ClInclude Include="$(FrameworkHeadRoot)\Common\stdafx.h" />
  84. <ClCompile Include="$(FrameworkHeadRoot)\Common\stdafx.cpp">
  85. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Use</PrecompiledHeader>
  86. </ClCompile>
  87. <ClCompile Include="dllmain.cpp">
  88. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
  89. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  90. </PrecompiledHeader>
  91. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
  92. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  93. </PrecompiledHeader>
  94. </ClCompile>
  95. <ClCompile Include="libaudiotransqueue.cpp">
  96. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  97. </ClCompile>
  98. <ClInclude Include="libaudiotransqueue.h" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <ResourceCompile Include="..\..\Version.rc" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <ProjectReference Include="..\libsharememory\libsharememory.vcxproj">
  105. <Project>{5b4b7c43-3e8d-4523-91a7-b2943240abd3}</Project>
  106. </ProjectReference>
  107. </ItemGroup>
  108. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  109. <ImportGroup Label="ExtensionTargets">
  110. </ImportGroup>
  111. </Project>