OSDN Git Service

AppliStation-All,インストール処理を新方式(NaGetInstall2)に変更。
[applistation/AppliStation.git] / na-get-lib / na-get-lib.csproj
index 6cfeb08..572fc26 100644 (file)
     <Compile Include="NaGet.InteropServices\CommonArchiverExtracter.cs" />\r
     <Compile Include="NaGet.InteropServices\CreateProcessCaller.cs" />\r
     <Compile Include="NaGet.InteropServices\DllAccess.cs" />\r
+    <Compile Include="NaGet.InteropServices\GuidEnumeratorForCategories.cs" />\r
     <Compile Include="NaGet.InteropServices\PEFileInfoUtils.cs" />\r
     <Compile Include="NaGet.InteropServices\ShellLink.cs" />\r
-    <Compile Include="NaGet.Net\DownloadScanner.cs" />\r
-    <Compile Include="NaGet.Net\GuidEnumeratorForCategories.cs" />\r
+    <Compile Include="NaGet.InteropServices\DownloadScannerService.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.SubTask\VerifyInstallerFileSubTask.cs" />\r
+    <Compile Include="NaGet.SubCommands.SubTask\VirusScanSubTask.cs" />\r
     <Compile Include="NaGet.SubCommands\NaGetDownloadToCache.cs" />\r
+    <Compile Include="NaGet.SubCommands\NaGetDownloadToCache2.cs" />\r
     <Compile Include="NaGet.SubCommands\NaGetInstall.cs" />\r
-    <Compile Include="NaGet.SubCommands\NaGetTask.cs" />\r
+    <Compile Include="NaGet.SubCommands\NaGetInstall2.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
   <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