| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition="false" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{B37A9072-9C6E-4B41-A88E-39F7D656E2E7}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <RootNamespace>ComputerShopWpf</RootNamespace>
- <AssemblyName>ComputerShopWpf</AssemblyName>
- <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <WarningLevel>4</WarningLevel>
- <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Microsoft.Bcl.AsyncInterfaces">
- <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.1.1.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="Npgsql, Version=4.1.14.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
- <HintPath>..\packages\Npgsql.4.1.14\lib\net461\Npgsql.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Buffers">
- <HintPath>..\packages\System.Buffers.4.5.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Configuration" />
- <Reference Include="System.Core" />
- <Reference Include="System.Data" />
- <Reference Include="System.Memory">
- <HintPath>..\packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Numerics" />
- <Reference Include="System.Numerics.Vectors">
- <HintPath>..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Runtime.CompilerServices.Unsafe">
- <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.6.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Text.Encodings.Web">
- <HintPath>..\packages\System.Text.Encodings.Web.4.6.0\lib\netstandard2.0\System.Text.Encodings.Web.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Text.Json">
- <HintPath>..\packages\System.Text.Json.4.6.0\lib\net461\System.Text.Json.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Threading.Tasks.Extensions">
- <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.3\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="System.ValueTuple">
- <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Xml" />
- <Reference Include="System.Xaml">
- <RequiredTargetFramework>4.0</RequiredTargetFramework>
- </Reference>
- <Reference Include="WindowsBase" />
- <Reference Include="PresentationCore" />
- <Reference Include="PresentationFramework" />
- </ItemGroup>
- <ItemGroup>
- <ApplicationDefinition Include="App.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </ApplicationDefinition>
- <Page Include="Styles\AppStyles.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\ClientsPage.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\LateOrdersPage.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\LoginWindow.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\MainWindow.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\OrderItemsPage.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\OrdersPage.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\ProductsPage.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\UsersPage.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="App.xaml.cs">
- <DependentUpon>App.xaml</DependentUpon>
- </Compile>
- <Compile Include="Helpers\RelayCommand.cs" />
- <Compile Include="Helpers\ValidationHelper.cs" />
- <Compile Include="Models\AppUser.cs" />
- <Compile Include="Models\Client.cs" />
- <Compile Include="Models\Employee.cs" />
- <Compile Include="Models\Order.cs" />
- <Compile Include="Models\OrderItem.cs" />
- <Compile Include="Models\Product.cs" />
- <Compile Include="Models\Supplier.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Services\AuthService.cs" />
- <Compile Include="Services\ConnectionSettings.cs" />
- <Compile Include="Services\DatabaseService.cs" />
- <Compile Include="Services\PasswordHasher.cs" />
- <Compile Include="Services\UserSession.cs" />
- <Compile Include="ViewModels\ClientsViewModel.cs" />
- <Compile Include="ViewModels\LateOrdersViewModel.cs" />
- <Compile Include="ViewModels\MainViewModel.cs" />
- <Compile Include="ViewModels\OrdersViewModel.cs" />
- <Compile Include="ViewModels\ProductsViewModel.cs" />
- <Compile Include="Views\ClientsPage.xaml.cs">
- <DependentUpon>ClientsPage.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\LateOrdersPage.xaml.cs">
- <DependentUpon>LateOrdersPage.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\LoginWindow.xaml.cs">
- <DependentUpon>LoginWindow.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\MainWindow.xaml.cs">
- <DependentUpon>MainWindow.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\OrderItemsPage.xaml.cs">
- <DependentUpon>OrderItemsPage.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\OrdersPage.xaml.cs">
- <DependentUpon>OrdersPage.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\ProductsPage.xaml.cs">
- <DependentUpon>ProductsPage.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\UsersPage.xaml.cs">
- <DependentUpon>UsersPage.xaml</DependentUpon>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config" />
- <None Include="packages.config" />
- <None Include="Database\create_database.sql" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="..\packages\Microsoft.Bcl.AsyncInterfaces.1.1.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll">
- <Link>Microsoft.Bcl.AsyncInterfaces.dll</Link>
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="..\packages\Npgsql.4.1.14\lib\net461\Npgsql.dll">
- <Link>Npgsql.dll</Link>
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="..\packages\System.Buffers.4.5.0\lib\netstandard2.0\System.Buffers.dll">
- <Link>System.Buffers.dll</Link>
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="..\packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll">
- <Link>System.Memory.dll</Link>
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll">
- <Link>System.Numerics.Vectors.dll</Link>
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="..\packages\System.Runtime.CompilerServices.Unsafe.4.6.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll">
- <Link>System.Runtime.CompilerServices.Unsafe.dll</Link>
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="..\packages\System.Text.Encodings.Web.4.6.0\lib\netstandard2.0\System.Text.Encodings.Web.dll">
- <Link>System.Text.Encodings.Web.dll</Link>
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="..\packages\System.Text.Json.4.6.0\lib\net461\System.Text.Json.dll">
- <Link>System.Text.Json.dll</Link>
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="..\packages\System.Threading.Tasks.Extensions.4.5.3\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll">
- <Link>System.Threading.Tasks.Extensions.dll</Link>
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll">
- <Link>System.ValueTuple.dll</Link>
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- </ItemGroup>
- <Target Name="CopyNuGetRuntimeDependencies" AfterTargets="Build">
- <ItemGroup>
- <NuGetRuntimeDependency Include="$(MSBuildProjectDirectory)\..\packages\Microsoft.Bcl.AsyncInterfaces.1.1.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll" />
- <NuGetRuntimeDependency Include="$(MSBuildProjectDirectory)\..\packages\Npgsql.4.1.14\lib\net461\Npgsql.dll" />
- <NuGetRuntimeDependency Include="$(MSBuildProjectDirectory)\..\packages\System.Buffers.4.5.0\lib\netstandard2.0\System.Buffers.dll" />
- <NuGetRuntimeDependency Include="$(MSBuildProjectDirectory)\..\packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll" />
- <NuGetRuntimeDependency Include="$(MSBuildProjectDirectory)\..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll" />
- <NuGetRuntimeDependency Include="$(MSBuildProjectDirectory)\..\packages\System.Runtime.CompilerServices.Unsafe.4.6.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll" />
- <NuGetRuntimeDependency Include="$(MSBuildProjectDirectory)\..\packages\System.Text.Encodings.Web.4.6.0\lib\netstandard2.0\System.Text.Encodings.Web.dll" />
- <NuGetRuntimeDependency Include="$(MSBuildProjectDirectory)\..\packages\System.Text.Json.4.6.0\lib\net461\System.Text.Json.dll" />
- <NuGetRuntimeDependency Include="$(MSBuildProjectDirectory)\..\packages\System.Threading.Tasks.Extensions.4.5.3\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll" />
- <NuGetRuntimeDependency Include="$(MSBuildProjectDirectory)\..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll" />
- </ItemGroup>
- <Copy SourceFiles="@(NuGetRuntimeDependency)"
- DestinationFolder="$(TargetDir)"
- SkipUnchangedFiles="true"
- Condition="Exists('%(NuGetRuntimeDependency.FullPath)')" />
- </Target>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|