diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-04 13:57:49 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-04 13:57:49 -0500 |
| commit | 8ec08ef3103ebcf0025d202bb21a7cd0e5872753 (patch) | |
| tree | 61a71ff1ed1092ed59ab6e9c61bd360d43af0c6f | |
| parent | 3788383181c88de3c2c0f72636c9025f76b722b4 (diff) | |
update installer locations
| -rw-r--r-- | MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj b/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj index 5048cecdc..ddae4ee5a 100644 --- a/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj +++ b/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj @@ -158,24 +158,24 @@ </EmbeddedResource> </ItemGroup> <ItemGroup> - <Content Include="..\Installation\MediaBrowser.InstallUtil.dll"> - <Link>MediaBrowser.InstallUtil.dll</Link> + <Content Include="..\packages\System.Data.SQLite.Core.1.0.94.0\build\net45\x64\SQLite.Interop.dll"> + <Link>x64\SQLite.Interop.dll</Link> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> - <Content Include="..\Installation\MediaBrowser.Uninstaller.exe"> - <Link>MediaBrowser.Uninstaller.exe</Link> + <Content Include="..\packages\System.Data.SQLite.Core.1.0.94.0\build\net45\x86\SQLite.Interop.dll"> + <Link>x86\SQLite.Interop.dll</Link> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> - <Content Include="..\Installation\MediaBrowser.Updater.exe"> - <Link>MediaBrowser.Updater.exe</Link> + <Content Include="..\Tools\Installation\MediaBrowser.InstallUtil.dll"> + <Link>MediaBrowser.InstallUtil.dll</Link> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> - <Content Include="..\packages\System.Data.SQLite.Core.1.0.94.0\build\net45\x64\SQLite.Interop.dll"> - <Link>x64\SQLite.Interop.dll</Link> + <Content Include="..\Tools\Installation\MediaBrowser.Uninstaller.exe"> + <Link>MediaBrowser.Uninstaller.exe</Link> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> - <Content Include="..\packages\System.Data.SQLite.Core.1.0.94.0\build\net45\x86\SQLite.Interop.dll"> - <Link>x86\SQLite.Interop.dll</Link> + <Content Include="..\Tools\Installation\MediaBrowser.Updater.exe"> + <Link>MediaBrowser.Updater.exe</Link> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Include="x64\CORE_RL_bzlib_.dll"> |
