diff options
Diffstat (limited to 'NewCamera.csproj')
| -rwxr-xr-x | NewCamera.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/NewCamera.csproj b/NewCamera.csproj index bde04c5..25b5795 100755 --- a/NewCamera.csproj +++ b/NewCamera.csproj @@ -21,6 +21,9 @@ <Reference Include="SharpPluginLoader.InternalCallGenerator">
<HintPath>..\SharpPluginLoader-fork\SharpPluginLoader.InternalCallGenerator\bin\Release\netstandard2.0\SharpPluginLoader.InternalCallGenerator.dll</HintPath>
</Reference>
+ <Reference Include="WorldTuningTool">
+ <HintPath>..\WorldTuningTool\bin\Release\net8.0\WorldTuningTool.dll</HintPath>
+ </Reference>
</ItemGroup>
</Project>
|