diff options
| author | cvium <clausvium@gmail.com> | 2021-05-16 14:54:36 +0200 |
|---|---|---|
| committer | cvium <clausvium@gmail.com> | 2021-05-16 14:54:36 +0200 |
| commit | 415e8fc0f3b7f214fbcbdc8fa39a863b06690243 (patch) | |
| tree | b3f25ae5705eb3ca464c3a7b887a8d94e39ebea1 | |
| parent | eaafbdd623feed3125c2ce7e3c44ec7b26b42a81 (diff) | |
Forward
| -rw-r--r-- | Emby.Naming/Emby.Naming.csproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Emby.Naming/Emby.Naming.csproj b/Emby.Naming/Emby.Naming.csproj index a93ddbcb8..3224ff412 100644 --- a/Emby.Naming/Emby.Naming.csproj +++ b/Emby.Naming/Emby.Naming.csproj @@ -23,12 +23,12 @@ </PropertyGroup> <ItemGroup> - <Compile Include="..\SharedVersion.cs" /> + <Compile Include="../SharedVersion.cs" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" /> - <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj" /> + <ProjectReference Include="../MediaBrowser.Common/MediaBrowser.Common.csproj" /> + <ProjectReference Include="../MediaBrowser.Model/MediaBrowser.Model.csproj" /> </ItemGroup> <PropertyGroup> |
