mirror of https://github.com/JAJames/Jupiter.git
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.
165 lines
7.3 KiB
165 lines
7.3 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{367CBCA8-6F27-484A-BC6C-2FC087FBB0C8}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<RootNamespace>IRCBot</RootNamespace>
|
|
<ProjectName>Jupiter</ProjectName>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<RunCodeAnalysis>false</RunCodeAnalysis>
|
|
<IncludePath>C:\dev\OpenSSL\Win32\include;$(IncludePath)</IncludePath>
|
|
<LibraryPath>C:\dev\OpenSSL\Win32\lib;$(LibraryPath)</LibraryPath>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;JUPITER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<EnablePREfast>false</EnablePREfast>
|
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<ExceptionHandling>Async</ExceptionHandling>
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
<DisableSpecificWarnings>4505</DisableSpecificWarnings>
|
|
<C99Support>true</C99Support>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<ShowProgress>NotSet</ShowProgress>
|
|
<Version>0.0</Version>
|
|
</Link>
|
|
<ProjectReference>
|
|
<LinkLibraryDependencies>
|
|
</LinkLibraryDependencies>
|
|
</ProjectReference>
|
|
<ResourceCompile>
|
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ResourceCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="Base64.cpp" />
|
|
<ClCompile Include="Base64C.c" />
|
|
<ClCompile Include="Command.cpp" />
|
|
<ClCompile Include="File.cpp" />
|
|
<ClCompile Include="Functions.c" />
|
|
<ClCompile Include="INIFile.cpp" />
|
|
<ClCompile Include="IRC.cpp" />
|
|
<ClCompile Include="IRC_Client.cpp" />
|
|
<ClCompile Include="IRC_Server.cpp" />
|
|
<ClCompile Include="Jupiter.cpp" />
|
|
<ClCompile Include="Plugin.cpp" />
|
|
<ClCompile Include="Queue.cpp" />
|
|
<ClCompile Include="Rehash.cpp" />
|
|
<ClCompile Include="SecureSocket.cpp" />
|
|
<ClCompile Include="Socket.cpp" />
|
|
<ClCompile Include="TCPSocket.cpp" />
|
|
<ClCompile Include="Timer.cpp" />
|
|
<ClCompile Include="UDPSocket.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="ArrayList.h" />
|
|
<ClInclude Include="Base64.h" />
|
|
<ClInclude Include="Command.h" />
|
|
<ClInclude Include="CString.h" />
|
|
<ClInclude Include="CString_Imp.h" />
|
|
<ClInclude Include="DLList.h" />
|
|
<ClInclude Include="File.h" />
|
|
<ClInclude Include="InvalidIndex.h" />
|
|
<ClInclude Include="IRC.h" />
|
|
<ClInclude Include="IRC_Numerics.h" />
|
|
<ClInclude Include="IRC_Server.h" />
|
|
<ClInclude Include="Jupiter.h" />
|
|
<ClInclude Include="Functions.h" />
|
|
<ClInclude Include="INIFile.h" />
|
|
<ClInclude Include="IRC_Client.h" />
|
|
<ClInclude Include="List.h" />
|
|
<ClInclude Include="Plugin.h" />
|
|
<ClInclude Include="Queue.h" />
|
|
<ClInclude Include="Readable_String.h" />
|
|
<ClInclude Include="Readable_String_Imp.h" />
|
|
<ClInclude Include="Reference_String.h" />
|
|
<ClInclude Include="Reference_String_Imp.h" />
|
|
<ClInclude Include="Rehash.h" />
|
|
<ClInclude Include="resource.h" />
|
|
<ClInclude Include="SecureSocket.h" />
|
|
<ClInclude Include="Shift_String.h" />
|
|
<ClInclude Include="Shift_String_Imp.h" />
|
|
<ClInclude Include="SLList.h" />
|
|
<ClInclude Include="Socket.h" />
|
|
<ClInclude Include="String.h" />
|
|
<ClInclude Include="String_Imp.h" />
|
|
<ClInclude Include="String_Type_Imp.h" />
|
|
<ClInclude Include="String_Type.h" />
|
|
<ClInclude Include="TCPSocket.h" />
|
|
<ClInclude Include="Thinker.h" />
|
|
<ClInclude Include="Timer.h" />
|
|
<ClInclude Include="UDPSocket.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ResourceCompile Include="Jupiter.rc" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Library Include="..\..\..\OpenSSL\Win32\lib\VC\static\libeay32MD.lib" />
|
|
<Library Include="..\..\..\OpenSSL\Win32\lib\VC\static\ssleay32MD.lib" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project>
|