2023-12-11 02:05:45 -05:00

30 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>
<RestoreAdditionalProjectSources>
https://nuget.samboy.dev/v3/index.json
</RestoreAdditionalProjectSources>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AsmResolver.DotNet" Version="5.5.0" />
<PackageReference Include="AssetRipper.Primitives" Version="2.0.1" />
<PackageReference Include="Samboy063.Cpp2IL.Core" Version="2022.1.0-development.898" />
</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>