2015-02-02 00:43:34 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-04-18 08:05:21 +00:00
|
|
|
|
<Project>
|
2020-08-21 03:27:07 +00:00
|
|
|
|
<Import Project="..\..\Source\VSProps\Base.Macros.props" />
|
2020-08-19 01:07:08 +00:00
|
|
|
|
<Import Project="$(VSPropsDir)Base.Targets.props" />
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{CBC76802-C128-4B17-BF6C-23B08C313E5E}</ProjectGuid>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<Import Project="$(VSPropsDir)Configuration.StaticLibrary.props" />
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings" />
|
|
|
|
|
<ImportGroup Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
<Import Project="$(VSPropsDir)Base.props" />
|
|
|
|
|
<Import Project="$(VSPropsDir)ClDisableAllWarnings.props" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
2022-07-31 07:39:35 +00:00
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
|
<ClCompile>
|
2023-12-09 17:05:05 +00:00
|
|
|
|
<AdditionalIncludeDirectories>enet\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2022-07-31 07:39:35 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
2015-02-15 12:34:44 +00:00
|
|
|
|
<ItemGroup>
|
2023-12-09 17:05:05 +00:00
|
|
|
|
<ClInclude Include="enet\include\enet\callbacks.h" />
|
|
|
|
|
<ClInclude Include="enet\include\enet\enet.h" />
|
|
|
|
|
<ClInclude Include="enet\include\enet\list.h" />
|
|
|
|
|
<ClInclude Include="enet\include\enet\protocol.h" />
|
|
|
|
|
<ClInclude Include="enet\include\enet\time.h" />
|
|
|
|
|
<ClInclude Include="enet\include\enet\types.h" />
|
|
|
|
|
<ClInclude Include="enet\include\enet\unix.h" />
|
|
|
|
|
<ClInclude Include="enet\include\enet\utility.h" />
|
|
|
|
|
<ClInclude Include="enet\include\enet\win32.h" />
|
2015-02-15 12:34:44 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2023-12-09 17:05:05 +00:00
|
|
|
|
<ClCompile Include="enet\callbacks.c" />
|
|
|
|
|
<ClCompile Include="enet\compress.c" />
|
|
|
|
|
<ClCompile Include="enet\host.c" />
|
|
|
|
|
<ClCompile Include="enet\list.c" />
|
|
|
|
|
<ClCompile Include="enet\packet.c" />
|
|
|
|
|
<ClCompile Include="enet\peer.c" />
|
|
|
|
|
<ClCompile Include="enet\protocol.c" />
|
|
|
|
|
<ClCompile Include="enet\unix.c" />
|
|
|
|
|
<ClCompile Include="enet\win32.c" />
|
2015-02-15 12:34:44 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Text Include="CMakeLists.txt" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2023-12-09 17:05:05 +00:00
|
|
|
|
<None Include="enet\LICENSE" />
|
|
|
|
|
<None Include="enet\README" />
|
2015-02-15 12:34:44 +00:00
|
|
|
|
</ItemGroup>
|
2015-02-02 00:43:34 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2015-03-16 23:42:36 +00:00
|
|
|
|
</Project>
|