JustinAJ
11 years ago
8 changed files with 0 additions and 285 deletions
@ -1,11 +0,0 @@ |
|||||
#include "Example.h" |
|
||||
|
|
||||
|
|
||||
|
|
||||
// Plugin instantiation and entry point.
|
|
||||
TPlugin pluginInstance; |
|
||||
|
|
||||
extern "C" __declspec(dllexport) Jupiter::Plugin *getPlugin() |
|
||||
{ |
|
||||
return &pluginInstance; |
|
||||
} |
|
@ -1,11 +0,0 @@ |
|||||
#if !defined _EXAMPLE_H_HEADER |
|
||||
#define _EXAMPLE_H_HEADER |
|
||||
|
|
||||
#include "Plugin.h" |
|
||||
|
|
||||
class TPlugin : public Jupiter::Plugin |
|
||||
{ |
|
||||
const char *getName() { return "TemplatePlugin"; } |
|
||||
}; |
|
||||
|
|
||||
#endif // _EXAMPLE_H_HEADER
|
|
@ -1,83 +0,0 @@ |
|||||
<?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>{1DD04156-F096-4C41-9E1C-5BFD3234E9FD}</ProjectGuid> |
|
||||
<RootNamespace>PluginExample</RootNamespace> |
|
||||
</PropertyGroup> |
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
||||
<ConfigurationType>Application</ConfigurationType> |
|
||||
<UseDebugLibraries>true</UseDebugLibraries> |
|
||||
<PlatformToolset>v120</PlatformToolset> |
|
||||
<CharacterSet>MultiByte</CharacterSet> |
|
||||
</PropertyGroup> |
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
||||
<UseDebugLibraries>false</UseDebugLibraries> |
|
||||
<PlatformToolset>v120</PlatformToolset> |
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
||||
<CharacterSet>Unicode</CharacterSet> |
|
||||
</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)'=='Release|Win32'"> |
|
||||
<OutDir>$(SolutionDir)$(Configuration)\Plugins\</OutDir> |
|
||||
</PropertyGroup> |
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
||||
<ClCompile> |
|
||||
<WarningLevel>Level3</WarningLevel> |
|
||||
<Optimization>Disabled</Optimization> |
|
||||
<SDLCheck>true</SDLCheck> |
|
||||
</ClCompile> |
|
||||
<Link> |
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
||||
</Link> |
|
||||
</ItemDefinitionGroup> |
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
||||
<ClCompile> |
|
||||
<WarningLevel>Level3</WarningLevel> |
|
||||
<Optimization>MaxSpeed</Optimization> |
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
||||
<SDLCheck>true</SDLCheck> |
|
||||
<AdditionalIncludeDirectories>../Bot;../Jupiter</AdditionalIncludeDirectories> |
|
||||
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
||||
</ClCompile> |
|
||||
<Link> |
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
||||
<OptimizeReferences>true</OptimizeReferences> |
|
||||
</Link> |
|
||||
</ItemDefinitionGroup> |
|
||||
<ItemGroup> |
|
||||
<ClInclude Include="Example.h" /> |
|
||||
</ItemGroup> |
|
||||
<ItemGroup> |
|
||||
<ClCompile Include="Example.cpp" /> |
|
||||
</ItemGroup> |
|
||||
<ItemGroup> |
|
||||
<Library Include="..\Jupiter\Jupiter.lib" /> |
|
||||
<Library Include="..\Release\Bot.lib" /> |
|
||||
</ItemGroup> |
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
||||
<ImportGroup Label="ExtensionTargets"> |
|
||||
</ImportGroup> |
|
||||
</Project> |
|
@ -1,35 +0,0 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
||||
<ItemGroup> |
|
||||
<Filter Include="Source Files"> |
|
||||
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> |
|
||||
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> |
|
||||
</Filter> |
|
||||
<Filter Include="Header Files"> |
|
||||
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> |
|
||||
<Extensions>h;hh;hpp;hxx;hm;inl;inc;xsd</Extensions> |
|
||||
</Filter> |
|
||||
<Filter Include="Resource Files"> |
|
||||
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier> |
|
||||
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions> |
|
||||
</Filter> |
|
||||
</ItemGroup> |
|
||||
<ItemGroup> |
|
||||
<ClInclude Include="Example.h"> |
|
||||
<Filter>Header Files</Filter> |
|
||||
</ClInclude> |
|
||||
</ItemGroup> |
|
||||
<ItemGroup> |
|
||||
<ClCompile Include="Example.cpp"> |
|
||||
<Filter>Source Files</Filter> |
|
||||
</ClCompile> |
|
||||
</ItemGroup> |
|
||||
<ItemGroup> |
|
||||
<Library Include="..\Release\Bot.lib"> |
|
||||
<Filter>Resource Files</Filter> |
|
||||
</Library> |
|
||||
<Library Include="..\..\Jupiter\Release\Jupiter.lib"> |
|
||||
<Filter>Resource Files</Filter> |
|
||||
</Library> |
|
||||
</ItemGroup> |
|
||||
</Project> |
|
@ -1,11 +0,0 @@ |
|||||
#include "Example.h" |
|
||||
|
|
||||
|
|
||||
|
|
||||
// Plugin instantiation and entry point.
|
|
||||
RenX_TPlugin pluginInstance; |
|
||||
|
|
||||
extern "C" __declspec(dllexport) Jupiter::Plugin *getPlugin() |
|
||||
{ |
|
||||
return &pluginInstance; |
|
||||
} |
|
@ -1,12 +0,0 @@ |
|||||
#if !defined _EXAMPLE_H_HEADER |
|
||||
#define _EXAMPLE_H_HEADER |
|
||||
|
|
||||
#include "Plugin.h" |
|
||||
#include "RenX_Plugin.h" |
|
||||
|
|
||||
class RenX_TPlugin : public RenX::Plugin |
|
||||
{ |
|
||||
const char *getName() { return "RenX_TemplatePlugin"; } |
|
||||
}; |
|
||||
|
|
||||
#endif // _EXAMPLE_H_HEADER
|
|
@ -1,84 +0,0 @@ |
|||||
<?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>{1DD04156-F096-4C41-9E1C-5BFD3234E9FD}</ProjectGuid> |
|
||||
<RootNamespace>PluginExample</RootNamespace> |
|
||||
</PropertyGroup> |
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
||||
<ConfigurationType>Application</ConfigurationType> |
|
||||
<UseDebugLibraries>true</UseDebugLibraries> |
|
||||
<PlatformToolset>v120</PlatformToolset> |
|
||||
<CharacterSet>MultiByte</CharacterSet> |
|
||||
</PropertyGroup> |
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
||||
<UseDebugLibraries>false</UseDebugLibraries> |
|
||||
<PlatformToolset>v120</PlatformToolset> |
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
||||
<CharacterSet>Unicode</CharacterSet> |
|
||||
</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)'=='Release|Win32'"> |
|
||||
<OutDir>$(SolutionDir)$(Configuration)\Plugins\</OutDir> |
|
||||
</PropertyGroup> |
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
||||
<ClCompile> |
|
||||
<WarningLevel>Level3</WarningLevel> |
|
||||
<Optimization>Disabled</Optimization> |
|
||||
<SDLCheck>true</SDLCheck> |
|
||||
</ClCompile> |
|
||||
<Link> |
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
||||
</Link> |
|
||||
</ItemDefinitionGroup> |
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
||||
<ClCompile> |
|
||||
<WarningLevel>Level3</WarningLevel> |
|
||||
<Optimization>MaxSpeed</Optimization> |
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
||||
<SDLCheck>true</SDLCheck> |
|
||||
<AdditionalIncludeDirectories>../Bot;../Jupiter;../RenX.Core</AdditionalIncludeDirectories> |
|
||||
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
||||
</ClCompile> |
|
||||
<Link> |
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
||||
<OptimizeReferences>true</OptimizeReferences> |
|
||||
</Link> |
|
||||
</ItemDefinitionGroup> |
|
||||
<ItemGroup> |
|
||||
<ClInclude Include="Example.h" /> |
|
||||
</ItemGroup> |
|
||||
<ItemGroup> |
|
||||
<ClCompile Include="Example.cpp" /> |
|
||||
</ItemGroup> |
|
||||
<ItemGroup> |
|
||||
<Library Include="..\Jupiter\Jupiter.lib" /> |
|
||||
<Library Include="..\Release\Bot.lib" /> |
|
||||
<Library Include="..\Release\Plugins\RenX.Core.lib" /> |
|
||||
</ItemGroup> |
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
||||
<ImportGroup Label="ExtensionTargets"> |
|
||||
</ImportGroup> |
|
||||
</Project> |
|
@ -1,38 +0,0 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
||||
<ItemGroup> |
|
||||
<Filter Include="Source Files"> |
|
||||
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> |
|
||||
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> |
|
||||
</Filter> |
|
||||
<Filter Include="Header Files"> |
|
||||
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> |
|
||||
<Extensions>h;hh;hpp;hxx;hm;inl;inc;xsd</Extensions> |
|
||||
</Filter> |
|
||||
<Filter Include="Resource Files"> |
|
||||
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier> |
|
||||
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions> |
|
||||
</Filter> |
|
||||
</ItemGroup> |
|
||||
<ItemGroup> |
|
||||
<ClInclude Include="Example.h"> |
|
||||
<Filter>Header Files</Filter> |
|
||||
</ClInclude> |
|
||||
</ItemGroup> |
|
||||
<ItemGroup> |
|
||||
<ClCompile Include="Example.cpp"> |
|
||||
<Filter>Source Files</Filter> |
|
||||
</ClCompile> |
|
||||
</ItemGroup> |
|
||||
<ItemGroup> |
|
||||
<Library Include="..\Release\Plugins\RenX.Core.lib"> |
|
||||
<Filter>Resource Files</Filter> |
|
||||
</Library> |
|
||||
<Library Include="..\Release\Bot.lib"> |
|
||||
<Filter>Resource Files</Filter> |
|
||||
</Library> |
|
||||
<Library Include="..\Jupiter\Jupiter.lib"> |
|
||||
<Filter>Resource Files</Filter> |
|
||||
</Library> |
|
||||
</ItemGroup> |
|
||||
</Project> |
|
Loading…
Reference in new issue