ComputerShopWpf.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition="false" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{B37A9072-9C6E-4B41-A88E-39F7D656E2E7}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>ComputerShopWpf</RootNamespace>
  10. <AssemblyName>ComputerShopWpf</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <TargetFrameworkProfile />
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="Microsoft.Bcl.AsyncInterfaces">
  37. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.1.1.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  38. <Private>True</Private>
  39. </Reference>
  40. <Reference Include="Microsoft.CSharp" />
  41. <Reference Include="Npgsql, Version=4.1.14.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
  42. <HintPath>..\packages\Npgsql.4.1.14\lib\net461\Npgsql.dll</HintPath>
  43. <Private>True</Private>
  44. </Reference>
  45. <Reference Include="System" />
  46. <Reference Include="System.Buffers">
  47. <HintPath>..\packages\System.Buffers.4.5.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
  48. <Private>True</Private>
  49. </Reference>
  50. <Reference Include="System.Configuration" />
  51. <Reference Include="System.Core" />
  52. <Reference Include="System.Data" />
  53. <Reference Include="System.Memory">
  54. <HintPath>..\packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll</HintPath>
  55. <Private>True</Private>
  56. </Reference>
  57. <Reference Include="System.Numerics" />
  58. <Reference Include="System.Numerics.Vectors">
  59. <HintPath>..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  60. <Private>True</Private>
  61. </Reference>
  62. <Reference Include="System.Runtime.CompilerServices.Unsafe">
  63. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.6.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  64. <Private>True</Private>
  65. </Reference>
  66. <Reference Include="System.Text.Encodings.Web">
  67. <HintPath>..\packages\System.Text.Encodings.Web.4.6.0\lib\netstandard2.0\System.Text.Encodings.Web.dll</HintPath>
  68. <Private>True</Private>
  69. </Reference>
  70. <Reference Include="System.Text.Json">
  71. <HintPath>..\packages\System.Text.Json.4.6.0\lib\net461\System.Text.Json.dll</HintPath>
  72. <Private>True</Private>
  73. </Reference>
  74. <Reference Include="System.Threading.Tasks.Extensions">
  75. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.3\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath>
  76. <Private>True</Private>
  77. </Reference>
  78. <Reference Include="System.ValueTuple">
  79. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
  80. <Private>True</Private>
  81. </Reference>
  82. <Reference Include="System.Xml" />
  83. <Reference Include="System.Xaml">
  84. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  85. </Reference>
  86. <Reference Include="WindowsBase" />
  87. <Reference Include="PresentationCore" />
  88. <Reference Include="PresentationFramework" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <ApplicationDefinition Include="App.xaml">
  92. <Generator>MSBuild:Compile</Generator>
  93. <SubType>Designer</SubType>
  94. </ApplicationDefinition>
  95. <Page Include="Styles\AppStyles.xaml">
  96. <Generator>MSBuild:Compile</Generator>
  97. <SubType>Designer</SubType>
  98. </Page>
  99. <Page Include="Views\ClientsPage.xaml">
  100. <Generator>MSBuild:Compile</Generator>
  101. <SubType>Designer</SubType>
  102. </Page>
  103. <Page Include="Views\LateOrdersPage.xaml">
  104. <Generator>MSBuild:Compile</Generator>
  105. <SubType>Designer</SubType>
  106. </Page>
  107. <Page Include="Views\LoginWindow.xaml">
  108. <Generator>MSBuild:Compile</Generator>
  109. <SubType>Designer</SubType>
  110. </Page>
  111. <Page Include="Views\MainWindow.xaml">
  112. <Generator>MSBuild:Compile</Generator>
  113. <SubType>Designer</SubType>
  114. </Page>
  115. <Page Include="Views\OrderItemsPage.xaml">
  116. <Generator>MSBuild:Compile</Generator>
  117. <SubType>Designer</SubType>
  118. </Page>
  119. <Page Include="Views\OrdersPage.xaml">
  120. <Generator>MSBuild:Compile</Generator>
  121. <SubType>Designer</SubType>
  122. </Page>
  123. <Page Include="Views\ProductsPage.xaml">
  124. <Generator>MSBuild:Compile</Generator>
  125. <SubType>Designer</SubType>
  126. </Page>
  127. <Page Include="Views\UsersPage.xaml">
  128. <Generator>MSBuild:Compile</Generator>
  129. <SubType>Designer</SubType>
  130. </Page>
  131. </ItemGroup>
  132. <ItemGroup>
  133. <Compile Include="App.xaml.cs">
  134. <DependentUpon>App.xaml</DependentUpon>
  135. </Compile>
  136. <Compile Include="Helpers\RelayCommand.cs" />
  137. <Compile Include="Helpers\ValidationHelper.cs" />
  138. <Compile Include="Models\AppUser.cs" />
  139. <Compile Include="Models\Client.cs" />
  140. <Compile Include="Models\Employee.cs" />
  141. <Compile Include="Models\Order.cs" />
  142. <Compile Include="Models\OrderItem.cs" />
  143. <Compile Include="Models\Product.cs" />
  144. <Compile Include="Models\Supplier.cs" />
  145. <Compile Include="Properties\AssemblyInfo.cs" />
  146. <Compile Include="Services\AuthService.cs" />
  147. <Compile Include="Services\ConnectionSettings.cs" />
  148. <Compile Include="Services\DatabaseService.cs" />
  149. <Compile Include="Services\PasswordHasher.cs" />
  150. <Compile Include="Services\UserSession.cs" />
  151. <Compile Include="ViewModels\ClientsViewModel.cs" />
  152. <Compile Include="ViewModels\LateOrdersViewModel.cs" />
  153. <Compile Include="ViewModels\MainViewModel.cs" />
  154. <Compile Include="ViewModels\OrdersViewModel.cs" />
  155. <Compile Include="ViewModels\ProductsViewModel.cs" />
  156. <Compile Include="Views\ClientsPage.xaml.cs">
  157. <DependentUpon>ClientsPage.xaml</DependentUpon>
  158. </Compile>
  159. <Compile Include="Views\LateOrdersPage.xaml.cs">
  160. <DependentUpon>LateOrdersPage.xaml</DependentUpon>
  161. </Compile>
  162. <Compile Include="Views\LoginWindow.xaml.cs">
  163. <DependentUpon>LoginWindow.xaml</DependentUpon>
  164. </Compile>
  165. <Compile Include="Views\MainWindow.xaml.cs">
  166. <DependentUpon>MainWindow.xaml</DependentUpon>
  167. </Compile>
  168. <Compile Include="Views\OrderItemsPage.xaml.cs">
  169. <DependentUpon>OrderItemsPage.xaml</DependentUpon>
  170. </Compile>
  171. <Compile Include="Views\OrdersPage.xaml.cs">
  172. <DependentUpon>OrdersPage.xaml</DependentUpon>
  173. </Compile>
  174. <Compile Include="Views\ProductsPage.xaml.cs">
  175. <DependentUpon>ProductsPage.xaml</DependentUpon>
  176. </Compile>
  177. <Compile Include="Views\UsersPage.xaml.cs">
  178. <DependentUpon>UsersPage.xaml</DependentUpon>
  179. </Compile>
  180. </ItemGroup>
  181. <ItemGroup>
  182. <None Include="App.config" />
  183. <None Include="packages.config" />
  184. <None Include="Database\create_database.sql" />
  185. </ItemGroup>
  186. <ItemGroup>
  187. <Content Include="..\packages\Microsoft.Bcl.AsyncInterfaces.1.1.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll">
  188. <Link>Microsoft.Bcl.AsyncInterfaces.dll</Link>
  189. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  190. </Content>
  191. <Content Include="..\packages\Npgsql.4.1.14\lib\net461\Npgsql.dll">
  192. <Link>Npgsql.dll</Link>
  193. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  194. </Content>
  195. <Content Include="..\packages\System.Buffers.4.5.0\lib\netstandard2.0\System.Buffers.dll">
  196. <Link>System.Buffers.dll</Link>
  197. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  198. </Content>
  199. <Content Include="..\packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll">
  200. <Link>System.Memory.dll</Link>
  201. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  202. </Content>
  203. <Content Include="..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll">
  204. <Link>System.Numerics.Vectors.dll</Link>
  205. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  206. </Content>
  207. <Content Include="..\packages\System.Runtime.CompilerServices.Unsafe.4.6.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll">
  208. <Link>System.Runtime.CompilerServices.Unsafe.dll</Link>
  209. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  210. </Content>
  211. <Content Include="..\packages\System.Text.Encodings.Web.4.6.0\lib\netstandard2.0\System.Text.Encodings.Web.dll">
  212. <Link>System.Text.Encodings.Web.dll</Link>
  213. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  214. </Content>
  215. <Content Include="..\packages\System.Text.Json.4.6.0\lib\net461\System.Text.Json.dll">
  216. <Link>System.Text.Json.dll</Link>
  217. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  218. </Content>
  219. <Content Include="..\packages\System.Threading.Tasks.Extensions.4.5.3\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll">
  220. <Link>System.Threading.Tasks.Extensions.dll</Link>
  221. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  222. </Content>
  223. <Content Include="..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll">
  224. <Link>System.ValueTuple.dll</Link>
  225. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  226. </Content>
  227. </ItemGroup>
  228. <Target Name="CopyNuGetRuntimeDependencies" AfterTargets="Build">
  229. <ItemGroup>
  230. <NuGetRuntimeDependency Include="$(MSBuildProjectDirectory)\..\packages\Microsoft.Bcl.AsyncInterfaces.1.1.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll" />
  231. <NuGetRuntimeDependency Include="$(MSBuildProjectDirectory)\..\packages\Npgsql.4.1.14\lib\net461\Npgsql.dll" />
  232. <NuGetRuntimeDependency Include="$(MSBuildProjectDirectory)\..\packages\System.Buffers.4.5.0\lib\netstandard2.0\System.Buffers.dll" />
  233. <NuGetRuntimeDependency Include="$(MSBuildProjectDirectory)\..\packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll" />
  234. <NuGetRuntimeDependency Include="$(MSBuildProjectDirectory)\..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll" />
  235. <NuGetRuntimeDependency Include="$(MSBuildProjectDirectory)\..\packages\System.Runtime.CompilerServices.Unsafe.4.6.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll" />
  236. <NuGetRuntimeDependency Include="$(MSBuildProjectDirectory)\..\packages\System.Text.Encodings.Web.4.6.0\lib\netstandard2.0\System.Text.Encodings.Web.dll" />
  237. <NuGetRuntimeDependency Include="$(MSBuildProjectDirectory)\..\packages\System.Text.Json.4.6.0\lib\net461\System.Text.Json.dll" />
  238. <NuGetRuntimeDependency Include="$(MSBuildProjectDirectory)\..\packages\System.Threading.Tasks.Extensions.4.5.3\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll" />
  239. <NuGetRuntimeDependency Include="$(MSBuildProjectDirectory)\..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll" />
  240. </ItemGroup>
  241. <Copy SourceFiles="@(NuGetRuntimeDependency)"
  242. DestinationFolder="$(TargetDir)"
  243. SkipUnchangedFiles="true"
  244. Condition="Exists('%(NuGetRuntimeDependency.FullPath)')" />
  245. </Target>
  246. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  247. </Project>