mod_recorder.vcxproj 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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>{4B06F3FD-DCA7-4359-A813-F3F357203EE2}</ProjectGuid>
  15. <Keyword>Win32Proj</Keyword>
  16. <RootNamespace>mod_recorder</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. </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>Use</PrecompiledHeader>
  51. <WarningLevel>Level3</WarningLevel>
  52. <Optimization>Disabled</Optimization>
  53. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;MOD_RECORDER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  54. <AdditionalIncludeDirectories>$(FrameworkHeadRoot)\Common;$(FrameworkHeadRoot)\libtoolkit</AdditionalIncludeDirectories>
  55. </ClCompile>
  56. <Link>
  57. <SubSystem>Windows</SubSystem>
  58. <GenerateDebugInformation>true</GenerateDebugInformation>
  59. <AdditionalDependencies>$(FrameworkLib)\spbase.lib;$(FrameworkLib)\RVCComm.lib;$(FrameworkLib)\libtoolkit.lib;%(AdditionalDependencies)</AdditionalDependencies>
  60. </Link>
  61. </ItemDefinitionGroup>
  62. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  63. <ClCompile>
  64. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  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_RECORDER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  72. </ClCompile>
  73. <Link>
  74. <SubSystem>Windows</SubSystem>
  75. <GenerateDebugInformation>true</GenerateDebugInformation>
  76. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  77. <OptimizeReferences>true</OptimizeReferences>
  78. <AdditionalDependencies>$(FrameworkLib)\spbase.lib</AdditionalDependencies>
  79. </Link>
  80. </ItemDefinitionGroup>
  81. <ItemGroup>
  82. <ClInclude Include="..\..\Framework\Include\Common\stdafx.h" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <ClCompile Include="$(FrameworkHeadRoot)\Common\stdafx.cpp">
  86. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  87. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  88. </ClCompile>
  89. <ClCompile Include="mod_recorder.cpp" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <ProjectReference Include="..\..\Other\libwmvrecord\libwmvrecord.vcxproj">
  93. <Project>{d15f0354-95f9-4ec1-9bd8-4901b47905c4}</Project>
  94. </ProjectReference>
  95. </ItemGroup>
  96. <ItemGroup>
  97. <ResourceCompile Include="..\..\Version.rc" />
  98. </ItemGroup>
  99. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  100. <ImportGroup Label="ExtensionTargets">
  101. </ImportGroup>
  102. </Project>