バージョン管理として git プラグインで TFS を使用しようとしていますが、別のマシンでチェックアウトしたり、元のマシンの別のディレクトリでチェックアウトしたりするたびに、次のエラーと警告が表示されます。NuGet パッケージの復元を有効にし、パッケージ ディレクトリをリポジトリに追加しましたが、それでも壊れます。私は何を間違っていますか?これは、VS Express 2012 for Web で開発されている ASP.NET MVC 4 プロジェクトです。
Warning 13 Could not resolve this reference. Could not locate the assembly "Antlr3.Runtime". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. TimeSheets
Warning 5 Could not resolve this reference. Could not locate the assembly "DotNetOpenAuth.AspNet, Version=4.1.0.0, Culture=neutral, PublicKeyToken=2780ccd10d57b246, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. TimeSheets
Warning 6 Could not resolve this reference. Could not locate the assembly "DotNetOpenAuth.Core, Version=4.1.0.0, Culture=neutral, PublicKeyToken=2780ccd10d57b246, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. TimeSheets
Warning 8 Could not resolve this reference. Could not locate the assembly "DotNetOpenAuth.OAuth, Version=4.1.0.0, Culture=neutral, PublicKeyToken=2780ccd10d57b246, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. TimeSheets
Warning 7 Could not resolve this reference. Could not locate the assembly "DotNetOpenAuth.OAuth.Consumer, Version=4.1.0.0, Culture=neutral, PublicKeyToken=2780ccd10d57b246, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. TimeSheets
Warning 9 Could not resolve this reference. Could not locate the assembly "DotNetOpenAuth.OpenId, Version=4.1.0.0, Culture=neutral, PublicKeyToken=2780ccd10d57b246, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. TimeSheets
Warning 10 Could not resolve this reference. Could not locate the assembly "DotNetOpenAuth.OpenId.RelyingParty, Version=4.1.0.0, Culture=neutral, PublicKeyToken=2780ccd10d57b246, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. TimeSheets
Warning 1 Could not resolve this reference. Could not locate the assembly "EntityFramework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. TimeSheets
Warning 2 Could not resolve this reference. Could not locate the assembly "Microsoft.Web.Mvc.FixedDisplayModes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. TimeSheets
Warning 3 Could not resolve this reference. Could not locate the assembly "Newtonsoft.Json". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. TimeSheets
Warning 11 Could not resolve this reference. Could not locate the assembly "System.Web.Http.OData, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. TimeSheets
Warning 4 Could not resolve this reference. Could not locate the assembly "System.Web.Optimization". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. TimeSheets
Warning 12 Could not resolve this reference. Could not locate the assembly "WebGrease". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. TimeSheets
Warning 64 The referenced component 'Antlr3.Runtime' could not be found. TimeSheets
Warning 56 The referenced component 'DotNetOpenAuth.AspNet' could not be found. TimeSheets
Warning 57 The referenced component 'DotNetOpenAuth.Core' could not be found. TimeSheets
Warning 59 The referenced component 'DotNetOpenAuth.OAuth' could not be found. TimeSheets
Warning 58 The referenced component 'DotNetOpenAuth.OAuth.Consumer' could not be found. TimeSheets
Warning 60 The referenced component 'DotNetOpenAuth.OpenId' could not be found. TimeSheets
Warning 61 The referenced component 'DotNetOpenAuth.OpenId.RelyingParty' could not be found. TimeSheets
Warning 52 The referenced component 'EntityFramework' could not be found. TimeSheets
Warning 53 The referenced component 'Microsoft.Web.Mvc.FixedDisplayModes' could not be found. TimeSheets
Warning 54 The referenced component 'Newtonsoft.Json' could not be found. TimeSheets
Warning 62 The referenced component 'System.Web.Http.OData' could not be found. TimeSheets
Warning 55 The referenced component 'System.Web.Optimization' could not be found. TimeSheets
Warning 63 The referenced component 'WebGrease' could not be found. TimeSheets