2020-08-22 01:06:14 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-08-22 05:14:52 +01:00
|
|
|
<PackageReference Include="SharpCompress" Version="0.26.0" />
|
|
|
|
|
<PackageReference Include="System.Security.Principal.Windows" Version="4.7.0" />
|
2020-08-22 01:06:14 +01:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
2020-08-22 04:40:39 +01:00
|
|
|
<ItemGroup>
|
2020-08-22 05:14:52 +01:00
|
|
|
<ProjectReference Include="..\RomRepoMgr.Database\RomRepoMgr.Database.csproj" />
|
|
|
|
|
<ProjectReference Include="..\RomRepoMgr.Settings\RomRepoMgr.Settings.csproj" />
|
2020-08-22 04:40:39 +01:00
|
|
|
<ProjectReference Include="..\SabreTools\SabreTools.Library\SabreTools.Library.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2020-08-22 01:06:14 +01:00
|
|
|
</Project>
|