2018-09-12 10:26:21 -07:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
2019-01-19 07:01:16 -07:00
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
|
|
</PropertyGroup>
|
2019-01-13 12:45:51 -07:00
|
|
|
|
2019-01-19 07:01:16 -07:00
|
|
|
<ItemGroup>
|
2019-01-19 17:12:44 -07:00
|
|
|
<Compile Include="..\SharedVersion.cs" />
|
2019-01-19 07:01:16 -07:00
|
|
|
</ItemGroup>
|
2019-01-13 12:45:51 -07:00
|
|
|
|
2019-01-19 07:01:16 -07:00
|
|
|
<ItemGroup>
|
2019-03-31 06:24:18 -07:00
|
|
|
<ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj" />
|
2019-01-19 07:01:16 -07:00
|
|
|
</ItemGroup>
|
2019-01-06 13:50:43 -07:00
|
|
|
|
2019-01-14 14:02:51 -07:00
|
|
|
<PropertyGroup>
|
|
|
|
<Authors>Jellyfin Contributors</Authors>
|
|
|
|
<PackageId>Jellyfin.Naming</PackageId>
|
|
|
|
<PackageLicenseUrl>https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt</PackageLicenseUrl>
|
|
|
|
<RepositoryUrl>https://github.com/jellyfin/jellyfin</RepositoryUrl>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2018-12-12 13:17:48 -07:00
|
|
|
</Project>
|