build: fix CUE4Parse linking

This commit is contained in:
2026-06-18 02:23:17 -03:00
parent e732676d25
commit 3293c2081e
2 changed files with 13 additions and 21 deletions
+5 -5
View File
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProjectGuid>{3CC38FE8-76CA-38B5-8D90-6E68FA37A029}</ProjectGuid>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
@@ -9,9 +8,9 @@
<Platforms>x64</Platforms>
<Configurations>Debug;Release</Configurations>
<Version>1.0.0</Version>
<OutputPath>..\..\proj\$(Configuration)\</OutputPath>
<BaseIntermediateOutputPath>..\..\proj\obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath>
<BaseOutputPath>$(SolutionDir)bin\$(MSBuildProjectName)\</BaseOutputPath>
<BaseIntermediateOutputPath>$(SolutionDir)obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
@@ -23,8 +22,9 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\proj\_deps\cue4parse-src\CUE4Parse\CUE4Parse.csproj">
<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>
</ProjectReference>
</ItemGroup>
</Project>
</Project>