libutp.vcxproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  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. <ProjectConfiguration Include="WinRTDebug|Win32">
  21. <Configuration>WinRTDebug</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="WinRTDebug|x64">
  25. <Configuration>WinRTDebug</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="WinRTRelease|Win32">
  29. <Configuration>WinRTRelease</Configuration>
  30. <Platform>Win32</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="WinRTRelease|x64">
  33. <Configuration>WinRTRelease</Configuration>
  34. <Platform>x64</Platform>
  35. </ProjectConfiguration>
  36. </ItemGroup>
  37. <ItemGroup>
  38. <ClInclude Include="utp_templates.h" />
  39. <ClInclude Include="utp.h" />
  40. <ClInclude Include="utp_callbacks.h" />
  41. <ClInclude Include="utp_hash.h" />
  42. <ClInclude Include="utp_internal.h" />
  43. <ClInclude Include="utp_packedsockaddr.h" />
  44. <ClInclude Include="utp_utils.h" />
  45. <ClInclude Include="utp_types.h" />
  46. <ClInclude Include="libutp_inet_ntop.h" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <ClCompile Include="libutp_inet_ntop.cpp" />
  50. <ClCompile Include="utp_api.cpp" />
  51. <ClCompile Include="utp_callbacks.cpp" />
  52. <ClCompile Include="utp_hash.cpp" />
  53. <ClCompile Include="utp_internal.cpp" />
  54. <ClCompile Include="utp_packedsockaddr.cpp" />
  55. <ClCompile Include="utp_utils.cpp" />
  56. </ItemGroup>
  57. <PropertyGroup Label="Globals">
  58. <ProjectGuid>{5984D5CD-6ADD-4EB7-82E7-A555888FBBBD}</ProjectGuid>
  59. <RootNamespace>libutp2012</RootNamespace>
  60. <ProjectName>libutp</ProjectName>
  61. </PropertyGroup>
  62. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  64. <ConfigurationType>StaticLibrary</ConfigurationType>
  65. <UseDebugLibraries>true</UseDebugLibraries>
  66. <PlatformToolset>v140_xp</PlatformToolset>
  67. <CharacterSet>Unicode</CharacterSet>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='WinRTDebug|Win32'" Label="Configuration">
  70. <ConfigurationType>StaticLibrary</ConfigurationType>
  71. <UseDebugLibraries>true</UseDebugLibraries>
  72. <PlatformToolset>v120_xp</PlatformToolset>
  73. <CharacterSet>Unicode</CharacterSet>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  76. <ConfigurationType>StaticLibrary</ConfigurationType>
  77. <UseDebugLibraries>true</UseDebugLibraries>
  78. <PlatformToolset>v120</PlatformToolset>
  79. <CharacterSet>Unicode</CharacterSet>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='WinRTDebug|x64'" Label="Configuration">
  82. <ConfigurationType>StaticLibrary</ConfigurationType>
  83. <UseDebugLibraries>true</UseDebugLibraries>
  84. <PlatformToolset>v120</PlatformToolset>
  85. <CharacterSet>Unicode</CharacterSet>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  88. <ConfigurationType>StaticLibrary</ConfigurationType>
  89. <UseDebugLibraries>false</UseDebugLibraries>
  90. <WholeProgramOptimization>true</WholeProgramOptimization>
  91. <CharacterSet>Unicode</CharacterSet>
  92. <PlatformToolset>v140_xp</PlatformToolset>
  93. </PropertyGroup>
  94. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='WinRTRelease|Win32'" Label="Configuration">
  95. <ConfigurationType>StaticLibrary</ConfigurationType>
  96. <UseDebugLibraries>false</UseDebugLibraries>
  97. <WholeProgramOptimization>true</WholeProgramOptimization>
  98. <CharacterSet>Unicode</CharacterSet>
  99. <PlatformToolset>v120_xp</PlatformToolset>
  100. </PropertyGroup>
  101. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  102. <ConfigurationType>StaticLibrary</ConfigurationType>
  103. <UseDebugLibraries>false</UseDebugLibraries>
  104. <PlatformToolset>v120</PlatformToolset>
  105. <WholeProgramOptimization>true</WholeProgramOptimization>
  106. <CharacterSet>Unicode</CharacterSet>
  107. </PropertyGroup>
  108. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='WinRTRelease|x64'" Label="Configuration">
  109. <ConfigurationType>StaticLibrary</ConfigurationType>
  110. <UseDebugLibraries>false</UseDebugLibraries>
  111. <PlatformToolset>v120</PlatformToolset>
  112. <WholeProgramOptimization>true</WholeProgramOptimization>
  113. <CharacterSet>Unicode</CharacterSet>
  114. </PropertyGroup>
  115. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  116. <ImportGroup Label="ExtensionSettings">
  117. </ImportGroup>
  118. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  119. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  120. <Import Project="prop_sheets\win32-2012.props" />
  121. <Import Project="prop_sheets\debug-2012.props" />
  122. </ImportGroup>
  123. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='WinRTDebug|Win32'" Label="PropertySheets">
  124. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  125. <Import Project="prop_sheets\win32-2012.props" />
  126. <Import Project="prop_sheets\debug-2012.props" />
  127. </ImportGroup>
  128. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  129. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  130. <Import Project="prop_sheets\x64-2012.props" />
  131. <Import Project="prop_sheets\debug-2012.props" />
  132. </ImportGroup>
  133. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='WinRTDebug|x64'" Label="PropertySheets">
  134. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  135. <Import Project="prop_sheets\x64-2012.props" />
  136. <Import Project="prop_sheets\debug-2012.props" />
  137. </ImportGroup>
  138. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  139. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  140. <Import Project="prop_sheets\win32-2012.props" />
  141. <Import Project="prop_sheets\release-2012.props" />
  142. </ImportGroup>
  143. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='WinRTRelease|Win32'" Label="PropertySheets">
  144. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  145. <Import Project="prop_sheets\win32-2012.props" />
  146. <Import Project="prop_sheets\release-2012.props" />
  147. </ImportGroup>
  148. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  149. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  150. <Import Project="prop_sheets\x64-2012.props" />
  151. <Import Project="prop_sheets\release-2012.props" />
  152. </ImportGroup>
  153. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='WinRTRelease|x64'" Label="PropertySheets">
  154. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  155. <Import Project="prop_sheets\x64-2012.props" />
  156. <Import Project="prop_sheets\release-2012.props" />
  157. </ImportGroup>
  158. <PropertyGroup Label="UserMacros" />
  159. <PropertyGroup />
  160. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  161. <ClCompile>
  162. <WarningLevel>Level3</WarningLevel>
  163. <Optimization>Disabled</Optimization>
  164. <ExceptionHandling>Sync</ExceptionHandling>
  165. <DisableSpecificWarnings>4996</DisableSpecificWarnings>
  166. </ClCompile>
  167. <Link>
  168. <GenerateDebugInformation>true</GenerateDebugInformation>
  169. </Link>
  170. </ItemDefinitionGroup>
  171. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='WinRTDebug|Win32'">
  172. <ClCompile>
  173. <WarningLevel>Level3</WarningLevel>
  174. <Optimization>Disabled</Optimization>
  175. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  176. </ClCompile>
  177. <Link>
  178. <GenerateDebugInformation>true</GenerateDebugInformation>
  179. </Link>
  180. </ItemDefinitionGroup>
  181. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  182. <ClCompile>
  183. <WarningLevel>Level3</WarningLevel>
  184. <Optimization>Disabled</Optimization>
  185. </ClCompile>
  186. <Link>
  187. <GenerateDebugInformation>true</GenerateDebugInformation>
  188. </Link>
  189. </ItemDefinitionGroup>
  190. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='WinRTDebug|x64'">
  191. <ClCompile>
  192. <WarningLevel>Level3</WarningLevel>
  193. <Optimization>Disabled</Optimization>
  194. </ClCompile>
  195. <Link>
  196. <GenerateDebugInformation>true</GenerateDebugInformation>
  197. </Link>
  198. </ItemDefinitionGroup>
  199. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  200. <ClCompile>
  201. <WarningLevel>Level3</WarningLevel>
  202. <Optimization>MaxSpeed</Optimization>
  203. <FunctionLevelLinking>true</FunctionLevelLinking>
  204. <IntrinsicFunctions>true</IntrinsicFunctions>
  205. <PreprocessorDefinitions>_WIN32_WINNT=0x501;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  206. <ExceptionHandling>Sync</ExceptionHandling>
  207. </ClCompile>
  208. <Link>
  209. <GenerateDebugInformation>true</GenerateDebugInformation>
  210. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  211. <OptimizeReferences>true</OptimizeReferences>
  212. </Link>
  213. </ItemDefinitionGroup>
  214. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='WinRTRelease|Win32'">
  215. <ClCompile>
  216. <WarningLevel>Level3</WarningLevel>
  217. <Optimization>MaxSpeed</Optimization>
  218. <FunctionLevelLinking>true</FunctionLevelLinking>
  219. <IntrinsicFunctions>true</IntrinsicFunctions>
  220. <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
  221. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  222. </ClCompile>
  223. <Link>
  224. <GenerateDebugInformation>true</GenerateDebugInformation>
  225. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  226. <OptimizeReferences>true</OptimizeReferences>
  227. </Link>
  228. </ItemDefinitionGroup>
  229. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  230. <ClCompile>
  231. <WarningLevel>Level3</WarningLevel>
  232. <Optimization>MaxSpeed</Optimization>
  233. <FunctionLevelLinking>true</FunctionLevelLinking>
  234. <IntrinsicFunctions>true</IntrinsicFunctions>
  235. </ClCompile>
  236. <Link>
  237. <GenerateDebugInformation>true</GenerateDebugInformation>
  238. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  239. <OptimizeReferences>true</OptimizeReferences>
  240. </Link>
  241. </ItemDefinitionGroup>
  242. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='WinRTRelease|x64'">
  243. <ClCompile>
  244. <WarningLevel>Level3</WarningLevel>
  245. <Optimization>MaxSpeed</Optimization>
  246. <FunctionLevelLinking>true</FunctionLevelLinking>
  247. <IntrinsicFunctions>true</IntrinsicFunctions>
  248. </ClCompile>
  249. <Link>
  250. <GenerateDebugInformation>true</GenerateDebugInformation>
  251. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  252. <OptimizeReferences>true</OptimizeReferences>
  253. </Link>
  254. </ItemDefinitionGroup>
  255. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  256. <ImportGroup Label="ExtensionTargets">
  257. </ImportGroup>
  258. </Project>