2015-01-27 05:07:44 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-12-08 05:15:53 +00:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2015-01-27 05:07:44 +00:00
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2015-05-16 00:55:23 +00:00
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2015-01-27 05:07:44 +00:00
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2015-05-16 00:55:23 +00:00
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2015-01-27 05:07:44 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{FD617E80-9E40-4138-85DA-B94633972E6A}</ProjectGuid>
|
|
|
|
|
<RootNamespace>NRage_Input_V2</RootNamespace>
|
2015-02-19 08:03:33 +00:00
|
|
|
|
<ProjectName>PJ64 NRage</ProjectName>
|
2015-01-27 05:07:44 +00:00
|
|
|
|
</PropertyGroup>
|
2015-02-20 09:09:05 +00:00
|
|
|
|
<PropertyGroup Label="Configuration">
|
2015-01-27 05:07:44 +00:00
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
</PropertyGroup>
|
2015-07-15 10:37:49 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2015-02-20 09:09:05 +00:00
|
|
|
|
<ImportGroup Label="PropertySheets">
|
2015-07-15 10:37:49 +00:00
|
|
|
|
<Import Project="$(SolutionDir)PropertySheets\Platform.$(Configuration).props" />
|
2015-01-27 05:07:44 +00:00
|
|
|
|
</ImportGroup>
|
2015-07-15 10:37:49 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
2015-02-20 09:09:05 +00:00
|
|
|
|
<PropertyGroup>
|
2015-02-19 08:03:33 +00:00
|
|
|
|
<TargetName>PJ64_NRage</TargetName>
|
2015-05-16 00:55:23 +00:00
|
|
|
|
<TargetName Condition="'$(Configuration)'=='Debug'">PJ64_NRage_d</TargetName>
|
2015-05-21 20:07:24 +00:00
|
|
|
|
<OutDir>$(SolutionDir)Plugin\Input\</OutDir>
|
|
|
|
|
<OutDir Condition="'$(Platform)'=='x64'">$(SolutionDir)Plugin64\Input\</OutDir>
|
2015-02-19 08:03:33 +00:00
|
|
|
|
</PropertyGroup>
|
2015-02-20 09:09:05 +00:00
|
|
|
|
<ItemDefinitionGroup>
|
2015-01-27 05:07:44 +00:00
|
|
|
|
<ClCompile>
|
2015-12-05 04:05:23 +00:00
|
|
|
|
<AdditionalIncludeDirectories>$(Root)Source\3rdParty\directx\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2015-01-27 05:07:44 +00:00
|
|
|
|
<PrecompiledHeader />
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<AdditionalDependencies>xinput.lib;dinput8.lib;dxguid.lib;Comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2015-12-04 06:49:31 +00:00
|
|
|
|
<AdditionalLibraryDirectories>$(Root)Source\3rdParty\directx\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
2015-12-05 04:05:23 +00:00
|
|
|
|
<AdditionalLibraryDirectories Condition="'$(Platform)'=='x64'">$(Root)Source\3rdParty\directx\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
2015-02-19 08:03:33 +00:00
|
|
|
|
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
|
2015-01-27 05:07:44 +00:00
|
|
|
|
</Link>
|
2017-11-15 09:04:09 +00:00
|
|
|
|
<PreBuildEvent>
|
2017-11-15 19:12:45 +00:00
|
|
|
|
<Command>"$(SolutionDir)Source\Script\UpdateVersion.cmd" "$(Configuration)" "$(SolutionDir)Source\nragev20\Version.h.in" "$(SolutionDir)Source\nragev20\Version.h"</Command>
|
2017-11-15 09:04:09 +00:00
|
|
|
|
</PreBuildEvent>
|
2015-01-27 05:07:44 +00:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="Debug.cpp">
|
2015-05-16 00:55:23 +00:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)'=='Release'">true</ExcludedFromBuild>
|
2015-01-27 05:07:44 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="DirectInput.cpp" />
|
|
|
|
|
<ClCompile Include="FileAccess.cpp" />
|
|
|
|
|
<ClCompile Include="GBCart.cpp" />
|
|
|
|
|
<ClCompile Include="Interface.cpp" />
|
|
|
|
|
<ClCompile Include="International.cpp" />
|
|
|
|
|
<ClCompile Include="NRagePluginV2.cpp" />
|
|
|
|
|
<ClCompile Include="PakIO.cpp" />
|
|
|
|
|
<ClCompile Include="XInputController.cpp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2015-02-21 03:00:59 +00:00
|
|
|
|
<ClInclude Include="Version.h" />
|
2015-01-27 05:07:44 +00:00
|
|
|
|
<ClInclude Include="XInputController.h" />
|
|
|
|
|
<ClInclude Include="commonIncludes.h" />
|
|
|
|
|
<ClInclude Include="ControllerSpecs\Controller #1.1.h" />
|
|
|
|
|
<ClInclude Include="Debug.h" />
|
|
|
|
|
<ClInclude Include="DirectInput.h" />
|
|
|
|
|
<ClInclude Include="FileAccess.h" />
|
|
|
|
|
<ClInclude Include="GBCart.h" />
|
|
|
|
|
<ClInclude Include="Interface.h" />
|
|
|
|
|
<ClInclude Include="International.h" />
|
|
|
|
|
<ClInclude Include="NRagePluginV2.h" />
|
|
|
|
|
<ClInclude Include="PakIO.h" />
|
|
|
|
|
<ClInclude Include="resource.h" />
|
|
|
|
|
<ClInclude Include="settings.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="configs\Controller1.cpf" />
|
|
|
|
|
<None Include="configs\Shortcuts.sc" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ResourceCompile Include="NRagePluginV2.rc" />
|
|
|
|
|
</ItemGroup>
|
2018-01-05 10:38:48 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\UpdateVersion\UpdateVersion.vcxproj">
|
|
|
|
|
<Project>{1968162c-0793-491d-91a1-81645a24d399}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2015-01-27 05:07:44 +00:00
|
|
|
|
</Project>
|