Archived
Private
Public Access
1
0

Fixed some issues in CarConverter

This commit is contained in:
2022-11-19 14:06:29 +01:00
parent b4e5d26ee1
commit ef7104fd35
83 changed files with 66086 additions and 810 deletions

View File

@@ -37,9 +37,6 @@
<Prefer32bit>false</Prefer32bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="CodeWalker.Core">
<HintPath>..\..\C#\CodeWalker.Core\bin\Debug\netstandard2.0\CodeWalker.Core.dll</HintPath>
</Reference>
<Reference Include="CustomMarshalers" />
<Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.4.0, Culture=neutral, PublicKeyToken=8985beaab7ea3f04, processorArchitecture=MSIL">
<HintPath>packages\Microsoft-WindowsAPICodePack-Core.1.1.4\lib\net48\Microsoft.WindowsAPICodePack.dll</HintPath>
@@ -47,6 +44,12 @@
<Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=1.1.4.0, Culture=neutral, PublicKeyToken=8985beaab7ea3f04, processorArchitecture=MSIL">
<HintPath>packages\Microsoft-WindowsAPICodePack-Shell.1.1.4\lib\net48\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
</Reference>
<Reference Include="RageLib">
<HintPath>..\..\.Librarys\GTA Toolkit\RageLib.dll</HintPath>
</Reference>
<Reference Include="RageLib.GTA5">
<HintPath>..\..\.Librarys\GTA Toolkit\RageLib.GTA5.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />