SpDeskShare.vcxproj 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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>{4D5F7E5F-50AF-46EB-962E-C0E517E0661B}</ProjectGuid>
  15. <Keyword>Win32Proj</Keyword>
  16. <RootNamespace>SpDeskShare</RootNamespace>
  17. </PropertyGroup>
  18. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  20. <ConfigurationType>Application</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>Application</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="..\toolmake.setting" />
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  43. <LinkIncremental>true</LinkIncremental>
  44. <OutDir>$(OUTROOT)\Run\version\$(ReleaseVersion)\bin\</OutDir>
  45. <IntDir>$(TEMPROOT)\</IntDir>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  48. <LinkIncremental>false</LinkIncremental>
  49. </PropertyGroup>
  50. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  51. <ClCompile>
  52. <PrecompiledHeader>Use</PrecompiledHeader>
  53. <WarningLevel>Level3</WarningLevel>
  54. <Optimization>Disabled</Optimization>
  55. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  56. <AdditionalIncludeDirectories>$(FrameworkHeadRoot)\Common;$(FrameworkHeadRoot)</AdditionalIncludeDirectories>
  57. </ClCompile>
  58. <Link>
  59. <SubSystem>Windows</SubSystem>
  60. <GenerateDebugInformation>true</GenerateDebugInformation>
  61. <AdditionalLibraryDirectories>$(FrameworkLib)</AdditionalLibraryDirectories>
  62. </Link>
  63. </ItemDefinitionGroup>
  64. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  65. <ClCompile>
  66. <WarningLevel>Level3</WarningLevel>
  67. <PrecompiledHeader>Use</PrecompiledHeader>
  68. <Optimization>MaxSpeed</Optimization>
  69. <FunctionLevelLinking>true</FunctionLevelLinking>
  70. <IntrinsicFunctions>true</IntrinsicFunctions>
  71. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(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. <None Include="ReadMe.txt" />
  82. <None Include="small.ico" />
  83. <None Include="SpDeskShare.ico" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <ClInclude Include="..\..\Module\mod_FreeRDPWrap\Logger.h" />
  87. <ClInclude Include="..\..\Module\mod_FreeRDPWrap\RDPPipe.h" />
  88. <ClInclude Include="associated.h" />
  89. <ClInclude Include="Resource.h" />
  90. <ClInclude Include="SpDeskShare.h" />
  91. <ClInclude Include="SpWare.h" />
  92. <ClInclude Include="stdafx2.h" />
  93. <ClInclude Include="targetver.h" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <ClCompile Include="..\..\Module\mod_FreeRDPWrap\Logger.cpp" />
  97. <ClCompile Include="..\..\Module\mod_FreeRDPWrap\RDPPipe.cpp" />
  98. <ClCompile Include="associated.cpp" />
  99. <ClCompile Include="SpDeskShare.cpp" />
  100. <ClCompile Include="SpWare.cpp" />
  101. <ClCompile Include="stdafx.cpp">
  102. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  103. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  104. </ClCompile>
  105. </ItemGroup>
  106. <ItemGroup>
  107. <ResourceCompile Include="SpDeskShare.rc" />
  108. </ItemGroup>
  109. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  110. <ImportGroup Label="ExtensionTargets">
  111. </ImportGroup>
  112. </Project>