A - since abandoned - fork of WinDirStat which had some interesting changes.
Original home: https://github.com/ariccio/altWinDirStat
Révision | eeaabb0e718de5cd6524b9735287cc461a4f46c0 (tree) |
---|---|
l'heure | 2016-05-09 07:08:04 |
Auteur | Alexander Riccio <alexander@ricc...> |
Commiter | Alexander Riccio |
Attempting to update the WTL NuGet package...
@@ -1,4 +1,4 @@ | ||
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <packages> |
3 | - <package id="wtl" version="9.0.4140" targetFramework="Native" /> | |
3 | + <package id="wtl" version="9.0.4140" targetFramework="native" /> | |
4 | 4 | </packages> |
\ No newline at end of file |
@@ -127,7 +127,6 @@ | ||
127 | 127 | <PropertyGroup Label="UserMacros" /> |
128 | 128 | <PropertyGroup> |
129 | 129 | <_ProjectFileVersion>12.0.21005.1</_ProjectFileVersion> |
130 | - <NuGetPackageImportStamp>652c2c39</NuGetPackageImportStamp> | |
131 | 130 | </PropertyGroup> |
132 | 131 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
133 | 132 | <OutDir>Debug\</OutDir> |
@@ -818,7 +817,7 @@ | ||
818 | 817 | </ProjectExtensions> |
819 | 818 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
820 | 819 | <PropertyGroup> |
821 | - <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> | |
820 | + <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> | |
822 | 821 | </PropertyGroup> |
823 | 822 | <Error Condition="!Exists('..\packages\wtl.9.0.4140\build\native\wtl.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\wtl.9.0.4140\build\native\wtl.targets'))" /> |
824 | 823 | </Target> |