You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.8 KiB

10 years ago
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
10 years ago
<PropertyGroup Label="Globals">
<ProjectGuid>{9103DF3D-8B4A-48E5-A6B3-CBE2554630E2}</ProjectGuid>
<RootNamespace>RenX.Core</RootNamespace>
10 years ago
</PropertyGroup>
<ImportGroup Label="PropertySheets">
<Import Project="..\Plugin.props" />
10 years ago
</ImportGroup>
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions>RENX_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
10 years ago
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="RenX_BanDatabase.h" />
<ClInclude Include="RenX_BuildingInfo.h" />
10 years ago
<ClInclude Include="RenX_Core.h" />
<ClInclude Include="RenX.h" />
<ClInclude Include="RenX_ExemptionDatabase.h" />
10 years ago
<ClInclude Include="RenX_Functions.h" />
<ClInclude Include="RenX_GameCommand.h" />
<ClInclude Include="RenX_LadderDatabase.h" />
<ClInclude Include="RenX_Map.h" />
10 years ago
<ClInclude Include="RenX_PlayerInfo.h" />
<ClInclude Include="RenX_Plugin.h" />
<ClInclude Include="RenX_Server.h" />
<ClInclude Include="RenX_Tags.h" />
<ClInclude Include="RenX_TeamInfo.h" />
10 years ago
</ItemGroup>
<ItemGroup>
<ClCompile Include="RenX_BanDatabase.cpp" />
10 years ago
<ClCompile Include="RenX_Core.cpp" />
<ClCompile Include="RenX_ExemptionDatabase.cpp" />
10 years ago
<ClCompile Include="RenX_Functions.cpp" />
<ClCompile Include="RenX_GameCommand.cpp" />
<ClCompile Include="RenX_LadderDatabase.cpp" />
<ClCompile Include="RenX_Map.cpp" />
10 years ago
<ClCompile Include="RenX_Plugin.cpp" />
<ClCompile Include="RenX_Server.cpp" />
<ClCompile Include="RenX_Tags.cpp" />
10 years ago
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>