mod_RomoteController.vcxproj 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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. <ItemGroup>
  14. <Xml Include="RemoteController.xml" />
  15. </ItemGroup>
  16. <ItemGroup>
  17. <ClInclude Include="$(FrameworkHeadRoot)\Common\stdafx.h" />
  18. <ClInclude Include="base64.h" />
  19. <ClInclude Include="Event.h" />
  20. <ClInclude Include="MyZip.h" />
  21. <ClInclude Include="RemoteControllerCnn.h" />
  22. <ClInclude Include="RemoteControllerFSM.h" />
  23. <ClInclude Include="RemoteController_client_g.h" />
  24. <ClInclude Include="RemoteController_def_g.h" />
  25. <ClInclude Include="RemoteController_server_g.h" />
  26. <ClInclude Include="XZip.h" />
  27. <ClInclude Include="$(ThirdPartyHeadRoot)\CJson\cJson.h" />
  28. </ItemGroup>
  29. <ItemGroup>
  30. <ClCompile Include="$(FrameworkHeadRoot)\Common\stdafx.cpp" />
  31. <ClCompile Include="base64.cpp" />
  32. <ClCompile Include="mod_RemoteController.cpp" />
  33. <ClCompile Include="MyZip.cpp">
  34. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
  35. <TreatWChar_tAsBuiltInType Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</TreatWChar_tAsBuiltInType>
  36. </ClCompile>
  37. <ClCompile Include="RemoteControllerCnn.cpp" />
  38. <ClCompile Include="RemoteControllerFSM.cpp" />
  39. <ClCompile Include="$(ThirdPartyHeadRoot)\CJson\cJson.c" />
  40. <ClCompile Include="XZip.cpp">
  41. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
  42. </ClCompile>
  43. </ItemGroup>
  44. <PropertyGroup Label="Globals">
  45. <ProjectGuid>{8D091091-063E-48B4-9673-FA9CA4A4F3FE}</ProjectGuid>
  46. <Keyword>Win32Proj</Keyword>
  47. <RootNamespace>mod_RomoteController</RootNamespace>
  48. </PropertyGroup>
  49. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  51. <ConfigurationType>DynamicLibrary</ConfigurationType>
  52. <UseDebugLibraries>true</UseDebugLibraries>
  53. <PlatformToolset>Windows7.1SDK</PlatformToolset>
  54. <CharacterSet>MultiByte</CharacterSet>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  57. <ConfigurationType>DynamicLibrary</ConfigurationType>
  58. <UseDebugLibraries>false</UseDebugLibraries>
  59. <WholeProgramOptimization>true</WholeProgramOptimization>
  60. <CharacterSet>MultiByte</CharacterSet>
  61. </PropertyGroup>
  62. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  63. <ImportGroup Label="ExtensionSettings">
  64. </ImportGroup>
  65. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  66. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  67. </ImportGroup>
  68. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  69. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  70. </ImportGroup>
  71. <PropertyGroup Label="UserMacros" />
  72. <Import Project="..\modmake.setting" />
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  74. <LinkIncremental>true</LinkIncremental>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  77. <LinkIncremental>false</LinkIncremental>
  78. </PropertyGroup>
  79. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  80. <ClCompile>
  81. <PrecompiledHeader>
  82. </PrecompiledHeader>
  83. <WarningLevel>Level3</WarningLevel>
  84. <Optimization>Disabled</Optimization>
  85. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;MOD_ROMOTECONTROLLER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  86. <AdditionalIncludeDirectories>$(FrameworkHeadRoot)\Common;$(FrameworkHeadRoot)\libtoolkit;$(ThirdPartyHeadRoot)\CJson</AdditionalIncludeDirectories>
  87. </ClCompile>
  88. <Link>
  89. <SubSystem>Windows</SubSystem>
  90. <GenerateDebugInformation>true</GenerateDebugInformation>
  91. <AdditionalDependencies>$(FrameworkLib)\RVCComm.lib;$(FrameworkLib)\SpBase.lib;%(AdditionalDependencies)</AdditionalDependencies>
  92. </Link>
  93. </ItemDefinitionGroup>
  94. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  95. <ClCompile>
  96. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  97. <WarningLevel>Level3</WarningLevel>
  98. <PrecompiledHeader>
  99. </PrecompiledHeader>
  100. <Optimization>MaxSpeed</Optimization>
  101. <FunctionLevelLinking>true</FunctionLevelLinking>
  102. <IntrinsicFunctions>true</IntrinsicFunctions>
  103. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;MOD_ROMOTECONTROLLER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  104. <AdditionalIncludeDirectories>$(FrameworkHeadRoot)\Common;$(FrameworkHeadRoot)\libtoolkit</AdditionalIncludeDirectories>
  105. </ClCompile>
  106. <Link>
  107. <SubSystem>Windows</SubSystem>
  108. <GenerateDebugInformation>true</GenerateDebugInformation>
  109. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  110. <OptimizeReferences>true</OptimizeReferences>
  111. <AdditionalDependencies>$(FrameworkLib)\RVCComm.lib;$(FrameworkLib)\SpBase.lib;%(AdditionalDependencies)</AdditionalDependencies>
  112. </Link>
  113. </ItemDefinitionGroup>
  114. <ItemGroup>
  115. <ResourceCompile Include="..\..\Version.rc" />
  116. </ItemGroup>
  117. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  118. <ImportGroup Label="ExtensionTargets">
  119. </ImportGroup>
  120. </Project>