jellyfin/Emby.IsoMounting/IsoMounter/IsoMounter.csproj
Andrew Rabert 59750496d5 Move submodules into repo
There's little value, if any, by having these as separate modules.
2018-12-11 04:05:50 +03:00

14 lines
398 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\..\MediaBrowser.Model\MediaBrowser.Model.csproj" />
<ProjectReference Include="..\..\MediaBrowser.Common\MediaBrowser.Common.csproj" />
</ItemGroup>
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
</Project>