mod_FreeRDPWrap.vcxproj 5.7 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. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{3F909348-6CB6-4DC9-A724-4B9F12628A2B}</ProjectGuid>
  15. <Keyword>Win32Proj</Keyword>
  16. <RootNamespace>mod_FreeRDPWrap</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. <UseOfMfc>false</UseOfMfc>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  27. <ConfigurationType>DynamicLibrary</ConfigurationType>
  28. <UseDebugLibraries>false</UseDebugLibraries>
  29. <WholeProgramOptimization>true</WholeProgramOptimization>
  30. <CharacterSet>Unicode</CharacterSet>
  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="..\modmake.setting" />
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  44. <LinkIncremental>true</LinkIncremental>
  45. <OutDir>$(OUTROOT)\Run\version\$(ReleaseVersion)\mod\</OutDir>
  46. <IntDir>$(TEMPROOT)\</IntDir>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  49. <LinkIncremental>false</LinkIncremental>
  50. </PropertyGroup>
  51. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  52. <ClCompile>
  53. <PrecompiledHeader>Create</PrecompiledHeader>
  54. <WarningLevel>Level3</WarningLevel>
  55. <Optimization>Disabled</Optimization>
  56. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;MOD_FREERDPWRAP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  57. <AdditionalIncludeDirectories>$(FrameworkHeadRoot)\Common;$(DevHeadPath);$(ModuleCommonHeadPath);$(FrameworkHeadRoot)\libtoolkit;..\phnt;..\..\Tool\SpDeskShare;$(ThirdPartyHeadRoot)\boost;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  58. </ClCompile>
  59. <Link>
  60. <SubSystem>Windows</SubSystem>
  61. <GenerateDebugInformation>true</GenerateDebugInformation>
  62. <AdditionalDependencies>$(FrameworkLib)\SpBase.lib;$(FrameworkLib)\libtoolkit.lib;%(AdditionalDependencies)</AdditionalDependencies>
  63. </Link>
  64. </ItemDefinitionGroup>
  65. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  66. <ClCompile>
  67. <WarningLevel>Level3</WarningLevel>
  68. <PrecompiledHeader>Use</PrecompiledHeader>
  69. <Optimization>MaxSpeed</Optimization>
  70. <FunctionLevelLinking>true</FunctionLevelLinking>
  71. <IntrinsicFunctions>true</IntrinsicFunctions>
  72. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;MOD_FREERDPWRAP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  73. </ClCompile>
  74. <Link>
  75. <SubSystem>Windows</SubSystem>
  76. <GenerateDebugInformation>true</GenerateDebugInformation>
  77. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  78. <OptimizeReferences>true</OptimizeReferences>
  79. </Link>
  80. </ItemDefinitionGroup>
  81. <ItemGroup>
  82. <None Include="ReadMe.txt" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <ResourceCompile Include="..\..\Version.rc" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <ClInclude Include="..\..\Tool\SpDeskShare\associated.h" />
  89. <ClInclude Include="..\..\Tool\SpDeskShare\SpWare.h" />
  90. <ClInclude Include="AccountDef.h" />
  91. <ClInclude Include="AccountManage.h" />
  92. <ClInclude Include="Common.h" />
  93. <ClInclude Include="FreeRDPWrapFSM.h" />
  94. <ClInclude Include="FreeRDPWrap_def_g.h" />
  95. <ClInclude Include="FreeRDPWrap_msg_g.h" />
  96. <ClInclude Include="FreeRDPWrap_server_g.h" />
  97. <ClInclude Include="mod_FreeRDPWrap.h" />
  98. <ClInclude Include="PipeCommon.h" />
  99. <ClInclude Include="RDPPipe.h" />
  100. <ClInclude Include="RDPWInst.h" />
  101. <ClInclude Include="RvcDevMnt.h" />
  102. <ClInclude Include="sm4.h" />
  103. <ClInclude Include="targetver.h" />
  104. </ItemGroup>
  105. <ItemGroup>
  106. <ClCompile Include="..\..\Tool\SpDeskShare\associated.cpp" />
  107. <ClCompile Include="..\..\Tool\SpDeskShare\SpWare.cpp" />
  108. <ClCompile Include="AccountManage.cpp" />
  109. <ClCompile Include="Common.cpp" />
  110. <ClCompile Include="FreeRDPWrapFSM.cpp" />
  111. <ClCompile Include="mod_FreeRDPWrap.cpp" />
  112. <ClCompile Include="RDPPipe.cpp" />
  113. <ClCompile Include="RDPWInst.cpp" />
  114. <ClCompile Include="RvcDevMnt.cpp" />
  115. <ClCompile Include="sm4.cpp" />
  116. </ItemGroup>
  117. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  118. <ImportGroup Label="ExtensionTargets">
  119. </ImportGroup>
  120. </Project>