mod_SalesRecorder.vcxproj 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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>{58C45523-89C5-4F38-A53C-78516669C74B}</ProjectGuid>
  15. <RootNamespace>mod_SalesRecorder</RootNamespace>
  16. </PropertyGroup>
  17. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  18. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  19. <ConfigurationType>DynamicLibrary</ConfigurationType>
  20. <UseDebugLibraries>true</UseDebugLibraries>
  21. <CharacterSet>MultiByte</CharacterSet>
  22. <PlatformToolset>Windows7.1SDK</PlatformToolset>
  23. </PropertyGroup>
  24. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  25. <ConfigurationType>DynamicLibrary</ConfigurationType>
  26. <UseDebugLibraries>false</UseDebugLibraries>
  27. <WholeProgramOptimization>true</WholeProgramOptimization>
  28. <CharacterSet>MultiByte</CharacterSet>
  29. </PropertyGroup>
  30. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  31. <ImportGroup Label="ExtensionSettings">
  32. </ImportGroup>
  33. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  34. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  35. </ImportGroup>
  36. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  37. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  38. </ImportGroup>
  39. <PropertyGroup Label="UserMacros" />
  40. <Import Project="..\modmake.setting" />
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  42. <LinkIncremental>true</LinkIncremental>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  45. <LinkIncremental>false</LinkIncremental>
  46. </PropertyGroup>
  47. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  48. <ClCompile>
  49. <PrecompiledHeader>
  50. </PrecompiledHeader>
  51. <WarningLevel>Level3</WarningLevel>
  52. <Optimization>Disabled</Optimization>
  53. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;MOD_SALESRECORDER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  54. <AdditionalIncludeDirectories>$(FrameworkHeadRoot)\Common;$(FrameworkHeadRoot)\libtoolkit</AdditionalIncludeDirectories>
  55. </ClCompile>
  56. <Link>
  57. <GenerateDebugInformation>true</GenerateDebugInformation>
  58. <AdditionalDependencies>$(FrameworkLib)\spbase.lib;$(FrameworkLib)\RVCComm.lib;$(FrameworkLib)\libtoolkit.lib;%(AdditionalDependencies)</AdditionalDependencies>
  59. </Link>
  60. </ItemDefinitionGroup>
  61. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  62. <ClCompile>
  63. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  64. <WarningLevel>Level3</WarningLevel>
  65. <PrecompiledHeader>
  66. </PrecompiledHeader>
  67. <Optimization>MaxSpeed</Optimization>
  68. <FunctionLevelLinking>true</FunctionLevelLinking>
  69. <IntrinsicFunctions>true</IntrinsicFunctions>
  70. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;MOD_SALESRECORDER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  71. <AdditionalIncludeDirectories>$(FrameworkHeadRoot)\Common;$(FrameworkHeadRoot)\libtoolkit</AdditionalIncludeDirectories>
  72. </ClCompile>
  73. <Link>
  74. <GenerateDebugInformation>true</GenerateDebugInformation>
  75. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  76. <OptimizeReferences>true</OptimizeReferences>
  77. <AdditionalDependencies>$(FrameworkLib)\spbase.lib;$(FrameworkLib)\RVCComm.lib;$(FrameworkLib)\libtoolkit.lib;%(AdditionalDependencies)</AdditionalDependencies>
  78. </Link>
  79. </ItemDefinitionGroup>
  80. <ItemGroup>
  81. <ClInclude Include="$(FrameworkHeadRoot)\Common\stdafx.h" />
  82. <ClInclude Include="mod_SalesRecorder.h" />
  83. <ClInclude Include="offline_video_record_t.h" />
  84. <ClInclude Include="SalesRecorder_client_g.h" />
  85. <ClInclude Include="SalesRecorder_def_g.h" />
  86. <ClInclude Include="SalesRecorder_msg_g.h" />
  87. <ClInclude Include="SalesRecorder_server_g.h" />
  88. <ClInclude Include="UploadOFLRecord.h" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <ClCompile Include="$(FrameworkHeadRoot)\Common\stdafx.cpp">
  92. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  93. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  94. </ClCompile>
  95. <ClCompile Include="mod_SalesRecorder.cpp" />
  96. <ClCompile Include="offline_video_record_t.cpp" />
  97. <ClCompile Include="UploadOFLRecord.cpp" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <ResourceCompile Include="..\..\Version.rc" />
  101. </ItemGroup>
  102. <ItemGroup>
  103. <ProjectReference Include="..\..\Other\libwmpplayer\libwmpplayer.vcxproj">
  104. <Project>{eaf859dd-0b5c-451a-afdc-4f911a8a5e17}</Project>
  105. </ProjectReference>
  106. <ProjectReference Include="..\..\Other\libwmvrecord\libwmvrecord.vcxproj">
  107. <Project>{d15f0354-95f9-4ec1-9bd8-4901b47905c4}</Project>
  108. </ProjectReference>
  109. </ItemGroup>
  110. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  111. <ImportGroup Label="ExtensionTargets">
  112. </ImportGroup>
  113. </Project>