DontHarmDesktop.csproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{A57BB27A-2EF5-450A-97C5-F0BF85C14CB0}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>DontHarmDesktop</RootNamespace>
  10. <AssemblyName>DontHarmDesktop</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</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. <Deterministic>true</Deterministic>
  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. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="CsvHelper, Version=33.0.0.0, Culture=neutral, PublicKeyToken=8c4959082be5c823, processorArchitecture=MSIL">
  39. <HintPath>..\packages\CsvHelper.33.0.1\lib\net47\CsvHelper.dll</HintPath>
  40. </Reference>
  41. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  42. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  43. </Reference>
  44. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  45. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  48. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Microsoft.Bcl.HashCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  51. <HintPath>..\packages\Microsoft.Bcl.HashCode.1.1.1\lib\net461\Microsoft.Bcl.HashCode.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=8.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  54. <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.8.0.1\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Prism, Version=9.0.537.60525, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  57. <HintPath>..\packages\Prism.Core.9.0.537\lib\net47\Prism.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Prism.Container.Abstractions, Version=9.0.106.9543, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  60. <HintPath>..\packages\Prism.Container.Abstractions.9.0.106\lib\net47\Prism.Container.Abstractions.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Prism.Events, Version=9.0.537.60525, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  63. <HintPath>..\packages\Prism.Events.9.0.537\lib\net47\Prism.Events.dll</HintPath>
  64. </Reference>
  65. <Reference Include="System" />
  66. <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  67. <HintPath>..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System.ComponentModel.DataAnnotations" />
  70. <Reference Include="System.Data" />
  71. <Reference Include="System.Drawing" />
  72. <Reference Include="System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  73. <HintPath>..\packages\System.Memory.4.5.0\lib\netstandard2.0\System.Memory.dll</HintPath>
  74. </Reference>
  75. <Reference Include="System.Numerics" />
  76. <Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  77. <HintPath>..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  80. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  81. </Reference>
  82. <Reference Include="System.Runtime.Serialization" />
  83. <Reference Include="System.Security" />
  84. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  85. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  86. </Reference>
  87. <Reference Include="System.Windows.Forms" />
  88. <Reference Include="System.Windows.Forms.DataVisualization" />
  89. <Reference Include="System.Xml" />
  90. <Reference Include="Microsoft.CSharp" />
  91. <Reference Include="System.Core" />
  92. <Reference Include="System.Xml.Linq" />
  93. <Reference Include="System.Data.DataSetExtensions" />
  94. <Reference Include="System.Net.Http" />
  95. <Reference Include="System.Xaml">
  96. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  97. </Reference>
  98. <Reference Include="UIAutomationProvider" />
  99. <Reference Include="WindowsBase" />
  100. <Reference Include="PresentationCore" />
  101. <Reference Include="PresentationFramework" />
  102. <Reference Include="WindowsFormsIntegration" />
  103. </ItemGroup>
  104. <ItemGroup>
  105. <ApplicationDefinition Include="App.xaml">
  106. <Generator>MSBuild:Compile</Generator>
  107. <SubType>Designer</SubType>
  108. </ApplicationDefinition>
  109. <Compile Include="AuthState.cs" />
  110. <Compile Include="Models\clientsext.cs" />
  111. <Compile Include="Models\UsersExt.cs" />
  112. <Compile Include="Navigation.cs" />
  113. <Compile Include="Pages\Clients.xaml.cs">
  114. <DependentUpon>Clients.xaml</DependentUpon>
  115. </Compile>
  116. <Compile Include="Pages\Reports\EmployeeCost.xaml.cs">
  117. <DependentUpon>EmployeeCost.xaml</DependentUpon>
  118. </Compile>
  119. <Compile Include="Pages\ServiceAdd.xaml.cs">
  120. <DependentUpon>ServiceAdd.xaml</DependentUpon>
  121. </Compile>
  122. <Compile Include="Pages\ServiceEdit.xaml.cs">
  123. <DependentUpon>ServiceEdit.xaml</DependentUpon>
  124. </Compile>
  125. <Compile Include="Pages\Services.xaml.cs">
  126. <DependentUpon>Services.xaml</DependentUpon>
  127. </Compile>
  128. <Compile Include="Validation.cs" />
  129. <Compile Include="ViewModels\AuthViewModel.cs" />
  130. <Compile Include="ViewModels\ClientsViewModel.cs" />
  131. <Compile Include="ViewModels\MainViewModel.cs" />
  132. <Compile Include="ViewModels\Reports\EmployeeCostVM.cs" />
  133. <Compile Include="ViewModels\ServiceAddViewModel.cs" />
  134. <Compile Include="ViewModels\ServiceEditViewModel.cs" />
  135. <Compile Include="ViewModels\ServicesViewModel.cs" />
  136. <Compile Include="ViewModels\WelcomeViewModel.cs" />
  137. <Page Include="Dictionaries\BrushesStyle.xaml">
  138. <SubType>Designer</SubType>
  139. <Generator>MSBuild:Compile</Generator>
  140. </Page>
  141. <Page Include="Dictionaries\Buttons.xaml">
  142. <SubType>Designer</SubType>
  143. <Generator>MSBuild:Compile</Generator>
  144. </Page>
  145. <Page Include="Dictionaries\Forms.xaml">
  146. <SubType>Designer</SubType>
  147. <Generator>MSBuild:Compile</Generator>
  148. </Page>
  149. <Page Include="Dictionaries\Headings.xaml">
  150. <SubType>Designer</SubType>
  151. <Generator>MSBuild:Compile</Generator>
  152. </Page>
  153. <Page Include="Dictionaries\MainStyle.xaml">
  154. <SubType>Designer</SubType>
  155. <Generator>MSBuild:Compile</Generator>
  156. </Page>
  157. <Page Include="MainWindow.xaml">
  158. <Generator>MSBuild:Compile</Generator>
  159. <SubType>Designer</SubType>
  160. </Page>
  161. <Compile Include="App.xaml.cs">
  162. <DependentUpon>App.xaml</DependentUpon>
  163. <SubType>Code</SubType>
  164. </Compile>
  165. <Compile Include="MainWindow.xaml.cs">
  166. <DependentUpon>MainWindow.xaml</DependentUpon>
  167. <SubType>Code</SubType>
  168. </Compile>
  169. <Page Include="Pages\AuthPage.xaml">
  170. <SubType>Designer</SubType>
  171. <Generator>MSBuild:Compile</Generator>
  172. </Page>
  173. <Page Include="Pages\Clients.xaml">
  174. <SubType>Designer</SubType>
  175. <Generator>MSBuild:Compile</Generator>
  176. </Page>
  177. <Page Include="Pages\LogOnHistory.xaml">
  178. <SubType>Designer</SubType>
  179. <Generator>MSBuild:Compile</Generator>
  180. </Page>
  181. <Page Include="Pages\Reports\EmployeeCost.xaml">
  182. <SubType>Designer</SubType>
  183. <Generator>MSBuild:Compile</Generator>
  184. </Page>
  185. <Page Include="Pages\ServiceAdd.xaml">
  186. <SubType>Designer</SubType>
  187. <Generator>MSBuild:Compile</Generator>
  188. </Page>
  189. <Page Include="Pages\ServiceEdit.xaml">
  190. <SubType>Designer</SubType>
  191. <Generator>MSBuild:Compile</Generator>
  192. </Page>
  193. <Page Include="Pages\Services.xaml">
  194. <SubType>Designer</SubType>
  195. <Generator>MSBuild:Compile</Generator>
  196. </Page>
  197. <Page Include="Pages\WelcomePage.xaml">
  198. <SubType>Designer</SubType>
  199. <Generator>MSBuild:Compile</Generator>
  200. </Page>
  201. </ItemGroup>
  202. <ItemGroup>
  203. <Compile Include="Models\clients.cs">
  204. <DependentUpon>DontHarmModel.tt</DependentUpon>
  205. </Compile>
  206. <Compile Include="Models\DontHarmModel.Context.cs">
  207. <AutoGen>True</AutoGen>
  208. <DesignTime>True</DesignTime>
  209. <DependentUpon>DontHarmModel.Context.tt</DependentUpon>
  210. </Compile>
  211. <Compile Include="Models\DontHarmModel.cs">
  212. <AutoGen>True</AutoGen>
  213. <DesignTime>True</DesignTime>
  214. <DependentUpon>DontHarmModel.tt</DependentUpon>
  215. </Compile>
  216. <Compile Include="Models\DontHarmModel.Designer.cs">
  217. <AutoGen>True</AutoGen>
  218. <DesignTime>True</DesignTime>
  219. <DependentUpon>DontHarmModel.edmx</DependentUpon>
  220. </Compile>
  221. <Compile Include="Models\employee_services.cs">
  222. <DependentUpon>DontHarmModel.tt</DependentUpon>
  223. </Compile>
  224. <Compile Include="Models\invoices.cs">
  225. <DependentUpon>DontHarmModel.tt</DependentUpon>
  226. </Compile>
  227. <Compile Include="Models\login_attempts.cs">
  228. <DependentUpon>DontHarmModel.tt</DependentUpon>
  229. </Compile>
  230. <Compile Include="Models\orders.cs">
  231. <DependentUpon>DontHarmModel.tt</DependentUpon>
  232. </Compile>
  233. <Compile Include="Models\order_services.cs">
  234. <DependentUpon>DontHarmModel.tt</DependentUpon>
  235. </Compile>
  236. <Compile Include="Models\roles.cs">
  237. <DependentUpon>DontHarmModel.tt</DependentUpon>
  238. </Compile>
  239. <Compile Include="Models\services.cs">
  240. <DependentUpon>DontHarmModel.tt</DependentUpon>
  241. </Compile>
  242. <Compile Include="Models\sysdiagrams.cs">
  243. <DependentUpon>DontHarmModel.tt</DependentUpon>
  244. </Compile>
  245. <Compile Include="Models\users.cs">
  246. <DependentUpon>DontHarmModel.tt</DependentUpon>
  247. </Compile>
  248. <Compile Include="Models\utilizers.cs">
  249. <DependentUpon>DontHarmModel.tt</DependentUpon>
  250. </Compile>
  251. <Compile Include="Pages\AuthPage.xaml.cs">
  252. <DependentUpon>AuthPage.xaml</DependentUpon>
  253. </Compile>
  254. <Compile Include="Pages\LogOnHistory.xaml.cs">
  255. <DependentUpon>LogOnHistory.xaml</DependentUpon>
  256. </Compile>
  257. <Compile Include="Pages\WelcomePage.xaml.cs">
  258. <DependentUpon>WelcomePage.xaml</DependentUpon>
  259. </Compile>
  260. <Compile Include="Properties\AssemblyInfo.cs">
  261. <SubType>Code</SubType>
  262. </Compile>
  263. <Compile Include="Properties\Resources.Designer.cs">
  264. <AutoGen>True</AutoGen>
  265. <DesignTime>True</DesignTime>
  266. <DependentUpon>Resources.resx</DependentUpon>
  267. </Compile>
  268. <Compile Include="Properties\Settings.Designer.cs">
  269. <AutoGen>True</AutoGen>
  270. <DependentUpon>Settings.settings</DependentUpon>
  271. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  272. </Compile>
  273. <EmbeddedResource Include="Properties\Resources.resx">
  274. <Generator>ResXFileCodeGenerator</Generator>
  275. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  276. </EmbeddedResource>
  277. <EntityDeploy Include="Models\DontHarmModel.edmx">
  278. <Generator>EntityModelCodeGenerator</Generator>
  279. <LastGenOutput>DontHarmModel.Designer.cs</LastGenOutput>
  280. </EntityDeploy>
  281. <None Include="Models\DontHarmModel.edmx.diagram">
  282. <DependentUpon>DontHarmModel.edmx</DependentUpon>
  283. </None>
  284. <None Include="packages.config" />
  285. <None Include="Properties\Settings.settings">
  286. <Generator>SettingsSingleFileGenerator</Generator>
  287. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  288. </None>
  289. </ItemGroup>
  290. <ItemGroup>
  291. <None Include="App.config" />
  292. </ItemGroup>
  293. <ItemGroup>
  294. <Resource Include="Images\AppIcon.ico">
  295. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  296. </Resource>
  297. <Resource Include="Images\Logo.png">
  298. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  299. </Resource>
  300. <Resource Include="Pages\Logo.png" />
  301. </ItemGroup>
  302. <ItemGroup>
  303. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  304. </ItemGroup>
  305. <ItemGroup>
  306. <Resource Include="Images\ProfilePictures\accountant.jpeg" />
  307. <Resource Include="Images\ProfilePictures\admin.png" />
  308. <Resource Include="Images\ProfilePictures\laborant_1.jpeg" />
  309. <Resource Include="Images\ProfilePictures\laborant_2.png" />
  310. <Content Include="Models\DontHarmModel.Context.tt">
  311. <Generator>TextTemplatingFileGenerator</Generator>
  312. <DependentUpon>DontHarmModel.edmx</DependentUpon>
  313. <LastGenOutput>DontHarmModel.Context.cs</LastGenOutput>
  314. </Content>
  315. <Content Include="Models\DontHarmModel.tt">
  316. <Generator>TextTemplatingFileGenerator</Generator>
  317. <DependentUpon>DontHarmModel.edmx</DependentUpon>
  318. <LastGenOutput>DontHarmModel.cs</LastGenOutput>
  319. </Content>
  320. </ItemGroup>
  321. <ItemGroup>
  322. <COMReference Include="Microsoft.Office.Core">
  323. <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
  324. <VersionMajor>2</VersionMajor>
  325. <VersionMinor>8</VersionMinor>
  326. <Lcid>0</Lcid>
  327. <WrapperTool>primary</WrapperTool>
  328. <Isolated>False</Isolated>
  329. <EmbedInteropTypes>True</EmbedInteropTypes>
  330. </COMReference>
  331. <COMReference Include="Microsoft.Office.Interop.Word">
  332. <Guid>{00020905-0000-0000-C000-000000000046}</Guid>
  333. <VersionMajor>8</VersionMajor>
  334. <VersionMinor>7</VersionMinor>
  335. <Lcid>0</Lcid>
  336. <WrapperTool>primary</WrapperTool>
  337. <Isolated>False</Isolated>
  338. <EmbedInteropTypes>True</EmbedInteropTypes>
  339. </COMReference>
  340. <COMReference Include="VBIDE">
  341. <Guid>{0002E157-0000-0000-C000-000000000046}</Guid>
  342. <VersionMajor>5</VersionMajor>
  343. <VersionMinor>3</VersionMinor>
  344. <Lcid>0</Lcid>
  345. <WrapperTool>primary</WrapperTool>
  346. <Isolated>False</Isolated>
  347. <EmbedInteropTypes>True</EmbedInteropTypes>
  348. </COMReference>
  349. </ItemGroup>
  350. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  351. </Project>