Skip to content

Conversation

@unkusr007
Copy link

@unkusr007 unkusr007 commented Feb 27, 2023

The purpose of this PR is to provide a .sln file, and be able to compile the project.
This is the first PR of a chain of upgrade, features and cleanups

As mentioned in the README.md, the repo must be cloned in plugins folder.
Compilation is not required to make the plugin work.

Comment on lines +11 to +13
<Compile Include="..\Default\BasePlugin\BasePlugin.cs" Link="BasePlugin.cs" />
<Compile Include="..\Default\BasePlugin\ValueFormat.cs" Link="ValueFormat.cs" />
<Compile Include="..\Default\Extensions\LinqExtensions.cs" Link="LinqExtensions.cs" />
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linked from the the THUD release cs files.

Comment on lines +6 to +7
<BaseOutputPath>$(TEMP)\pHelperBin</BaseOutputPath>
<BaseIntermediateOutputPath>$(TEMP)\pHelperObj</BaseIntermediateOutputPath>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prevent THUD to load librairies in the bin folder

@unkusr007 unkusr007 marked this pull request as ready for review February 27, 2023 21:25
@unkusr007 unkusr007 changed the title Cleanup pHelper compilable project Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants