mod_salesaudiotrans.vcxproj 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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>{858E9DA1-3061-4D86-BAFC-392970280759}</ProjectGuid>
  15. <Keyword>Win32Proj</Keyword>
  16. <RootNamespace>mod_salesaudiotrans</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>Unicode</CharacterSet>
  30. </PropertyGroup>
  31. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  32. <ImportGroup Label="ExtensionSettings">
  33. </ImportGroup>
  34. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  35. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  36. </ImportGroup>
  37. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  38. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  39. </ImportGroup>
  40. <PropertyGroup Label="UserMacros" />
  41. <Import Project="..\modmake.setting" />
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  43. <LinkIncremental>true</LinkIncremental>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  46. <LinkIncremental>false</LinkIncremental>
  47. </PropertyGroup>
  48. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  49. <ClCompile>
  50. <PrecompiledHeader>
  51. </PrecompiledHeader>
  52. <WarningLevel>Level3</WarningLevel>
  53. <Optimization>Disabled</Optimization>
  54. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;MOD_SALESAUDIOTRANS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  55. <AdditionalIncludeDirectories>$(FrameworkHeadRoot)\Common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  56. </ClCompile>
  57. <Link>
  58. <SubSystem>Windows</SubSystem>
  59. <GenerateDebugInformation>true</GenerateDebugInformation>
  60. <AdditionalDependencies>$(FrameworkLib)\spbase.lib;$(FrameworkLib)\RVCComm.lib;%(AdditionalDependencies)</AdditionalDependencies>
  61. </Link>
  62. </ItemDefinitionGroup>
  63. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  64. <ClCompile>
  65. <WarningLevel>Level3</WarningLevel>
  66. <PrecompiledHeader>
  67. </PrecompiledHeader>
  68. <Optimization>MaxSpeed</Optimization>
  69. <FunctionLevelLinking>true</FunctionLevelLinking>
  70. <IntrinsicFunctions>true</IntrinsicFunctions>
  71. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;MOD_SALESAUDIOTRANS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  72. </ClCompile>
  73. <Link>
  74. <SubSystem>Windows</SubSystem>
  75. <GenerateDebugInformation>true</GenerateDebugInformation>
  76. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  77. <OptimizeReferences>true</OptimizeReferences>
  78. </Link>
  79. </ItemDefinitionGroup>
  80. <ItemGroup>
  81. <ClInclude Include="..\..\RvcFramework\Include\Common\stdafx.h" />
  82. <ClInclude Include="caudiotransmission.h" />
  83. <ClInclude Include="iaudiotransinterface.h" />
  84. <ClInclude Include="mod_salesaudiotrans.h" />
  85. <ClInclude Include="resource.h" />
  86. <ClInclude Include="SalesAudioTrans_client_g.h" />
  87. <ClInclude Include="SalesAudioTrans_def_g.h" />
  88. <ClInclude Include="SalesAudioTrans_msg_g.h" />
  89. <ClInclude Include="SalesAudioTrans_server_g.h" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <ClCompile Include="..\..\RvcFramework\Include\Common\stdafx.cpp" />
  93. <ClCompile Include="caudiotransmission.cpp" />
  94. <ClCompile Include="mod_salesaudiotrans.cpp" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <ResourceCompile Include="..\..\Version.rc" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <ProjectReference Include="..\..\Other\libaudiotransqueue\libaudiotransqueue.vcxproj">
  101. <Project>{5d044b5d-e5ff-4df1-b896-e0a89e124778}</Project>
  102. </ProjectReference>
  103. </ItemGroup>
  104. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  105. <ImportGroup Label="ExtensionTargets">
  106. </ImportGroup>
  107. </Project>