- [Core] Added precompiled libs.

This commit is contained in:
Razmoth
2023-09-17 00:59:25 +04:00
parent 7e26194fff
commit 0a0cf2a7d2
6 changed files with 14 additions and 21 deletions

View File

@@ -34,6 +34,17 @@
</Compile>
</ItemGroup>
<ItemGroup>
<ContentWithTargetPath Include="Libraries\x86\AssetStudioFBXNative.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>x86\AssetStudioFBXNative.dll</TargetPath>
</ContentWithTargetPath>
<ContentWithTargetPath Include="Libraries\x64\AssetStudioFBXNative.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>x64\AssetStudioFBXNative.dll</TargetPath>
</ContentWithTargetPath>
</ItemGroup>
<ItemGroup>
<ContentWithTargetPath Include="Libraries\x86\fmod.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>