21 lines
1.2 KiB
Diff
21 lines
1.2 KiB
Diff
Index: xamarin-pkg-mono/mcs/tools/xbuild/targets/Microsoft.Portable.VisualBasic_4.0.targets
|
|
===================================================================
|
|
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
|
|
+++ xamarin-pkg-mono/mcs/tools/xbuild/targets/Microsoft.Portable.VisualBasic_4.0.targets 2015-05-15 15:55:12.074775985 +0100
|
|
@@ -0,0 +1,5 @@
|
|
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
+ <Import Project="..\Microsoft.Portable.Core.props" />
|
|
+ <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
|
+ <Import Project="..\Microsoft.Portable.Core.targets" />
|
|
+</Project>
|
|
Index: xamarin-pkg-mono/mcs/tools/xbuild/targets/Microsoft.Portable.VisualBasic_4.5.targets
|
|
===================================================================
|
|
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
|
|
+++ xamarin-pkg-mono/mcs/tools/xbuild/targets/Microsoft.Portable.VisualBasic_4.5.targets 2015-05-15 15:55:19.194775876 +0100
|
|
@@ -0,0 +1,5 @@
|
|
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
+ <Import Project="..\Microsoft.Portable.Core.props" />
|
|
+ <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
|
+ <Import Project="..\Microsoft.Portable.Core.targets" />
|
|
+</Project>
|