ENet.vcxproj 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  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="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{C9992B7C-313E-4C9F-A954-640D01EDFB58}</ProjectGuid>
  15. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  16. <Keyword>ManagedCProj</Keyword>
  17. <RootNamespace>ENet</RootNamespace>
  18. <ProjectName>ENet</ProjectName>
  19. </PropertyGroup>
  20. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  21. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  22. <ConfigurationType>DynamicLibrary</ConfigurationType>
  23. <UseDebugLibraries>true</UseDebugLibraries>
  24. <PlatformToolset>v120</PlatformToolset>
  25. <CLRSupport>false</CLRSupport>
  26. <CharacterSet>Unicode</CharacterSet>
  27. </PropertyGroup>
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  29. <ConfigurationType>DynamicLibrary</ConfigurationType>
  30. <UseDebugLibraries>false</UseDebugLibraries>
  31. <PlatformToolset>v120</PlatformToolset>
  32. <CLRSupport>false</CLRSupport>
  33. <CharacterSet>Unicode</CharacterSet>
  34. </PropertyGroup>
  35. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  36. <ImportGroup Label="ExtensionSettings">
  37. </ImportGroup>
  38. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  39. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  40. </ImportGroup>
  41. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  42. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  43. </ImportGroup>
  44. <PropertyGroup Label="UserMacros" />
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  46. <LinkIncremental>true</LinkIncremental>
  47. <IncludePath>$(SolutionDir)\Platform\;$(IncludePath)</IncludePath>
  48. <OutDir>$(SolutionDir)\Bin\Debug\</OutDir>
  49. <IntDir>$(SolutionDir)\Temp\Debug\</IntDir>
  50. <TargetExt>.dll</TargetExt>
  51. <TargetName>$(ProjectName)</TargetName>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  54. <LinkIncremental>false</LinkIncremental>
  55. <OutDir>$(SolutionDir)\Bin\Release\</OutDir>
  56. <IntDir>$(SolutionDir)\Temp\Release\</IntDir>
  57. </PropertyGroup>
  58. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  59. <ClCompile>
  60. <WarningLevel>Level3</WarningLevel>
  61. <Optimization>Disabled</Optimization>
  62. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;ENET_DLL;ENET_BUILDING_LIB</PreprocessorDefinitions>
  63. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  64. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  65. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  66. <MinimalRebuild>false</MinimalRebuild>
  67. <ExceptionHandling>Sync</ExceptionHandling>
  68. <FunctionLevelLinking>false</FunctionLevelLinking>
  69. <BrowseInformation>true</BrowseInformation>
  70. <CallingConvention>Cdecl</CallingConvention>
  71. <CompileAsManaged>false</CompileAsManaged>
  72. <DisableSpecificWarnings>4146;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  73. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  74. </ClCompile>
  75. <Link>
  76. <GenerateDebugInformation>true</GenerateDebugInformation>
  77. <AdditionalDependencies>wsock32.lib;Ws2_32.lib;Winmm.lib</AdditionalDependencies>
  78. <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  79. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  80. <CLRSupportLastError>Enabled</CLRSupportLastError>
  81. </Link>
  82. <ProjectReference>
  83. <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
  84. </ProjectReference>
  85. <Bscmake>
  86. <PreserveSbr>true</PreserveSbr>
  87. </Bscmake>
  88. </ItemDefinitionGroup>
  89. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  90. <ClCompile>
  91. <WarningLevel>Level3</WarningLevel>
  92. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;ENET_DLL;ENET_BUILDING_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  93. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  94. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  95. <CompileAsManaged>false</CompileAsManaged>
  96. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  97. </ClCompile>
  98. <Link>
  99. <GenerateDebugInformation>false</GenerateDebugInformation>
  100. <AdditionalDependencies>wsock32.lib;Ws2_32.lib;Winmm.lib</AdditionalDependencies>
  101. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  102. <CLRSupportLastError>Enabled</CLRSupportLastError>
  103. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  104. </Link>
  105. </ItemDefinitionGroup>
  106. <ItemGroup>
  107. <ClCompile Include="callbacks.cc" />
  108. <ClCompile Include="compress.cc" />
  109. <ClCompile Include="host.cc" />
  110. <ClCompile Include="list.cc" />
  111. <ClCompile Include="packet.cc" />
  112. <ClCompile Include="peer.cc" />
  113. <ClCompile Include="protocol.cc" />
  114. <ClCompile Include="unix.cc" />
  115. <ClCompile Include="win32.cc" />
  116. </ItemGroup>
  117. <ItemGroup>
  118. <ClInclude Include="callbacks.h" />
  119. <ClInclude Include="enet.h" />
  120. <ClInclude Include="list.h" />
  121. <ClInclude Include="protocol.h" />
  122. <ClInclude Include="time.h" />
  123. <ClInclude Include="types.h" />
  124. <ClInclude Include="unix.h" />
  125. <ClInclude Include="utility.h" />
  126. <ClInclude Include="win32.h" />
  127. </ItemGroup>
  128. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  129. <ImportGroup Label="ExtensionTargets">
  130. </ImportGroup>
  131. </Project>