This repository has been archived by the owner on May 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove unused nuget packages and some code clean up
- Loading branch information
1 parent
87d4520
commit 5a12ccc
Showing
36 changed files
with
16,430 additions
and
569 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="WixSharp.bin" version="1.4.9.0" targetFramework="net452" /> | ||
<package id="WixSharp.bin" version="1.8.0" targetFramework="net452" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="CommonServiceLocator" version="1.3" targetFramework="net452" /> | ||
<package id="Dragablz" version="0.0.3.186" targetFramework="net452" /> | ||
<package id="EntityFramework" version="6.1.3" targetFramework="net452" /> | ||
<package id="Dragablz" version="0.0.3.203" targetFramework="net452" /> | ||
<package id="MaterialDesignColors" version="1.1.3" targetFramework="net452" /> | ||
<package id="MaterialDesignThemes" version="2.3.0.823" targetFramework="net452" /> | ||
<package id="NLog" version="4.4.5" targetFramework="net452" /> | ||
<package id="Prism.Core" version="6.3.0" targetFramework="net452" /> | ||
<package id="Prism.Unity" version="6.3.0" targetFramework="net452" /> | ||
<package id="Prism.Wpf" version="6.3.0" targetFramework="net452" /> | ||
<package id="System.Data.SQLite" version="1.0.105.0" targetFramework="net452" /> | ||
<package id="System.Data.SQLite.Core" version="1.0.105.0" targetFramework="net452" /> | ||
<package id="System.Data.SQLite.EF6" version="1.0.105.0" targetFramework="net452" /> | ||
<package id="System.Data.SQLite.Linq" version="1.0.105.0" targetFramework="net452" /> | ||
<package id="Unity" version="4.0.1" targetFramework="net452" /> | ||
<package id="MaterialDesignThemes" version="2.4.1.1101" targetFramework="net452" /> | ||
<package id="NLog" version="4.5.7" targetFramework="net452" /> | ||
<package id="System.Data.SQLite.Core" version="1.0.108.0" targetFramework="net452" /> | ||
</packages> |
Oops, something went wrong.