mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-25 05:40:21 -04:00
23 lines
839 B
XML
23 lines
839 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net472;netstandard2.0</TargetFrameworks>
|
|
<AssemblyVersion>0.15.0.0</AssemblyVersion>
|
|
<FileVersion>0.15.0.0</FileVersion>
|
|
<Copyright>Copyright © Perfare 2018-2021</Copyright>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Mono.Cecil" Version="0.11.3" />
|
|
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="1.0.0-beta13" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\AssetStudio.PInvoke\AssetStudio.PInvoke.csproj" />
|
|
<ProjectReference Include="..\AssetStudioFBXWrapper\AssetStudioFBXWrapper.csproj" />
|
|
<ProjectReference Include="..\AssetStudio\AssetStudio.csproj" />
|
|
<ProjectReference Include="..\Texture2DDecoderWrapper\Texture2DDecoderWrapper.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|