Skip to content

Commit b1877c0

Browse files
committed
Migrate to NuGet Automatic Package Restore
1 parent b9c2bb7 commit b1877c0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Tvl.VisualStudio.MouseFastScroll/Tvl.VisualStudio.MouseFastScroll.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
<CopyOutputSymbolsToOutputDirectory>false</CopyOutputSymbolsToOutputDirectory>
2424
<CodeContractsAssemblyMode>1</CodeContractsAssemblyMode>
2525
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
26-
<RestorePackages>true</RestorePackages>
2726
</PropertyGroup>
2827
<PropertyGroup>
2928
<!-- Common debugging support -->
@@ -164,13 +163,6 @@
164163
</PropertyGroup>
165164
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
166165
<Import Condition="Exists($(VsSdkTargets))" Project="$(VsSdkTargets)" />
167-
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
168-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
169-
<PropertyGroup>
170-
<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>
171-
</PropertyGroup>
172-
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
173-
</Target>
174166
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
175167
Other similar extension points exist, see Microsoft.Common.targets.
176168
<Target Name="BeforeBuild">

0 commit comments

Comments
 (0)