aboutsummaryrefslogtreecommitdiff
path: root/Emby.IsoMounting/IsoMounter/IsoMounter.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.IsoMounting/IsoMounter/IsoMounter.csproj')
-rw-r--r--Emby.IsoMounting/IsoMounter/IsoMounter.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.IsoMounting/IsoMounter/IsoMounter.csproj b/Emby.IsoMounting/IsoMounter/IsoMounter.csproj
index 9274f9763..dafa51cd5 100644
--- a/Emby.IsoMounting/IsoMounter/IsoMounter.csproj
+++ b/Emby.IsoMounting/IsoMounter/IsoMounter.csproj
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
- <Compile Include="..\..\SharedVersion.cs" Link="SharedVersion.cs" />
+ <Compile Include="..\..\SharedVersion.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\MediaBrowser.Model\MediaBrowser.Model.csproj" />
<ProjectReference Include="..\..\MediaBrowser.Common\MediaBrowser.Common.csproj" />
</ItemGroup>
-
+
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>