P2PModule.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.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="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectGuid>{E80EBC40-CC64-4B29-83F7-1CF81BED411B}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>P2PModule</RootNamespace>
  25. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  29. <ConfigurationType>DynamicLibrary</ConfigurationType>
  30. <UseDebugLibraries>true</UseDebugLibraries>
  31. <PlatformToolset>v142</PlatformToolset>
  32. <CharacterSet>MultiByte</CharacterSet>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  35. <ConfigurationType>DynamicLibrary</ConfigurationType>
  36. <UseDebugLibraries>true</UseDebugLibraries>
  37. <PlatformToolset>v142</PlatformToolset>
  38. <CharacterSet>MultiByte</CharacterSet>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  41. <ConfigurationType>DynamicLibrary</ConfigurationType>
  42. <UseDebugLibraries>false</UseDebugLibraries>
  43. <PlatformToolset>v142</PlatformToolset>
  44. <WholeProgramOptimization>true</WholeProgramOptimization>
  45. <CharacterSet>MultiByte</CharacterSet>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  48. <ConfigurationType>DynamicLibrary</ConfigurationType>
  49. <UseDebugLibraries>false</UseDebugLibraries>
  50. <PlatformToolset>v142</PlatformToolset>
  51. <WholeProgramOptimization>true</WholeProgramOptimization>
  52. <CharacterSet>MultiByte</CharacterSet>
  53. </PropertyGroup>
  54. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  55. <ImportGroup Label="ExtensionSettings">
  56. </ImportGroup>
  57. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  58. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  59. </ImportGroup>
  60. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. </ImportGroup>
  63. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65. </ImportGroup>
  66. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. </ImportGroup>
  69. <PropertyGroup Label="UserMacros" />
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  71. <LinkIncremental>true</LinkIncremental>
  72. <IncludePath>..\..\..\deliver\include;..\ECOM_commonTools;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  73. <LibraryPath>..\..\..\deliver\lib\$(Configuration);$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);</LibraryPath>
  74. <TargetName>$(ProjectName)D</TargetName>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  77. <LinkIncremental>true</LinkIncremental>
  78. <IncludePath>..\..\..\deliver\include;..\ECOM_commonTools;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  79. <LibraryPath>..\..\..\deliver\lib\$(Configuration)X64;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);</LibraryPath>
  80. <TargetName>$(ProjectName)X64D</TargetName>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  83. <LinkIncremental>false</LinkIncremental>
  84. <IncludePath>..\..\..\deliver\include;..\ECOM_commonTools;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  85. <LibraryPath>..\..\..\deliver\lib\$(Configuration);$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);</LibraryPath>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  88. <LinkIncremental>false</LinkIncremental>
  89. <IncludePath>..\..\deliver\include;..\ECOM_commonTools;$(VC_IncludePath);$(WindowsSDK_IncludePath)</IncludePath>
  90. <LibraryPath>..\..\deliver\lib\$(Configuration)X64;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);</LibraryPath>
  91. <TargetName>$(ProjectName)X64</TargetName>
  92. </PropertyGroup>
  93. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  94. <ClCompile>
  95. <PrecompiledHeader>Use</PrecompiledHeader>
  96. <WarningLevel>Level3</WarningLevel>
  97. <Optimization>Disabled</Optimization>
  98. <PreprocessorDefinitions>_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_WINDOWS;_USRDLL;P2PMODULE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  99. <SDLCheck>true</SDLCheck>
  100. </ClCompile>
  101. <Link>
  102. <SubSystem>Windows</SubSystem>
  103. <GenerateDebugInformation>true</GenerateDebugInformation>
  104. </Link>
  105. <PostBuildEvent>
  106. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)"
  107. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)\"
  108. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)\"
  109. copy "$(ProjectName).h" "..\..\..\deliver\Include"
  110. </Command>
  111. </PostBuildEvent>
  112. </ItemDefinitionGroup>
  113. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  114. <ClCompile>
  115. <PrecompiledHeader>Use</PrecompiledHeader>
  116. <WarningLevel>Level3</WarningLevel>
  117. <Optimization>Disabled</Optimization>
  118. <PreprocessorDefinitions>_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_WINDOWS;_USRDLL;P2PMODULE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  119. <SDLCheck>true</SDLCheck>
  120. </ClCompile>
  121. <Link>
  122. <SubSystem>Windows</SubSystem>
  123. <GenerateDebugInformation>true</GenerateDebugInformation>
  124. </Link>
  125. <PostBuildEvent>
  126. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)X64"
  127. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)X64\"
  128. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)X64\"
  129. copy "$(ProjectName).h" "..\..\..\deliver\Include" </Command>
  130. </PostBuildEvent>
  131. </ItemDefinitionGroup>
  132. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  133. <ClCompile>
  134. <WarningLevel>Level3</WarningLevel>
  135. <PrecompiledHeader>Use</PrecompiledHeader>
  136. <Optimization>MaxSpeed</Optimization>
  137. <FunctionLevelLinking>true</FunctionLevelLinking>
  138. <IntrinsicFunctions>true</IntrinsicFunctions>
  139. <PreprocessorDefinitions>_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_WINDOWS;_USRDLL;P2PMODULE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  140. <SDLCheck>true</SDLCheck>
  141. </ClCompile>
  142. <Link>
  143. <SubSystem>Windows</SubSystem>
  144. <GenerateDebugInformation>true</GenerateDebugInformation>
  145. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  146. <OptimizeReferences>true</OptimizeReferences>
  147. </Link>
  148. <PostBuildEvent>
  149. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)"
  150. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)\"
  151. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)\"
  152. copy "$(ProjectName).h" "..\..\..\deliver\Include"
  153. </Command>
  154. </PostBuildEvent>
  155. </ItemDefinitionGroup>
  156. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  157. <ClCompile>
  158. <WarningLevel>Level3</WarningLevel>
  159. <PrecompiledHeader>Use</PrecompiledHeader>
  160. <Optimization>MaxSpeed</Optimization>
  161. <FunctionLevelLinking>true</FunctionLevelLinking>
  162. <IntrinsicFunctions>true</IntrinsicFunctions>
  163. <PreprocessorDefinitions>_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_WINDOWS;_USRDLL;P2PMODULE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  164. <SDLCheck>true</SDLCheck>
  165. </ClCompile>
  166. <Link>
  167. <SubSystem>Windows</SubSystem>
  168. <GenerateDebugInformation>true</GenerateDebugInformation>
  169. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  170. <OptimizeReferences>true</OptimizeReferences>
  171. </Link>
  172. <PostBuildEvent>
  173. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\deliver\bin\$(Configuration)X64"
  174. copy "$(OutDir)$(TargetName).lib" "..\..\deliver\lib\$(Configuration)X64\"
  175. copy "$(OutDir)$(TargetName).pdb" "..\..\deliver\bin\$(Configuration)X64\"
  176. copy "$(ProjectName).h" "..\..\deliver\Include" </Command>
  177. </PostBuildEvent>
  178. </ItemDefinitionGroup>
  179. <ItemGroup>
  180. <Text Include="ReadMe.txt" />
  181. </ItemGroup>
  182. <ItemGroup>
  183. <ClInclude Include="..\..\..\deliver\include\common_api.h" />
  184. <ClInclude Include="P2PModule.h" />
  185. <ClInclude Include="resource.h" />
  186. <ClInclude Include="stdafx.h" />
  187. <ClInclude Include="targetver.h" />
  188. </ItemGroup>
  189. <ItemGroup>
  190. <ClCompile Include="..\..\Deliver\include\common_api.cpp" />
  191. <ClCompile Include="dllmain.cpp">
  192. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
  193. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
  194. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  195. </PrecompiledHeader>
  196. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  197. </PrecompiledHeader>
  198. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
  199. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
  200. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  201. </PrecompiledHeader>
  202. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  203. </PrecompiledHeader>
  204. </ClCompile>
  205. <ClCompile Include="P2PModule.cpp" />
  206. <ClCompile Include="stdafx.cpp">
  207. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  208. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  209. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  210. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  211. </ClCompile>
  212. </ItemGroup>
  213. <ItemGroup>
  214. <ResourceCompile Include="P2PModule.rc" />
  215. </ItemGroup>
  216. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  217. <ImportGroup Label="ExtensionTargets">
  218. </ImportGroup>
  219. </Project>