DontHarmDesktop.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  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="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  39. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  40. </Reference>
  41. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  42. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  45. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=8.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  48. <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.8.0.1\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Prism, Version=9.0.537.60525, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  51. <HintPath>..\packages\Prism.Core.9.0.537\lib\net47\Prism.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Prism.Container.Abstractions, Version=9.0.106.9543, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  54. <HintPath>..\packages\Prism.Container.Abstractions.9.0.106\lib\net47\Prism.Container.Abstractions.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Prism.Events, Version=9.0.537.60525, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  57. <HintPath>..\packages\Prism.Events.9.0.537\lib\net47\Prism.Events.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System" />
  60. <Reference Include="System.ComponentModel.DataAnnotations" />
  61. <Reference Include="System.Data" />
  62. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  63. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  64. </Reference>
  65. <Reference Include="System.Runtime.Serialization" />
  66. <Reference Include="System.Security" />
  67. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  68. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  69. </Reference>
  70. <Reference Include="System.Xml" />
  71. <Reference Include="Microsoft.CSharp" />
  72. <Reference Include="System.Core" />
  73. <Reference Include="System.Xml.Linq" />
  74. <Reference Include="System.Data.DataSetExtensions" />
  75. <Reference Include="System.Net.Http" />
  76. <Reference Include="System.Xaml">
  77. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  78. </Reference>
  79. <Reference Include="WindowsBase" />
  80. <Reference Include="PresentationCore" />
  81. <Reference Include="PresentationFramework" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <ApplicationDefinition Include="App.xaml">
  85. <Generator>MSBuild:Compile</Generator>
  86. <SubType>Designer</SubType>
  87. </ApplicationDefinition>
  88. <Compile Include="AuthState.cs" />
  89. <Compile Include="Pages\ServiceAdd.xaml.cs">
  90. <DependentUpon>ServiceAdd.xaml</DependentUpon>
  91. </Compile>
  92. <Compile Include="Pages\Services.xaml.cs">
  93. <DependentUpon>Services.xaml</DependentUpon>
  94. </Compile>
  95. <Compile Include="Validation.cs" />
  96. <Compile Include="ViewModels\AuthViewModel.cs" />
  97. <Compile Include="ViewModels\MainViewModel.cs" />
  98. <Compile Include="ViewModels\ServiceAddViewModel.cs" />
  99. <Compile Include="ViewModels\ServicesViewModel.cs" />
  100. <Page Include="Dictionaries\BrushesStyle.xaml">
  101. <SubType>Designer</SubType>
  102. <Generator>MSBuild:Compile</Generator>
  103. </Page>
  104. <Page Include="Dictionaries\MainStyle.xaml">
  105. <SubType>Designer</SubType>
  106. <Generator>MSBuild:Compile</Generator>
  107. </Page>
  108. <Page Include="MainWindow.xaml">
  109. <Generator>MSBuild:Compile</Generator>
  110. <SubType>Designer</SubType>
  111. </Page>
  112. <Compile Include="App.xaml.cs">
  113. <DependentUpon>App.xaml</DependentUpon>
  114. <SubType>Code</SubType>
  115. </Compile>
  116. <Compile Include="MainWindow.xaml.cs">
  117. <DependentUpon>MainWindow.xaml</DependentUpon>
  118. <SubType>Code</SubType>
  119. </Compile>
  120. <Page Include="Pages\AuthPage.xaml">
  121. <SubType>Designer</SubType>
  122. <Generator>MSBuild:Compile</Generator>
  123. </Page>
  124. <Page Include="Pages\LogOnHistory.xaml">
  125. <SubType>Designer</SubType>
  126. <Generator>MSBuild:Compile</Generator>
  127. </Page>
  128. <Page Include="Pages\ServiceAdd.xaml">
  129. <SubType>Designer</SubType>
  130. <Generator>MSBuild:Compile</Generator>
  131. </Page>
  132. <Page Include="Pages\Services.xaml">
  133. <SubType>Designer</SubType>
  134. <Generator>MSBuild:Compile</Generator>
  135. </Page>
  136. <Page Include="Pages\UserInfoPage.xaml">
  137. <SubType>Designer</SubType>
  138. <Generator>MSBuild:Compile</Generator>
  139. </Page>
  140. <Page Include="Pages\WelcomePage.xaml">
  141. <SubType>Designer</SubType>
  142. <Generator>MSBuild:Compile</Generator>
  143. </Page>
  144. </ItemGroup>
  145. <ItemGroup>
  146. <Compile Include="Models\clients.cs">
  147. <DependentUpon>DontHarmModel.tt</DependentUpon>
  148. </Compile>
  149. <Compile Include="Models\DontHarmModel.Context.cs">
  150. <AutoGen>True</AutoGen>
  151. <DesignTime>True</DesignTime>
  152. <DependentUpon>DontHarmModel.Context.tt</DependentUpon>
  153. </Compile>
  154. <Compile Include="Models\DontHarmModel.cs">
  155. <AutoGen>True</AutoGen>
  156. <DesignTime>True</DesignTime>
  157. <DependentUpon>DontHarmModel.tt</DependentUpon>
  158. </Compile>
  159. <Compile Include="Models\DontHarmModel.Designer.cs">
  160. <AutoGen>True</AutoGen>
  161. <DesignTime>True</DesignTime>
  162. <DependentUpon>DontHarmModel.edmx</DependentUpon>
  163. </Compile>
  164. <Compile Include="Models\employee_services.cs">
  165. <DependentUpon>DontHarmModel.tt</DependentUpon>
  166. </Compile>
  167. <Compile Include="Models\invoices.cs">
  168. <DependentUpon>DontHarmModel.tt</DependentUpon>
  169. </Compile>
  170. <Compile Include="Models\login_attempts.cs">
  171. <DependentUpon>DontHarmModel.tt</DependentUpon>
  172. </Compile>
  173. <Compile Include="Models\orders.cs">
  174. <DependentUpon>DontHarmModel.tt</DependentUpon>
  175. </Compile>
  176. <Compile Include="Models\order_services.cs">
  177. <DependentUpon>DontHarmModel.tt</DependentUpon>
  178. </Compile>
  179. <Compile Include="Models\roles.cs">
  180. <DependentUpon>DontHarmModel.tt</DependentUpon>
  181. </Compile>
  182. <Compile Include="Models\services.cs">
  183. <DependentUpon>DontHarmModel.tt</DependentUpon>
  184. </Compile>
  185. <Compile Include="Models\sysdiagrams.cs">
  186. <DependentUpon>DontHarmModel.tt</DependentUpon>
  187. </Compile>
  188. <Compile Include="Models\users.cs">
  189. <DependentUpon>DontHarmModel.tt</DependentUpon>
  190. </Compile>
  191. <Compile Include="Models\utilizers.cs">
  192. <DependentUpon>DontHarmModel.tt</DependentUpon>
  193. </Compile>
  194. <Compile Include="Pages\AuthPage.xaml.cs">
  195. <DependentUpon>AuthPage.xaml</DependentUpon>
  196. </Compile>
  197. <Compile Include="Pages\LogOnHistory.xaml.cs">
  198. <DependentUpon>LogOnHistory.xaml</DependentUpon>
  199. </Compile>
  200. <Compile Include="Pages\UserInfoPage.xaml.cs">
  201. <DependentUpon>UserInfoPage.xaml</DependentUpon>
  202. </Compile>
  203. <Compile Include="Pages\WelcomePage.xaml.cs">
  204. <DependentUpon>WelcomePage.xaml</DependentUpon>
  205. </Compile>
  206. <Compile Include="Properties\AssemblyInfo.cs">
  207. <SubType>Code</SubType>
  208. </Compile>
  209. <Compile Include="Properties\Resources.Designer.cs">
  210. <AutoGen>True</AutoGen>
  211. <DesignTime>True</DesignTime>
  212. <DependentUpon>Resources.resx</DependentUpon>
  213. </Compile>
  214. <Compile Include="Properties\Settings.Designer.cs">
  215. <AutoGen>True</AutoGen>
  216. <DependentUpon>Settings.settings</DependentUpon>
  217. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  218. </Compile>
  219. <EmbeddedResource Include="Properties\Resources.resx">
  220. <Generator>ResXFileCodeGenerator</Generator>
  221. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  222. </EmbeddedResource>
  223. <EntityDeploy Include="Models\DontHarmModel.edmx">
  224. <Generator>EntityModelCodeGenerator</Generator>
  225. <LastGenOutput>DontHarmModel.Designer.cs</LastGenOutput>
  226. </EntityDeploy>
  227. <None Include="Models\DontHarmModel.edmx.diagram">
  228. <DependentUpon>DontHarmModel.edmx</DependentUpon>
  229. </None>
  230. <None Include="packages.config" />
  231. <None Include="Properties\Settings.settings">
  232. <Generator>SettingsSingleFileGenerator</Generator>
  233. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  234. </None>
  235. </ItemGroup>
  236. <ItemGroup>
  237. <None Include="App.config" />
  238. </ItemGroup>
  239. <ItemGroup>
  240. <Resource Include="Images\AppIcon.ico">
  241. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  242. </Resource>
  243. <Resource Include="Images\Logo.png">
  244. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  245. </Resource>
  246. <Resource Include="Pages\Logo.png" />
  247. </ItemGroup>
  248. <ItemGroup>
  249. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  250. </ItemGroup>
  251. <ItemGroup>
  252. <Resource Include="Images\ProfilePictures\accountant.jpeg" />
  253. <Resource Include="Images\ProfilePictures\admin.png" />
  254. <Resource Include="Images\ProfilePictures\laborant_1.jpeg" />
  255. <Resource Include="Images\ProfilePictures\laborant_2.png" />
  256. <Content Include="Models\DontHarmModel.Context.tt">
  257. <Generator>TextTemplatingFileGenerator</Generator>
  258. <DependentUpon>DontHarmModel.edmx</DependentUpon>
  259. <LastGenOutput>DontHarmModel.Context.cs</LastGenOutput>
  260. </Content>
  261. <Content Include="Models\DontHarmModel.tt">
  262. <Generator>TextTemplatingFileGenerator</Generator>
  263. <DependentUpon>DontHarmModel.edmx</DependentUpon>
  264. <LastGenOutput>DontHarmModel.cs</LastGenOutput>
  265. </Content>
  266. </ItemGroup>
  267. <ItemGroup />
  268. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  269. </Project>