Skip to content

Commit acbcee3

Browse files
committed
set outputType in project files
This fixes several tests that need to be run as apps to work (appTest).
1 parent 7d66d44 commit acbcee3

118 files changed

Lines changed: 117 additions & 14 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Source/AllTests.unoproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"buildCondition": "TEST",
2+
"outputType": "app",
33
"projects": [
44
"**Test.unoproj"
55
],

Source/Android.ActivityUtils/Android.ActivityUtils.unoproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"copyright": "Copyright (c) Fuse Open",
33
"description": "Helper Utils for interacting with android Activities",
44
"publisher": "Fuse Open",
5+
"outputType": "library",
56
"includes": [
67
"*"
78
]

Source/Experimental.Http/Experimental.Http.unoproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"description": "Library for data caching",
33
"publisher": "Fuse Open",
44
"copyright": "Copyright (c) Fuse Open",
5+
"outputType": "library",
56
"references": [
67
"Uno.Net.Http",
78
"UnoCore"

Source/Fuse.Alerts/Fuse.Alerts.unoproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"copyright": "Copyright (c) Fuse Open",
33
"description": "Native alerts and simple dialogs for mobile targets",
44
"publisher": "Fuse Open",
5+
"outputType": "library",
56
"references": [
67
"Uno.Collections",
78
"Uno.Threading"

Source/Fuse.Android.Permissions/Fuse.Android.Permissions.unoproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"copyright": "Copyright (c) Fuse Open",
33
"description": "Asynchronous feature permission requests",
44
"publisher": "Fuse Open",
5+
"outputType": "library",
56
"references": [
67
"Uno.Threading"
78
],

Source/Fuse.Android.TextRenderer/Fuse.Android.TextRenderer.unoproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"copyright": "Copyright (c) Fuse Open",
33
"description": "Android TextRenderer",
44
"publisher": "Fuse Open",
5+
"outputType": "library",
56
"internalsVisibleTo": [
67
"Fuse.Android",
78
"Fuse.Views"

Source/Fuse.Android/Fuse.Android.unoproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"copyright": "Copyright (c) Fuse Open",
33
"description": "Native bootstrapping for Android",
44
"publisher": "Fuse Open",
5+
"outputType": "library",
56
"internalsVisibleTo": [
67
"Fuse.Audio",
78
"Fuse.Controls.DrawingPanel",

Source/Fuse.Animations/Fuse.Animations.unoproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"copyright": "Copyright (c) Fuse Open",
33
"description": "Framework for general purpose animation",
44
"publisher": "Fuse Open",
5+
"outputType": "library",
56
"internalsVisibleTo": [
67
"Fuse.Animations.Test",
78
"Fuse.Triggers",

Source/Fuse.Animations/Tests/Fuse.Animations.Test.unoproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"outputType": "test",
23
"references": [
34
"Fuse",
45
"FuseJS",

Source/Fuse.Audio/Fuse.Audio.unoproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"copyright": "Copyright (c) Fuse Open",
33
"description": "Audio playback support",
44
"publisher": "Fuse Open",
5-
"title": "Fuse.Audio",
5+
"outputType": "library",
66
"references": [
77
"Uno.Threading"
88
],

0 commit comments

Comments
 (0)