mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
27 lines
1.3 KiB
XML
27 lines
1.3 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<IsTrimmable>true</IsTrimmable>
|
|
<OutputPath>..\0Bins\Other\AssetRipper.Import\$(Configuration)\</OutputPath>
|
|
<IntermediateOutputPath>..\0Bins\obj\AssetRipper.Import\$(Configuration)\</IntermediateOutputPath>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="AsmResolver.DotNet" Version="5.5.0" />
|
|
<PackageReference Include="AssetRipper.Gee.External.Capstone" Version="2.3.2" />
|
|
<PackageReference Include="AssetRipper.Primitives" Version="2.1.0" />
|
|
<PackageReference Include="Samboy063.Cpp2IL.Core" Version="2022.1.0-pre-release.13" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\AssetRipper.Assets\AssetRipper.Assets.csproj" />
|
|
<ProjectReference Include="..\AssetRipper.IO.Endian\AssetRipper.IO.Endian.csproj" />
|
|
<ProjectReference Include="..\AssetRipper.IO.Files\AssetRipper.IO.Files.csproj" />
|
|
<ProjectReference Include="..\AssetRipper.Numerics\AssetRipper.Numerics.csproj" />
|
|
<ProjectReference Include="..\AssetRipper.SerializationLogic\AssetRipper.SerializationLogic.csproj" />
|
|
<ProjectReference Include="..\AssetRipper.SourceGenerated.Extensions\AssetRipper.SourceGenerated.Extensions.csproj" />
|
|
<ProjectReference Include="..\AssetRipper.Yaml\AssetRipper.Yaml.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|