build: add CUE4Parse-conversion

This commit is contained in:
2026-06-18 15:26:42 -03:00
parent 8107ff8080
commit 95a2132f42
2 changed files with 16 additions and 4 deletions
+5 -2
View File
@@ -23,8 +23,11 @@
<ItemGroup>
<ProjectReference Include="$(SolutionDir)_deps\cue4parse-src\CUE4Parse\CUE4Parse.csproj">
<Project>{E3464BCC-66F1-3FBA-B83E-B064C2637900}</Project>
<Properties>BuildNatives=false;SkipNativeBuild=true;CMakeExitCode=0;Platform=AnyCPU</Properties>
<Properties>CMakeExitCode=0;Platform=AnyCPU</Properties>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)_deps\cue4parse-src\CUE4Parse-Conversion\CUE4Parse-Conversion.csproj">
<Properties>CMakeExitCode=0;Platform=AnyCPU</Properties>
</ProjectReference>
</ItemGroup>
</Project>