Jeremy Pritts 3509ddd1c3 2023 support
* Resolves #917
* Resolves #1023
2023-10-14 12:27:15 -04:00

32 lines
1.5 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.4.0" />
<PackageReference Include="AsmResolver.PE.File" Version="5.4.0" />
<PackageReference Include="AssetRipper.Primitives" Version="2.0.1" />
<PackageReference Include="AssetRipper.SourceGenerated" Version="0.3.4.2" />
<PackageReference Include="Samboy063.Cpp2IL.Core" Version="2022.1.0-development.893" />
</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>