OSDN Git Service

AppliStation-All,アンインストール処理を新方式(NaGetUninstall2)に変更。
[applistation/AppliStation.git] / na-get-lib / na-get-lib.csproj
index 37561a7..6ed8621 100644 (file)
@@ -48,6 +48,7 @@
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />\r
   <ItemGroup>\r
     <Reference Include="System" />\r
+    <Reference Include="System.Web" />\r
     <Reference Include="System.Xml" />\r
   </ItemGroup>\r
   <ItemGroup>\r
     <Compile Include="NaGet.Net\GuidEnumeratorForCategories.cs" />\r
     <Compile Include="NaGet.Packages.Install\DependeciesResolver.cs" />\r
     <Compile Include="NaGet.Packages.Install\InstallationLog.cs" />\r
+    <Compile Include="NaGet.Packages.Install\UpgradeFinder.cs" />\r
+    <Compile Include="NaGet.Packages\PackageCollectionFileData.cs" />\r
     <Compile Include="NaGet.Packages\PackageListsManager.cs" />\r
+    <Compile Include="NaGet.Packages\RepositoriesList.cs" />\r
     <Compile Include="NaGet.Packages\VersionComparetor.cs" />\r
+    <Compile Include="NaGet.SubCommands.SubTask\FunctionalSubTask.cs" />\r
+    <Compile Include="NaGet.SubCommands.SubTask\DownloadSubTask.cs" />\r
+    <Compile Include="NaGet.SubCommands.SubTask\LocalUpdateSubTask.cs" />\r
+    <Compile Include="NaGet.SubCommands.SubTask\NaGetSubTask.cs" />\r
+    <Compile Include="NaGet.SubCommands\NaGetDownloadToCache.cs" />\r
     <Compile Include="NaGet.SubCommands\NaGetInstall.cs" />\r
-    <Compile Include="NaGet.SubCommands\NaGetTask.cs" />\r
     <Compile Include="NaGet.SubCommands\NaGetTaskSet.cs" />\r
+    <Compile Include="NaGet.SubCommands\NaGetTaskSet2.cs" />\r
     <Compile Include="NaGet.SubCommands\NaGetUninstall.cs" />\r
+    <Compile Include="NaGet.SubCommands\NaGetUninstall2.cs" />\r
+    <Compile Include="NaGet.SubCommands\NaGetUpdate2.cs" />\r
+    <Compile Include="NaGet.Tasks\Task.cs" />\r
+    <Compile Include="NaGet.Tasks\TaskCanceledException.cs" />\r
+    <Compile Include="NaGet.Tasks\TaskEventArgs.cs" />\r
     <Compile Include="NaGet\ArgParser.cs" />\r
     <Compile Include="NaGet\Env.cs" />\r
+    <Compile Include="NaGet\NaGetLibPref.cs" />\r
     <Compile Include="NaGet\Utils.cs" />\r
     <Compile Include="NaGet.Net\Downloader.cs" />\r
     <Compile Include="NaGet.Packages\HashValue.cs" />\r
     <Compile Include="NaGet.Packages\Package.cs" />\r
     <Compile Include="NaGet.Packages\Platform.cs" />\r
     <Compile Include="NaGet.Packages\PackageList.cs" />\r
-    <Compile Include="NaGet.Packages\ProviderList.cs" />\r
     <Compile Include="NaGet.Packages.Install\Installation.cs" />\r
     <Compile Include="NaGet.Packages.Install\RegistriedUninstallers.cs" />\r
     <Compile Include="NaGet.Packages.Install\Uninstallation.cs" />\r
   <ItemGroup>\r
     <Folder Include="NaGet.InteropServices" />\r
     <Folder Include="NaGet.SubCommands" />\r
+    <Folder Include="NaGet.SubCommands.SubTask" />\r
   </ItemGroup>\r
 </Project>
\ No newline at end of file