Skip to content

Commit a158e40

Browse files
committed
MSBuild: Move paket restore target inclusion to global file.
1 parent 90bb0ba commit a158e40

File tree

17 files changed

+3
-20
lines changed

17 files changed

+3
-20
lines changed

csharp/Directory.Build.targets

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<Project>
2+
<Import Project=".paket\Paket.Restore.targets" />
3+
</Project>

csharp/autobuilder/Semmle.Autobuild.CSharp.Tests/Semmle.Autobuild.CSharp.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@
99
<ProjectReference Include="..\Semmle.Autobuild.CSharp\Semmle.Autobuild.CSharp.csproj" />
1010
<ProjectReference Include="..\Semmle.Autobuild.Shared\Semmle.Autobuild.Shared.csproj" />
1111
</ItemGroup>
12-
<Import Project="..\..\.paket\Paket.Restore.targets" />
1312
</Project>

csharp/autobuilder/Semmle.Autobuild.CSharp/Semmle.Autobuild.CSharp.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@
2020
<ProjectReference Include="..\..\extractor\Semmle.Extraction.CSharp.DependencyFetching\Semmle.Extraction.CSharp.DependencyFetching.csproj" />
2121
<ProjectReference Include="..\Semmle.Autobuild.Shared\Semmle.Autobuild.Shared.csproj" />
2222
</ItemGroup>
23-
<Import Project="..\..\.paket\Paket.Restore.targets" />
2423
</Project>

csharp/autobuilder/Semmle.Autobuild.Cpp.Tests/Semmle.Autobuild.Cpp.Tests.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,4 @@
1212
<ProjectReference Include="..\Semmle.Autobuild.Cpp\Semmle.Autobuild.Cpp.csproj" />
1313
<ProjectReference Include="..\Semmle.Autobuild.Shared\Semmle.Autobuild.Shared.csproj" />
1414
</ItemGroup>
15-
16-
<Import Project="..\..\.paket\Paket.Restore.targets" />
17-
1815
</Project>

csharp/autobuilder/Semmle.Autobuild.Cpp/Semmle.Autobuild.Cpp.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,4 @@
2020
<ProjectReference Include="..\..\extractor\Semmle.Util\Semmle.Util.csproj" />
2121
<ProjectReference Include="..\Semmle.Autobuild.Shared\Semmle.Autobuild.Shared.csproj" />
2222
</ItemGroup>
23-
24-
<Import Project="..\..\.paket\Paket.Restore.targets" />
25-
2623
</Project>

csharp/autobuilder/Semmle.Autobuild.Shared/Semmle.Autobuild.Shared.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@
1313
<ItemGroup>
1414
<ProjectReference Include="..\..\extractor\Semmle.Util\Semmle.Util.csproj" />
1515
</ItemGroup>
16-
<Import Project="..\..\.paket\Paket.Restore.targets" />
1716
</Project>

csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/Semmle.Extraction.CSharp.DependencyFetching.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@
1919
<ItemGroup>
2020
<Folder Include="Properties\" />
2121
</ItemGroup>
22-
<Import Project="..\..\.paket\Paket.Restore.targets" />
2322
</Project>

csharp/extractor/Semmle.Extraction.CSharp.DependencyStubGenerator/Semmle.Extraction.CSharp.DependencyStubGenerator.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@
1414
<ProjectReference Include="..\Semmle.Extraction.CSharp.DependencyFetching\Semmle.Extraction.CSharp.DependencyFetching.csproj" />
1515
<ProjectReference Include="..\Semmle.Extraction.CSharp.StubGenerator\Semmle.Extraction.CSharp.StubGenerator.csproj" />
1616
</ItemGroup>
17-
<Import Project="..\..\.paket\Paket.Restore.targets" />
1817
</Project>

csharp/extractor/Semmle.Extraction.CSharp.Driver/Semmle.Extraction.CSharp.Driver.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@
1212
<ItemGroup>
1313
<ProjectReference Include="..\Semmle.Extraction.CSharp\Semmle.Extraction.CSharp.csproj" />
1414
</ItemGroup>
15-
<Import Project="..\..\.paket\Paket.Restore.targets" />
1615
</Project>

csharp/extractor/Semmle.Extraction.CSharp.Standalone/Semmle.Extraction.CSharp.Standalone.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@
1818
<ItemGroup>
1919
<Folder Include="Properties\" />
2020
</ItemGroup>
21-
<Import Project="..\..\.paket\Paket.Restore.targets" />
2221
</Project>

0 commit comments

Comments
 (0)