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.
35 lines
1.3 KiB
35 lines
1.3 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{C188871B-5F32-4946-B301-24CA2EBB275D}</ProjectGuid>
|
|
<RootNamespace>Bot</RootNamespace>
|
|
</PropertyGroup>
|
|
<ImportGroup Label="PropertySheets">
|
|
<Import Project="..\Jupiter Bot.props" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;JUPITER_BOT_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="Console_Command.cpp" />
|
|
<ClCompile Include="IRC_Command.cpp" />
|
|
<ClCompile Include="Main.cpp" />
|
|
<ClCompile Include="IRC_Bot.cpp" />
|
|
<ClCompile Include="ServerManager.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="Console_Command.h" />
|
|
<ClInclude Include="IRC_Bot.h" />
|
|
<ClInclude Include="IRC_Command.h" />
|
|
<ClInclude Include="Jupiter_Bot.h" />
|
|
<ClInclude Include="ServerManager.h" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project>
|