2015-02-01 17:43:34 -07:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-04-18 02:05:21 -06:00
|
|
|
|
<Project>
|
2020-08-20 21:27:07 -06:00
|
|
|
|
<Import Project="..\..\Source\VSProps\Base.Macros.props" />
|
2020-08-18 19:07:08 -06: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 01:39:35 -06:00
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
|
<ClCompile>
|
2023-12-09 10:05:05 -07:00
|
|
|
|
<AdditionalIncludeDirectories>enet\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2022-07-31 01:39:35 -06:00
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
2015-02-15 05:34:44 -07:00
|
|
|
|
<ItemGroup>
|
2023-12-09 10:05:05 -07: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 05:34:44 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2023-12-09 10:05:05 -07: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 05:34:44 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Text Include="CMakeLists.txt" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2023-12-09 10:05:05 -07:00
|
|
|
|
<None Include="enet\LICENSE" />
|
|
|
|
|
<None Include="enet\README" />
|
2015-02-15 05:34:44 -07:00
|
|
|
|
</ItemGroup>
|
2015-02-01 17:43:34 -07:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2015-03-16 17:42:36 -06:00
|
|
|
|
</Project>
|