diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-10-18 15:02:54 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-10-18 15:02:54 -0400 |
| commit | f1a602f5a87f666eec03b9afd3f3edfa27d337f6 (patch) | |
| tree | 25cca82b4b125104654282ebdc47814d6f322349 /MediaBrowser.Model.Portable | |
| parent | 76cabe82269ff92d5950b8cf738c00976ca60e93 (diff) | |
disable nuget package restore
Diffstat (limited to 'MediaBrowser.Model.Portable')
| -rw-r--r-- | MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj b/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj index 3aacffd9b..c4d21cca7 100644 --- a/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj +++ b/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj @@ -15,7 +15,6 @@ <FileAlignment>512</FileAlignment> <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> - <RestorePackages>true</RestorePackages> <FodyPath>..\packages\Fody.1.19.1.0</FodyPath> <FileUpgradeFlags> </FileUpgradeFlags> @@ -224,6 +223,9 @@ <Compile Include="..\MediaBrowser.Model\Configuration\XbmcMetadataOptions.cs"> <Link>Configuration\XbmcMetadataOptions.cs</Link> </Compile> + <Compile Include="..\MediaBrowser.Model\Connect\ConnectAuthenticationExchangeResult.cs"> + <Link>ApiClient\ConnectAuthenticationExchangeResult.cs</Link> + </Compile> <Compile Include="..\MediaBrowser.Model\Connect\ConnectAuthenticationResult.cs"> <Link>Connect\ConnectAuthenticationResult.cs</Link> </Compile> @@ -1114,7 +1116,6 @@ xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\portable\" /y /d /r /i )</PostBuildEvent> </PropertyGroup> - <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> <Import Project="Fody.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. |
