Skip to content

Commit ed42058

Browse files
committedMar 31, 2017
Remove WP8 from component
1 parent d93971e commit ed42058

File tree

2 files changed

+1
-34
lines changed

2 files changed

+1
-34
lines changed
 

‎Component-Forms/component.template.yaml

+1-13
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ libraries:
1515
android:
1616
- ../Build/Forms/Release/android/ZXing.Net.Mobile.Forms.dll
1717
- ../Build/Forms/Release/android/ZXing.Net.Mobile.Forms.Android.dll
18-
winphone-8.0:
19-
- ../Build/Forms/Release/wp8.0/ZXing.Net.Mobile.Forms.dll
20-
- ../Build/Forms/Release/wp8.0/ZXing.Net.Mobile.Forms.WindowsPhone.dll
2118
winuniversal-10.0:
2219
- ../Build/Forms/Release/uwp/ZXing.Net.Mobile.Forms.dll
2320
- ../Build/Forms/Release/uwp/ZXing.Net.Mobile.Forms.WindowsUniversal.dll
@@ -27,10 +24,6 @@ is_shell: true
2724
packages:
2825
android:
2926
- ZXing.Net.Mobile.Forms, Version={VERSION}
30-
winphone-8.0:
31-
- ZXing.Net.Mobile.Forms, Version={VERSION}
32-
winphone-8.1:
33-
- ZXing.Net.Mobile.Forms, Version={VERSION}
3427
ios-unified:
3528
- ZXing.Net.Mobile.Forms, Version={VERSION}
3629
winuniversal-10.0:
@@ -48,12 +41,10 @@ samples:
4841
- ZXing.Net.Mobile.WindowsRT
4942
- ZXing.Net.Mobile.iOS
5043
- ZXing.Net.Mobile.Android
51-
- ZXing.Net.Mobile.WindowsPhone
5244
- ZXing.Net.Mobile.WindowsUniversal
5345
- ZXing.Net.Mobile.Forms
5446
- ZXing.Net.Mobile.Forms.iOS
5547
- ZXing.Net.Mobile.Forms.Android
56-
- ZXing.Net.Mobile.Forms.WindowsPhone
5748
- ZXing.Net.Mobile.Forms.WindowsUniversal
5849
installNuGets:
5950
- project: FormsSample
@@ -68,10 +59,6 @@ samples:
6859
packages:
6960
- ZXing.Net.Mobile
7061
- ZXing.Net.Mobile.Forms
71-
- project: FormsSample.WindowsPhone
72-
packages:
73-
- ZXing.Net.Mobile
74-
- ZXing.Net.Mobile.Forms
7562
- project: FormsSample.WindowsUniversal
7663
packages:
7764
- ZXing.Net.Mobile
@@ -80,3 +67,4 @@ samples:
8067
skip_docs: true
8168
local-nuget-repo: ../output
8269
no_build: true
70+
skip_docs: true

‎Component/component.template.yaml

-21
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ libraries:
1515
android:
1616
- ../Build/Release/android/zxing.portable.dll
1717
- ../Build/Release/android/ZXingNetMobile.dll
18-
winphone-8.0:
19-
- ../Build/Release/wp8.0/zxing.portable.dll
20-
- ../Build/Release/wp8.0/ZXingNetMobile.dll
2118
winuniversal-10.0:
2219
- ../Build/Release/uwp/zxing.portable.dll
2320
- ../Build/Release/uwp/ZXingNetMobile.dll
@@ -29,12 +26,6 @@ packages:
2926
android:
3027
- ZXing.Net.Mobile, Version={VERSION}
3128
- Xamarin.Android.Support.v4, Version=23.0.1.3
32-
winphone-8.0:
33-
- ZXing.Net.Mobile, Version={VERSION}
34-
- WriteableBitmapEx, Version=1.5.0
35-
winphone-8.1:
36-
- ZXing.Net.Mobile, Version={VERSION}
37-
- WriteableBitmapEx, Version=1.5.0
3829
ios-unified:
3930
- ZXing.Net.Mobile, Version={VERSION}
4031
winuniversal-10.0:
@@ -67,18 +58,6 @@ samples:
6758
- ZXing.Net.Mobile
6859
no_build: true
6960
skip_docs: true
70-
- name: Windows Phone Sample
71-
path: "../Samples/WindowsPhone/Sample.WindowsPhone.sln"
72-
removeProjects:
73-
- ZXing.Net.Mobile.WindowsPhone
74-
- ZXing.Net.Mobile.Core
75-
- zxing.portable
76-
installNuGets:
77-
- project: Sample.WindowsPhone
78-
packages:
79-
- ZXing.Net.Mobile
80-
no_build: true
81-
skip_docs: true
8261
- name: Windows Universal Sample
8362
path: "../Samples/WindowsUniversal/Sample.WindowsUniversal.sln"
8463
removeProjects:

0 commit comments

Comments
 (0)