AssetRipper_AssetRipper/Source/AssetRipper.IO.Files.Tests/AssetRipper.IO.Files.Tests.csproj
2025-09-06 19:04:44 -07:00

24 lines
804 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<IsPackable>false</IsPackable>
<OutputPath>..\0Bins\Other\AssetRipper.IO.Files.Tests\$(Configuration)\</OutputPath>
<IntermediateOutputPath>..\0Bins\obj\AssetRipper.IO.Files.Tests\$(Configuration)\</IntermediateOutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="NUnit" />
<PackageReference Include="NUnit3TestAdapter" />
<PackageReference Include="NUnit.Analyzers">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AssetRipper.IO.Files\AssetRipper.IO.Files.csproj" />
</ItemGroup>
</Project>