You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
485 B
14 lines
485 B
1 year ago
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
<ItemGroup>
|
||
4 months ago
|
<ProjectReference Include="..\..\src\Recyclarr.Core\Recyclarr.Core.csproj" />
|
||
1 year ago
|
<ProjectReference Include="..\Recyclarr.TestLibrary\Recyclarr.TestLibrary.csproj" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
1 week ago
|
<Folder Include="UnitTests\" />
|
||
1 year ago
|
</ItemGroup>
|
||
1 year ago
|
<ItemGroup>
|
||
1 week ago
|
<EmbeddedResource Include="UnitTests\Common\DefaultDataFile.txt" />
|
||
|
<EmbeddedResource Include="UnitTests\Common\TestData\DataFile.txt" />
|
||
1 year ago
|
</ItemGroup>
|
||
1 year ago
|
</Project>
|