Skip to content

Commit 4701abb

Browse files
committed
Remove all references to nuget.targets.
1 parent de37fd0 commit 4701abb

25 files changed

Lines changed: 0 additions & 85 deletions

Microsoft.Reactive.Testing/Microsoft.Reactive.Testing_Android.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,6 @@
7979
<None Include="packages.Microsoft.Reactive.Testing_Android.config" />
8080
</ItemGroup>
8181
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
82-
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
83-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
84-
<PropertyGroup>
85-
<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>
86-
</PropertyGroup>
87-
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
88-
</Target>
8982
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
9083
Other similar extension points exist, see Microsoft.Common.targets.
9184
<Target Name="BeforeBuild">

Microsoft.Reactive.Testing/Microsoft.Reactive.Testing_iOS.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,4 @@
7777
<ItemGroup>
7878
<None Include="packages.Microsoft.Reactive.Testing_iOS.config" />
7979
</ItemGroup>
80-
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
81-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
82-
<PropertyGroup>
83-
<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>
84-
</PropertyGroup>
85-
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
86-
</Target>
8780
</Project>

PerfConsoleRunner/PerfConsoleRunner.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989
<None Include="app.config" />
9090
</ItemGroup>
9191
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
92-
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
9392
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
9493
Other similar extension points exist, see Microsoft.Common.targets.
9594
<Target Name="BeforeBuild">

Playground-Android/Playground-Android.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,6 @@
108108
</ProjectReference>
109109
</ItemGroup>
110110
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
111-
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
112-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
113-
<PropertyGroup>
114-
<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>
115-
</PropertyGroup>
116-
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
117-
</Target>
118111
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
119112
Other similar extension points exist, see Microsoft.Common.targets.
120113
<Target Name="BeforeBuild">

Playground-WP8/Playground-WP8.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,5 +221,4 @@
221221
</Target>
222222
-->
223223
<ProjectExtensions />
224-
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
225224
</Project>

Playground-Wpa81/Playground-Wpa81.Windows/Playground-Wpa81.Windows.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -168,13 +168,6 @@
168168
</PropertyGroup>
169169
<Import Project="..\Playground-Wpa81.Shared\Playground-Wpa81.Shared.projitems" Label="Shared" />
170170
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
171-
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
172-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
173-
<PropertyGroup>
174-
<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>
175-
</PropertyGroup>
176-
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
177-
</Target>
178171
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
179172
Other similar extension points exist, see Microsoft.Common.targets.
180173
<Target Name="BeforeBuild">

Playground-Wpa81/Playground-Wpa81.WindowsPhone/Playground-Wpa81.WindowsPhone.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,6 @@
151151
</PropertyGroup>
152152
<Import Project="..\Playground-Wpa81.Shared\Playground-Wpa81.Shared.projitems" Label="Shared" />
153153
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
154-
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
155-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
156-
<PropertyGroup>
157-
<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>
158-
</PropertyGroup>
159-
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
160-
</Target>
161154
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
162155
Other similar extension points exist, see Microsoft.Common.targets.
163156
<Target Name="BeforeBuild">

Playground-iOS/Playground-iOS.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,4 @@
145145
<Name>ReactiveUI_iOS</Name>
146146
</ProjectReference>
147147
</ItemGroup>
148-
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
149-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
150-
<PropertyGroup>
151-
<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>
152-
</PropertyGroup>
153-
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
154-
</Target>
155148
</Project>

ReactiveUI.Blend/ReactiveUI.Blend_Net45.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@
101101
</ProjectReference>
102102
</ItemGroup>
103103
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
104-
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
105104
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
106105
Other similar extension points exist, see Microsoft.Common.targets.
107106
<Target Name="BeforeBuild">

ReactiveUI.Blend/ReactiveUI.Blend_WP8.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@
142142
<ProjectExtensions />
143143
<Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).$(TargetFrameworkVersion).Overrides.targets" />
144144
<Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).CSharp.targets" />
145-
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
146145
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
147146
Other similar extension points exist, see Microsoft.Common.targets.
148147
<Target Name="BeforeBuild">

0 commit comments

Comments
 (0)