aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Emby.Server.Implementations.csproj
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-06-03 03:37:25 -0400
committerGitHub <noreply@github.com>2017-06-03 03:37:25 -0400
commit69f00aef741b27b352eab94b5a059f5fd92a6160 (patch)
treeacbd6cee9beb5f38a4c21e8cdd485cee2a5f6f7c /Emby.Server.Implementations/Emby.Server.Implementations.csproj
parentb54b7871e39e197d4af19a6c502938fa6178c4fa (diff)
parent7fbea5d96d9df7b5e487c534ad5c37d54d2105ea (diff)
Merge pull request #2687 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.csproj')
-rw-r--r--Emby.Server.Implementations/Emby.Server.Implementations.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj
index 14d976325..df70680f1 100644
--- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj
+++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj
@@ -31,6 +31,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
+ <Compile Include="..\SharedVersion.cs">
+ <Link>Properties\SharedVersion.cs</Link>
+ </Compile>
<Compile Include="Activity\ActivityLogEntryPoint.cs" />
<Compile Include="Activity\ActivityManager.cs" />
<Compile Include="Activity\ActivityRepository.cs" />