|
38 | 38 | <Reference Include="cAlgo.API"> |
39 | 39 | <HintPath>..\..\..\..\..\Documents\cAlgo\API\cAlgo.API.dll</HintPath> |
40 | 40 | </Reference> |
41 | | - <Reference Include="cAlgo.API.Alert.UI, Version=2.2.0.0, Culture=neutral, processorArchitecture=MSIL"> |
42 | | - <HintPath>..\..\packages\cAlgo.API.Alert.UI.2.2.0\lib\net45\cAlgo.API.Alert.UI.dll</HintPath> |
| 41 | + <Reference Include="cAlgo.API.Alert.UI, Version=2.2.1.0, Culture=neutral, processorArchitecture=MSIL"> |
| 42 | + <HintPath>..\..\packages\cAlgo.API.Alert.UI.2.2.1\lib\net45\cAlgo.API.Alert.UI.dll</HintPath> |
43 | 43 | </Reference> |
44 | 44 | <Reference Include="CommonServiceLocator, Version=2.0.4.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL"> |
45 | 45 | <HintPath>..\..\packages\CommonServiceLocator.2.0.4\lib\net45\CommonServiceLocator.dll</HintPath> |
46 | 46 | </Reference> |
47 | 47 | <Reference Include="ControlzEx, Version=3.0.2.4, Culture=neutral, processorArchitecture=MSIL"> |
48 | 48 | <HintPath>..\..\packages\ControlzEx.3.0.2.4\lib\net45\ControlzEx.dll</HintPath> |
49 | 49 | </Reference> |
50 | | - <Reference Include="LiteDB, Version=5.0.7.0, Culture=neutral, PublicKeyToken=4ee40123013c9f27, processorArchitecture=MSIL"> |
51 | | - <HintPath>..\..\packages\LiteDB.5.0.7\lib\net45\LiteDB.dll</HintPath> |
| 50 | + <Reference Include="LiteDB, Version=5.0.8.0, Culture=neutral, PublicKeyToken=4ee40123013c9f27, processorArchitecture=MSIL"> |
| 51 | + <HintPath>..\..\packages\LiteDB.5.0.8\lib\net45\LiteDB.dll</HintPath> |
52 | 52 | </Reference> |
53 | 53 | <Reference Include="MahApps.Metro, Version=1.6.5.1, Culture=neutral, processorArchitecture=MSIL"> |
54 | 54 | <HintPath>..\..\packages\MahApps.Metro.1.6.5\lib\net45\MahApps.Metro.dll</HintPath> |
|
58 | 58 | </Reference> |
59 | 59 | <Reference Include="PresentationCore" /> |
60 | 60 | <Reference Include="PresentationFramework" /> |
61 | | - <Reference Include="Prism, Version=7.1.0.431, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL"> |
62 | | - <HintPath>..\..\packages\Prism.Core.7.1.0.431\lib\net45\Prism.dll</HintPath> |
| 61 | + <Reference Include="Prism, Version=7.2.0.1422, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL"> |
| 62 | + <HintPath>..\..\packages\Prism.Core.7.2.0.1422\lib\net45\Prism.dll</HintPath> |
63 | 63 | </Reference> |
64 | | - <Reference Include="Prism.Wpf, Version=7.1.0.431, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL"> |
65 | | - <HintPath>..\..\packages\Prism.Wpf.7.1.0.431\lib\net45\Prism.Wpf.dll</HintPath> |
| 64 | + <Reference Include="Prism.Wpf, Version=7.2.0.1422, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL"> |
| 65 | + <HintPath>..\..\packages\Prism.Wpf.7.2.0.1422\lib\net45\Prism.Wpf.dll</HintPath> |
66 | 66 | </Reference> |
67 | 67 | <Reference Include="System" /> |
68 | 68 | <Reference Include="System.Configuration" /> |
69 | 69 | <Reference Include="System.Core" /> |
70 | 70 | <Reference Include="System.Runtime" /> |
| 71 | + <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 72 | + <HintPath>..\..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath> |
| 73 | + </Reference> |
71 | 74 | <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
72 | | - <HintPath>..\..\packages\Prism.Wpf.7.1.0.431\lib\net45\System.Windows.Interactivity.dll</HintPath> |
| 75 | + <HintPath>..\..\packages\Prism.Wpf.7.2.0.1422\lib\net45\System.Windows.Interactivity.dll</HintPath> |
73 | 76 | </Reference> |
74 | 77 | <Reference Include="System.Xaml" /> |
75 | 78 | <Reference Include="System.Xml.Linq" /> |
|
92 | 95 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
93 | 96 | <DependentUpon>Settings.settings</DependentUpon> |
94 | 97 | </Compile> |
95 | | - <Compile Include="Helpers\AlertManager.cs" /> |
| 98 | + <Compile Include="DataManager.cs" /> |
96 | 99 | <Compile Include="Utility\ExceptionTools.cs" /> |
97 | 100 | <Compile Include="Utility\Logger.cs" /> |
98 | 101 | <Compile Include="Utility\Serializer.cs" /> |
|
0 commit comments