16 lines
564 B
XML
16 lines
564 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\AaxDecrypter\AaxDecrypter.csproj" />
|
|
<ProjectReference Include="..\ApplicationService\ApplicationService.csproj" />
|
|
<ProjectReference Include="..\AudibleDotComAutomation\AudibleDotComAutomation.csproj" />
|
|
<ProjectReference Include="..\DataLayer\DataLayer.csproj" />
|
|
<ProjectReference Include="..\InternalUtilities\InternalUtilities.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|