Skip to content

Commit 44b74dd

Browse files
committed
add a solution filter file for building on MacOS
* this contains the subset of all projects in OxyPlot.Xamarin.Forms.sln, which can be built on Mac (Android/iOS/Mac projects, but not Windows/UWP)
1 parent e7b1974 commit 44b74dd

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Source/OxyPlot.Xamarin.Forms-mac.slnf

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
2+
{
3+
"solution": {
4+
"path": "OxyPlot.Xamarin.Forms.sln",
5+
"projects": [
6+
"OxyPlot.Xamarin.Android/OxyPlot.Xamarin.Android.csproj",
7+
"OxyPlot.Xamarin.iOS/OxyPlot.Xamarin.iOS.csproj",
8+
"OxyPlot.Xamarin.Mac/OxyPlot.Xamarin.Mac.csproj",
9+
"OxyPlot.Xamarin.Forms/OxyPlot.Xamarin.Forms.csproj",
10+
"OxyPlot.Xamarin.Forms.Platform.Android/OxyPlot.Xamarin.Forms.Platform.Android.csproj",
11+
"OxyPlot.Xamarin.Forms.Platform.iOS/OxyPlot.Xamarin.Forms.Platform.iOS.csproj",
12+
"OxyPlot.Xamarin.Forms.Platform.MacOS/OxyPlot.Xamarin.Forms.Platform.MacOS.csproj",
13+
"Examples/Xamarin.Forms/SimpleDemo/SimpleDemo/SimpleDemo.csproj",
14+
"Examples/Xamarin.Forms/SimpleDemo/SimpleDemo.Android/SimpleDemo.Android.csproj",
15+
"Examples/Xamarin.Forms/SimpleDemo/SimpleDemo.iOS/SimpleDemo.iOS.csproj",
16+
"Examples/Xamarin.Forms/SimpleDemo/SimpleDemo.MacOS/SimpleDemo.MacOS.csproj"
17+
]
18+
}
19+
}

0 commit comments

Comments
 (0)