|
@@ -41,11 +41,32 @@
|
|
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
|
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
|
</Reference>
|
|
</Reference>
|
|
|
|
+ <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
+ <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
|
|
|
|
+ </Reference>
|
|
|
|
+ <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=8.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
|
|
|
|
+ <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.8.0.1\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
|
|
|
|
+ </Reference>
|
|
|
|
+ <Reference Include="Prism, Version=9.0.537.60525, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
|
|
|
|
+ <HintPath>..\packages\Prism.Core.9.0.537\lib\net47\Prism.dll</HintPath>
|
|
|
|
+ </Reference>
|
|
|
|
+ <Reference Include="Prism.Container.Abstractions, Version=9.0.106.9543, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
|
|
|
|
+ <HintPath>..\packages\Prism.Container.Abstractions.9.0.106\lib\net47\Prism.Container.Abstractions.dll</HintPath>
|
|
|
|
+ </Reference>
|
|
|
|
+ <Reference Include="Prism.Events, Version=9.0.537.60525, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
|
|
|
|
+ <HintPath>..\packages\Prism.Events.9.0.537\lib\net47\Prism.Events.dll</HintPath>
|
|
|
|
+ </Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Data" />
|
|
|
|
+ <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
+ <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
|
|
|
+ </Reference>
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.Security" />
|
|
<Reference Include="System.Security" />
|
|
|
|
+ <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
+ <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
|
|
|
|
+ </Reference>
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Core" />
|
|
@@ -64,7 +85,9 @@
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
</ApplicationDefinition>
|
|
</ApplicationDefinition>
|
|
|
|
+ <Compile Include="AuthState.cs" />
|
|
<Compile Include="ViewModels\AuthViewModel.cs" />
|
|
<Compile Include="ViewModels\AuthViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\MainViewModel.cs" />
|
|
<Page Include="Dictionaries\BrushesStyle.xaml">
|
|
<Page Include="Dictionaries\BrushesStyle.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -89,14 +112,6 @@
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Pages\FooterPage.xaml">
|
|
|
|
- <SubType>Designer</SubType>
|
|
|
|
- <Generator>MSBuild:Compile</Generator>
|
|
|
|
- </Page>
|
|
|
|
- <Page Include="Pages\HeaderPage.xaml">
|
|
|
|
- <SubType>Designer</SubType>
|
|
|
|
- <Generator>MSBuild:Compile</Generator>
|
|
|
|
- </Page>
|
|
|
|
<Page Include="Pages\LogOnHistory.xaml">
|
|
<Page Include="Pages\LogOnHistory.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -162,12 +177,6 @@
|
|
<Compile Include="Pages\AuthPage.xaml.cs">
|
|
<Compile Include="Pages\AuthPage.xaml.cs">
|
|
<DependentUpon>AuthPage.xaml</DependentUpon>
|
|
<DependentUpon>AuthPage.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
- <Compile Include="Pages\FooterPage.xaml.cs">
|
|
|
|
- <DependentUpon>FooterPage.xaml</DependentUpon>
|
|
|
|
- </Compile>
|
|
|
|
- <Compile Include="Pages\HeaderPage.xaml.cs">
|
|
|
|
- <DependentUpon>HeaderPage.xaml</DependentUpon>
|
|
|
|
- </Compile>
|
|
|
|
<Compile Include="Pages\LogOnHistory.xaml.cs">
|
|
<Compile Include="Pages\LogOnHistory.xaml.cs">
|
|
<DependentUpon>LogOnHistory.xaml</DependentUpon>
|
|
<DependentUpon>LogOnHistory.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|