OSDN Git Service

na-get-lib,タスクセットの改修(NaGetTaskSet2)および、そのUnitTestを追加
[applistation/AppliStation.git] / na-get-lib / na-get-lib.csproj
index 85deb06..62c3dda 100644 (file)
     <Compile Include="NaGet.Packages\PackageListsManager.cs" />\r
     <Compile Include="NaGet.Packages\RepositoriesList.cs" />\r
     <Compile Include="NaGet.Packages\VersionComparetor.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\NaGetSubTask.cs" />\r
     <Compile Include="NaGet.SubCommands\NaGetDownloadToCache.cs" />\r
     <Compile Include="NaGet.SubCommands\NaGetInstall.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\NaGetTaskSet.cs" />\r
+    <Compile Include="NaGet.SubCommands\NaGetTaskSet2.cs" />\r
     <Compile Include="NaGet.SubCommands\NaGetUninstall.cs" />\r
     <Compile Include="NaGet.SubCommands\NaGetUninstall.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\ArgParser.cs" />\r
     <Compile Include="NaGet\Env.cs" />\r
     <Compile Include="NaGet\NaGetLibPref.cs" />\r
     <Compile Include="NaGet.Packages.Install\UninstallInformation.cs" />\r
     <Compile Include="NaGet.Packages.Install\InstalledPackage.cs" />\r
     <Compile Include="NaGet.SubCommands\NaGetUpdate.cs" />\r
     <Compile Include="NaGet.Packages.Install\UninstallInformation.cs" />\r
     <Compile Include="NaGet.Packages.Install\InstalledPackage.cs" />\r
     <Compile Include="NaGet.SubCommands\NaGetUpdate.cs" />\r
+    <None Include="NaGet.SubCommands.SubTask\LocalUpdateSubTask.cs" />\r
   </ItemGroup>\r
   <ItemGroup>\r
     <Folder Include="NaGet.InteropServices" />\r
     <Folder Include="NaGet.SubCommands" />\r
   </ItemGroup>\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
   </ItemGroup>\r
 </Project>
\ No newline at end of file