Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.24 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.24 KB

ToDoListMetro

Windows PC stand-alone で動作する ToDoList のサンプルアプリケーションです。
MVVMパターンの学習用として作成しています。

Dependency

Prism.Wpf ReactiveProperty MahApps.Metro SQLite ClosedXML を使用しています。

Usage

ToDoListMetro.sln を Visual Studio 2015 Community で開き、ビルド後にデバッグ実行します。

ビルドせずに動作を確認したい場合、Installer/Release/ にある
Installer.msi を使用してください。
 右クリック → インストール でPCにインストールし、デスクトップに作成されたショートカットから起動。
 右クリック → アンインストール で、インストールしたファイルはすべてPCから削除されます。

Licence

This software is released under the MIT License, see LICENSE.

Prism
https://github.com/PrismLibrary/Prism

ReactiveProperty
https://github.com/runceel/ReactiveProperty

MahApps.Metro
https://github.com/MahApps/MahApps.Metro

System.Data.SQLite
https://system.data.sqlite.org/

ClosedXML
https://github.com/ClosedXML/ClosedXML

Prism.InteractivityExtension
https://github.com/Kuro4/Prism.InteractivityExtension