Skip to content

Commit

Permalink
Add LE1 function logger
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgamerz committed Nov 1, 2023
1 parent 377f5fe commit 7d87544
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 64 deletions.
59 changes: 0 additions & 59 deletions FunctionLogger/FunctionLogger.cpp

This file was deleted.

2 changes: 1 addition & 1 deletion LE1-ASI-Plugins.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "KismetLogger", "KismetLogge
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LE1LEXInterop", "LE1LEXInterop\LE1LEXInterop.vcxproj", "{3E825F49-5D7E-4064-B5B2-03011B408B6F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FunctionLogger", "FunctionLogger\FunctionLogger.vcxproj", "{F5C37F91-930C-4037-B0A0-C8C352636899}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LE1FunctionLogger", "LE1FunctionLogger\LE1FunctionLogger.vcxproj", "{F5C37F91-930C-4037-B0A0-C8C352636899}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LE1DebugLogger", "LE1DebugLogger\LE1DebugLogger.vcxproj", "{C0B3993D-89FD-43D0-B1E3-B8A108197544}"
EndProject
Expand Down
6 changes: 6 additions & 0 deletions LE1FunctionLogger/LE1FunctionLogger.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Game
#define GAMELE1

#include "../../Shared-ASI/FunctionLogger/FunctionLogger.h"

// ASI code is all defined in FunctionLogger.h in the LEASIMods repo
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<ProjectGuid>{F5C37F91-930C-4037-B0A0-C8C352636899}</ProjectGuid>
<RootNamespace>SeqActLog Enabler</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
<ProjectName>FunctionLogger</ProjectName>
<ProjectName>LE1FunctionLogger</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
Expand Down Expand Up @@ -47,12 +47,12 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
<TargetExt>.asi</TargetExt>
<TargetName>FunctionLogger</TargetName>
<TargetName>LE1FunctionLogger</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
<TargetExt>.asi</TargetExt>
<TargetName>FunctionLogger</TargetName>
<TargetName>LE1FunctionLogger</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
Expand Down Expand Up @@ -90,7 +90,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="FunctionLogger.cpp" />
<ClCompile Include="LE1FunctionLogger.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down

0 comments on commit 7d87544

Please sign in to comment.