浏览代码

Remove unused compile remove statements.

Patrick Barron 5 年之前
父节点
当前提交
edbb1482e8
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj

+ 0 - 4
Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj

@@ -21,10 +21,6 @@
 
   <ItemGroup>
     <Compile Include="..\SharedVersion.cs" />
-    <Compile Remove="Migrations\20200430214405_InitialSchema.cs" />
-    <Compile Remove="Migrations\20200430214405_InitialSchema.Designer.cs" />
-    <Compile Remove="Migrations\20200504195424_UserSchema.cs" />
-    <Compile Remove="Migrations\20200504195424_UserSchema.Designer.cs" />
   </ItemGroup>
 
   <ItemGroup>