diff options
| author | 2026-05-19 20:34:38 -0400 | |
|---|---|---|
| committer | 2026-05-19 20:35:25 -0400 | |
| commit | ab4637241f0ae3d219643f256c5cdfd98c5c189d (patch) | |
| tree | 52d9aefa48ab4adb3abf32356c2a9a51270b9a6b /NewCamera.csproj | |
| parent | 2b3c28619a83e0c25332cd1e579da15fa80509c8 (diff) | |
| download | NewCamera-ab4637241f0ae3d219643f256c5cdfd98c5c189d.tar.gz NewCamera-ab4637241f0ae3d219643f256c5cdfd98c5c189d.tar.bz2 NewCamera-ab4637241f0ae3d219643f256c5cdfd98c5c189d.zip | |
Super wip joint stuff
Signed-off-by: Andrew Opalach <andrew@akon.city>
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>
|