OSDN Git Service

na-get-lib,チケット #36130 に関連して、更新パッケージから非対応パッケージを除外するようにした
[applistation/AppliStation.git] / na-get-lib / na-get-lib.csproj
index 6cfeb08..a11dd1c 100644 (file)
@@ -1,4 +1,5 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
+<?xml version="1.0" encoding="utf-8"?>\r
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
   <PropertyGroup>\r
     <ProjectGuid>{058E953D-3986-4F74-8516-5A50D267D36A}</ProjectGuid>\r
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
   </ItemGroup>\r
   <ItemGroup>\r
     <Compile Include="AssemblyInfo.cs" />\r
+    <Compile Include="NaGet.ArchiveExtractionHelpers\ArchiveExtract.cs" />\r
+    <Compile Include="NaGet.ArchiveExtractionHelpers\SevenZipExtract.cs" />\r
     <Compile Include="NaGet.InteropServices\ComDirectAccess.cs" />\r
     <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.InteropServices\WindowsVersion.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\PackageInformationFileAccessException.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\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\NaGetUninstall.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\NaGetDownloadToCache2.cs" />\r
+    <Compile Include="NaGet.SubCommands\NaGetInstall2.cs" />\r
+    <Compile Include="NaGet.SubCommands\NaGetTaskQueryArgs.cs" />\r
+    <Compile Include="NaGet.SubCommands\NaGetTaskSet2.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.Install\Uninstallation.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
   </ItemGroup>\r
   <ItemGroup>\r
+    <Folder Include="NaGet.ArchiveExtractionHelpers" />\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