- Created RLIdentity.vcxproj and associated filters for source files. - Added ZERO_CHECK.vcxproj and filters to manage build dependencies. - Implemented cmake_install.cmake for installation configuration. - Introduced libMinHook.h for hooking functionality. - Updated solution file RLIdentityDLL.sln to include new projects.
9 lines
286 B
XML
9 lines
286 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup>
|
|
<CustomBuild Include="E:\projects\Rocket League\RLIdentityDLL\CMakeLists.txt" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
</ItemGroup>
|
|
</Project>
|