ENet.vcxproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.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>{C9992B7C-313E-4C9F-A954-640D01EDFB58}</ProjectGuid>
  23. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  24. <Keyword>ManagedCProj</Keyword>
  25. <RootNamespace>ENet</RootNamespace>
  26. <ProjectName>ENet</ProjectName>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  30. <ConfigurationType>DynamicLibrary</ConfigurationType>
  31. <UseDebugLibraries>true</UseDebugLibraries>
  32. <PlatformToolset>v140</PlatformToolset>
  33. <CLRSupport>false</CLRSupport>
  34. <CharacterSet>Unicode</CharacterSet>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  37. <ConfigurationType>DynamicLibrary</ConfigurationType>
  38. <UseDebugLibraries>true</UseDebugLibraries>
  39. <PlatformToolset>v140_xp</PlatformToolset>
  40. <CLRSupport>false</CLRSupport>
  41. <CharacterSet>Unicode</CharacterSet>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  44. <ConfigurationType>DynamicLibrary</ConfigurationType>
  45. <UseDebugLibraries>false</UseDebugLibraries>
  46. <PlatformToolset>v140</PlatformToolset>
  47. <CLRSupport>false</CLRSupport>
  48. <CharacterSet>Unicode</CharacterSet>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  51. <ConfigurationType>DynamicLibrary</ConfigurationType>
  52. <UseDebugLibraries>false</UseDebugLibraries>
  53. <PlatformToolset>v140</PlatformToolset>
  54. <CLRSupport>false</CLRSupport>
  55. <CharacterSet>Unicode</CharacterSet>
  56. </PropertyGroup>
  57. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  58. <ImportGroup Label="ExtensionSettings">
  59. </ImportGroup>
  60. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. </ImportGroup>
  63. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65. </ImportGroup>
  66. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. </ImportGroup>
  69. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  70. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  71. </ImportGroup>
  72. <PropertyGroup Label="UserMacros" />
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  74. <LinkIncremental>true</LinkIncremental>
  75. <IncludePath>$(SolutionDir)\Platform\;$(IncludePath)</IncludePath>
  76. <OutDir>$(SolutionDir)\Bin\$(Configuration)\</OutDir>
  77. <IntDir>$(SolutionDir)\Temp\$(Configuration)\</IntDir>
  78. <TargetExt>.dll</TargetExt>
  79. <TargetName>$(ProjectName)</TargetName>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  82. <TargetExt>.dll</TargetExt>
  83. <TargetName>$(ProjectName)</TargetName>
  84. <LinkIncremental>true</LinkIncremental>
  85. <IncludePath>$(SolutionDir)\Platform\;$(IncludePath)</IncludePath>
  86. <OutDir>$(SolutionDir)\Bin\$(Configuration)\</OutDir>
  87. <IntDir>$(SolutionDir)\Temp\$(Configuration)\</IntDir>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  90. <LinkIncremental>false</LinkIncremental>
  91. <OutDir>$(SolutionDir)\Bin\Release\</OutDir>
  92. <IntDir>$(SolutionDir)\Temp\Release\</IntDir>
  93. </PropertyGroup>
  94. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  95. <LinkIncremental>false</LinkIncremental>
  96. </PropertyGroup>
  97. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  98. <ClCompile>
  99. <WarningLevel>Level3</WarningLevel>
  100. <Optimization>Full</Optimization>
  101. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;ENET_DLL;ENET_BUILDING_LIB</PreprocessorDefinitions>
  102. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  103. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  104. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  105. <MinimalRebuild>false</MinimalRebuild>
  106. <ExceptionHandling>Sync</ExceptionHandling>
  107. <FunctionLevelLinking>false</FunctionLevelLinking>
  108. <BrowseInformation>true</BrowseInformation>
  109. <CallingConvention>Cdecl</CallingConvention>
  110. <CompileAsManaged>false</CompileAsManaged>
  111. <DisableSpecificWarnings>4146;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  112. <DebugInformationFormat>None</DebugInformationFormat>
  113. </ClCompile>
  114. <Link>
  115. <GenerateDebugInformation>No</GenerateDebugInformation>
  116. <AdditionalDependencies>wsock32.lib;Ws2_32.lib;Winmm.lib</AdditionalDependencies>
  117. <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  118. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  119. <CLRSupportLastError>Enabled</CLRSupportLastError>
  120. </Link>
  121. <ProjectReference>
  122. <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
  123. </ProjectReference>
  124. <Bscmake>
  125. <PreserveSbr>true</PreserveSbr>
  126. </Bscmake>
  127. </ItemDefinitionGroup>
  128. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  129. <ClCompile>
  130. <WarningLevel>Level3</WarningLevel>
  131. <Optimization>Full</Optimization>
  132. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;ENET_DLL;ENET_BUILDING_LIB</PreprocessorDefinitions>
  133. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  134. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  135. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  136. <MinimalRebuild>false</MinimalRebuild>
  137. <ExceptionHandling>Sync</ExceptionHandling>
  138. <FunctionLevelLinking>false</FunctionLevelLinking>
  139. <BrowseInformation>true</BrowseInformation>
  140. <CallingConvention>Cdecl</CallingConvention>
  141. <CompileAsManaged>false</CompileAsManaged>
  142. <DisableSpecificWarnings>4146;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  143. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  144. <WholeProgramOptimization>true</WholeProgramOptimization>
  145. </ClCompile>
  146. <Link>
  147. <GenerateDebugInformation>true</GenerateDebugInformation>
  148. <AdditionalDependencies>wsock32.lib;Ws2_32.lib;Winmm.lib</AdditionalDependencies>
  149. <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  150. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  151. <CLRSupportLastError>Enabled</CLRSupportLastError>
  152. </Link>
  153. <ProjectReference>
  154. <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
  155. </ProjectReference>
  156. <Bscmake>
  157. <PreserveSbr>true</PreserveSbr>
  158. </Bscmake>
  159. </ItemDefinitionGroup>
  160. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  161. <ClCompile>
  162. <WarningLevel>Level3</WarningLevel>
  163. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;ENET_DLL;ENET_BUILDING_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  164. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  165. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  166. <CompileAsManaged>false</CompileAsManaged>
  167. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  168. </ClCompile>
  169. <Link>
  170. <GenerateDebugInformation>false</GenerateDebugInformation>
  171. <AdditionalDependencies>wsock32.lib;Ws2_32.lib;Winmm.lib</AdditionalDependencies>
  172. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  173. <CLRSupportLastError>Enabled</CLRSupportLastError>
  174. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  175. </Link>
  176. </ItemDefinitionGroup>
  177. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  178. <ClCompile>
  179. <WarningLevel>Level3</WarningLevel>
  180. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;ENET_DLL;ENET_BUILDING_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  181. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  182. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  183. <CompileAsManaged>false</CompileAsManaged>
  184. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  185. </ClCompile>
  186. <Link>
  187. <GenerateDebugInformation>false</GenerateDebugInformation>
  188. <AdditionalDependencies>wsock32.lib;Ws2_32.lib;Winmm.lib</AdditionalDependencies>
  189. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  190. <CLRSupportLastError>Enabled</CLRSupportLastError>
  191. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  192. <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
  193. </Link>
  194. </ItemDefinitionGroup>
  195. <ItemGroup>
  196. <ClCompile Include="callbacks.c" />
  197. <ClCompile Include="compress.c" />
  198. <ClCompile Include="host.c" />
  199. <ClCompile Include="list.c" />
  200. <ClCompile Include="packet.c" />
  201. <ClCompile Include="peer.c" />
  202. <ClCompile Include="protocol.c" />
  203. <ClCompile Include="unix.c" />
  204. <ClCompile Include="win32.c" />
  205. </ItemGroup>
  206. <ItemGroup>
  207. <ClInclude Include="enet\callbacks.h" />
  208. <ClInclude Include="enet\enet.h" />
  209. <ClInclude Include="enet\list.h" />
  210. <ClInclude Include="enet\protocol.h" />
  211. <ClInclude Include="enet\time.h" />
  212. <ClInclude Include="enet\types.h" />
  213. <ClInclude Include="enet\unix.h" />
  214. <ClInclude Include="enet\utility.h" />
  215. <ClInclude Include="enet\win32.h" />
  216. </ItemGroup>
  217. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  218. <ImportGroup Label="ExtensionTargets">
  219. </ImportGroup>
  220. </Project>