Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atsuteru/dotnet-cross-apps
.NET cross platform application sample.
https://github.com/atsuteru/dotnet-cross-apps
dotnet-core3-1 dotnet-framework-48 reactiveui winforms wpf xamarin-forms
Last synced: 12 days ago
JSON representation
.NET cross platform application sample.
- Host: GitHub
- URL: https://github.com/atsuteru/dotnet-cross-apps
- Owner: atsuteru
- Created: 2020-02-22T04:10:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-14T04:04:35.000Z (about 4 years ago)
- Last Synced: 2024-11-06T11:49:54.645Z (2 months ago)
- Topics: dotnet-core3-1, dotnet-framework-48, reactiveui, winforms, wpf, xamarin-forms
- Language: C#
- Homepage:
- Size: 968 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .NET + ReactiveUI Cross-platform application sample
Target platforms:
* WinForms(.NET Framework 4.8)
* WinForms(.NET Core 3.1)
* WPF(.NET Framework 4.8)
* WPF(.NET Core 3.1)
* XamForms## Web site
[.NET+ReactiveUIでXamForms,WPF,WinFormsのクロスプラットフォーム開発やってみた - Qiita](https://qiita.com/kami_teru/items/15934fef6b09c5423deb)
sorry... japanese only.## Build Settings for AppCenter
### iOS
| Name | Value |
----|----
| Project | 0_MyApp.iOS.sln |
| Configuration | Release |
| SDK version | Xamarin.iOS 14.0 |
| Xcode version | 12.1.1 |### Android
| Name | Value |
----|----
| Project | MyApp.xamForms.Android.csproj |
| Configuration | Release |
| SDK version | Xamarin.Android 9.4 |### UWP
| Name | Value |
----|----
| Project | MyApp.sln |
| Configuration | UWP-Debug |
| Platforms | x64 |