SASDesktop.csproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  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>{B675A90C-146B-47F2-BC8E-27720AC1F8FC}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>SASDesktop</RootNamespace>
  10. <AssemblyName>SASDesktop</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</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. <TargetFrameworkProfile />
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <PlatformTarget>AnyCPU</PlatformTarget>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <PlatformTarget>AnyCPU</PlatformTarget>
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  40. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  41. </Reference>
  42. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  43. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  46. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=8.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  49. <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.8.0.1\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  52. <HintPath>..\packages\Microsoft.Xaml.Behaviors.Wpf.1.1.122\lib\net462\Microsoft.Xaml.Behaviors.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Prism, Version=9.0.537.60525, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  55. <HintPath>..\packages\Prism.Core.9.0.537\lib\net47\Prism.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Prism.Container.Abstractions, Version=9.0.106.9543, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  58. <HintPath>..\packages\Prism.Container.Abstractions.9.0.106\lib\net47\Prism.Container.Abstractions.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Prism.Events, Version=9.0.537.60525, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  61. <HintPath>..\packages\Prism.Events.9.0.537\lib\net47\Prism.Events.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Prism.Wpf, Version=9.0.537.60525, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  64. <HintPath>..\packages\Prism.Wpf.9.0.537\lib\net47\Prism.Wpf.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System" />
  67. <Reference Include="System.ComponentModel.DataAnnotations" />
  68. <Reference Include="System.Configuration" />
  69. <Reference Include="System.Data" />
  70. <Reference Include="System.Drawing" />
  71. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  72. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  73. </Reference>
  74. <Reference Include="System.Runtime.Serialization" />
  75. <Reference Include="System.Security" />
  76. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  77. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System.Xml" />
  80. <Reference Include="Microsoft.CSharp" />
  81. <Reference Include="System.Core" />
  82. <Reference Include="System.Xml.Linq" />
  83. <Reference Include="System.Data.DataSetExtensions" />
  84. <Reference Include="System.Net.Http" />
  85. <Reference Include="System.Xaml">
  86. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  87. </Reference>
  88. <Reference Include="WindowsBase" />
  89. <Reference Include="PresentationCore" />
  90. <Reference Include="PresentationFramework" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <ApplicationDefinition Include="App.xaml">
  94. <Generator>MSBuild:Compile</Generator>
  95. <SubType>Designer</SubType>
  96. </ApplicationDefinition>
  97. <Compile Include="AuthState.cs" />
  98. <Compile Include="Converters\BooleanToFormColor.cs" />
  99. <Compile Include="Converters\BooleanToFormFilled.cs" />
  100. <Compile Include="Models\Brand.cs">
  101. <DependentUpon>SAS.tt</DependentUpon>
  102. </Compile>
  103. <Compile Include="Models\Category.cs">
  104. <DependentUpon>SAS.tt</DependentUpon>
  105. </Compile>
  106. <Compile Include="Models\Citizen.cs">
  107. <DependentUpon>SAS.tt</DependentUpon>
  108. </Compile>
  109. <Compile Include="Models\Color.cs">
  110. <DependentUpon>SAS.tt</DependentUpon>
  111. </Compile>
  112. <Compile Include="Models\Company.cs">
  113. <DependentUpon>SAS.tt</DependentUpon>
  114. </Compile>
  115. <Compile Include="Models\DivisionGIBDD.cs">
  116. <DependentUpon>SAS.tt</DependentUpon>
  117. </Compile>
  118. <Compile Include="Models\DriveType.cs">
  119. <DependentUpon>SAS.tt</DependentUpon>
  120. </Compile>
  121. <Compile Include="Models\Employee.cs">
  122. <DependentUpon>SAS.tt</DependentUpon>
  123. </Compile>
  124. <Compile Include="Models\EngineModel.cs">
  125. <DependentUpon>SAS.tt</DependentUpon>
  126. </Compile>
  127. <Compile Include="Models\Extension.cs">
  128. <DependentUpon>SAS.tt</DependentUpon>
  129. </Compile>
  130. <Compile Include="Models\File.cs">
  131. <DependentUpon>SAS.tt</DependentUpon>
  132. </Compile>
  133. <Compile Include="Models\FuelType.cs">
  134. <DependentUpon>SAS.tt</DependentUpon>
  135. </Compile>
  136. <Compile Include="Models\Job.cs">
  137. <DependentUpon>SAS.tt</DependentUpon>
  138. </Compile>
  139. <Compile Include="Models\License.cs">
  140. <DependentUpon>SAS.tt</DependentUpon>
  141. </Compile>
  142. <Compile Include="Models\LicenseCategory.cs">
  143. <DependentUpon>SAS.tt</DependentUpon>
  144. </Compile>
  145. <Compile Include="Models\LoginAttempt.cs">
  146. <DependentUpon>SAS.tt</DependentUpon>
  147. </Compile>
  148. <Compile Include="Models\LoginBlock.cs">
  149. <DependentUpon>SAS.tt</DependentUpon>
  150. </Compile>
  151. <Compile Include="Models\Model.cs">
  152. <DependentUpon>SAS.tt</DependentUpon>
  153. </Compile>
  154. <Compile Include="Models\Region.cs">
  155. <DependentUpon>SAS.tt</DependentUpon>
  156. </Compile>
  157. <Compile Include="Models\RegionCode.cs">
  158. <DependentUpon>SAS.tt</DependentUpon>
  159. </Compile>
  160. <Compile Include="Models\Role.cs">
  161. <DependentUpon>SAS.tt</DependentUpon>
  162. </Compile>
  163. <Compile Include="Models\SAS.Context.cs">
  164. <AutoGen>True</AutoGen>
  165. <DesignTime>True</DesignTime>
  166. <DependentUpon>SAS.Context.tt</DependentUpon>
  167. </Compile>
  168. <Compile Include="Models\SAS.cs">
  169. <AutoGen>True</AutoGen>
  170. <DesignTime>True</DesignTime>
  171. <DependentUpon>SAS.tt</DependentUpon>
  172. </Compile>
  173. <Compile Include="Models\SAS.Designer.cs">
  174. <AutoGen>True</AutoGen>
  175. <DesignTime>True</DesignTime>
  176. <DependentUpon>SAS.edmx</DependentUpon>
  177. </Compile>
  178. <Compile Include="Models\SASExt.cs" />
  179. <Compile Include="Models\sysdiagram.cs">
  180. <DependentUpon>SAS.tt</DependentUpon>
  181. </Compile>
  182. <Compile Include="Models\Transport.cs">
  183. <DependentUpon>SAS.tt</DependentUpon>
  184. </Compile>
  185. <Compile Include="Models\TransportOwnership.cs">
  186. <DependentUpon>SAS.tt</DependentUpon>
  187. </Compile>
  188. <Compile Include="Models\TransportPhoto.cs">
  189. <DependentUpon>SAS.tt</DependentUpon>
  190. </Compile>
  191. <Compile Include="Models\TransportType.cs">
  192. <DependentUpon>SAS.tt</DependentUpon>
  193. </Compile>
  194. <Compile Include="Navigation.cs" />
  195. <Compile Include="Popups.cs" />
  196. <Compile Include="ViewModels\Auth.cs" />
  197. <Compile Include="ViewModels\Drivers\Create.cs" />
  198. <Compile Include="ViewModels\Drivers\ListOutput.cs" />
  199. <Compile Include="ViewModels\Managment\CitizenPassListOut.cs" />
  200. <Compile Include="ViewModels\Portal.cs" />
  201. <Compile Include="ViewModels\Transport\Create.cs" />
  202. <Compile Include="ViewModels\Transport\List.cs" />
  203. <Compile Include="Views\Auth.xaml.cs">
  204. <DependentUpon>Auth.xaml</DependentUpon>
  205. </Compile>
  206. <Compile Include="Views\Drivers\Create.xaml.cs">
  207. <DependentUpon>Create.xaml</DependentUpon>
  208. </Compile>
  209. <Compile Include="Views\Drivers\DriverListOutput.xaml.cs">
  210. <DependentUpon>DriverListOutput.xaml</DependentUpon>
  211. </Compile>
  212. <Compile Include="Views\Managment\CitizenPassListOut.xaml.cs">
  213. <DependentUpon>CitizenPassListOut.xaml</DependentUpon>
  214. </Compile>
  215. <Compile Include="Views\Managment\GivePassCitizen.xaml.cs">
  216. <DependentUpon>GivePassCitizen.xaml</DependentUpon>
  217. </Compile>
  218. <Compile Include="Views\Managment\WithDrowPassCitizen.xaml.cs">
  219. <DependentUpon>WithDrowPassCitizen.xaml</DependentUpon>
  220. </Compile>
  221. <Compile Include="Views\Portal.cs">
  222. <DependentUpon>Portal.xaml</DependentUpon>
  223. </Compile>
  224. <Compile Include="Views\Transport\Create.xaml.cs">
  225. <DependentUpon>Create.xaml</DependentUpon>
  226. </Compile>
  227. <Compile Include="Views\Transport\List.xaml.cs">
  228. <DependentUpon>List.xaml</DependentUpon>
  229. </Compile>
  230. <Page Include="MainWindow.xaml">
  231. <Generator>MSBuild:Compile</Generator>
  232. <SubType>Designer</SubType>
  233. </Page>
  234. <Compile Include="App.xaml.cs">
  235. <DependentUpon>App.xaml</DependentUpon>
  236. <SubType>Code</SubType>
  237. </Compile>
  238. <Compile Include="MainWindow.xaml.cs">
  239. <DependentUpon>MainWindow.xaml</DependentUpon>
  240. <SubType>Code</SubType>
  241. </Compile>
  242. <Page Include="Styles\Cards.xaml">
  243. <SubType>Designer</SubType>
  244. <Generator>MSBuild:Compile</Generator>
  245. </Page>
  246. <Page Include="Styles\Forms.xaml">
  247. <SubType>Designer</SubType>
  248. <Generator>MSBuild:Compile</Generator>
  249. </Page>
  250. <Page Include="Styles\Typography.xaml">
  251. <SubType>Designer</SubType>
  252. <Generator>MSBuild:Compile</Generator>
  253. </Page>
  254. <Page Include="Views\Auth.xaml">
  255. <SubType>Designer</SubType>
  256. <Generator>MSBuild:Compile</Generator>
  257. </Page>
  258. <Page Include="Views\Drivers\Create.xaml">
  259. <SubType>Designer</SubType>
  260. <Generator>MSBuild:Compile</Generator>
  261. </Page>
  262. <Page Include="Views\Drivers\DriverListOutput.xaml">
  263. <SubType>Designer</SubType>
  264. <Generator>MSBuild:Compile</Generator>
  265. </Page>
  266. <Page Include="Views\Managment\CitizenPassListOut.xaml">
  267. <SubType>Designer</SubType>
  268. <Generator>MSBuild:Compile</Generator>
  269. </Page>
  270. <Page Include="Views\Managment\GivePassCitizen.xaml">
  271. <SubType>Designer</SubType>
  272. <Generator>MSBuild:Compile</Generator>
  273. </Page>
  274. <Page Include="Views\Managment\WithDrowPassCitizen.xaml">
  275. <SubType>Designer</SubType>
  276. <Generator>MSBuild:Compile</Generator>
  277. </Page>
  278. <Page Include="Views\Portal.xaml">
  279. <Generator>MSBuild:Compile</Generator>
  280. <SubType>Designer</SubType>
  281. </Page>
  282. <Page Include="Views\Transport\Create.xaml">
  283. <SubType>Designer</SubType>
  284. <Generator>MSBuild:Compile</Generator>
  285. </Page>
  286. <Page Include="Views\Transport\List.xaml">
  287. <SubType>Designer</SubType>
  288. <Generator>MSBuild:Compile</Generator>
  289. </Page>
  290. </ItemGroup>
  291. <ItemGroup>
  292. <Compile Include="Properties\AssemblyInfo.cs">
  293. <SubType>Code</SubType>
  294. </Compile>
  295. <Compile Include="Properties\Resources.Designer.cs">
  296. <AutoGen>True</AutoGen>
  297. <DesignTime>True</DesignTime>
  298. <DependentUpon>Resources.resx</DependentUpon>
  299. </Compile>
  300. <Compile Include="Properties\Settings.Designer.cs">
  301. <AutoGen>True</AutoGen>
  302. <DependentUpon>Settings.settings</DependentUpon>
  303. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  304. </Compile>
  305. <EmbeddedResource Include="Properties\Resources.resx">
  306. <Generator>ResXFileCodeGenerator</Generator>
  307. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  308. </EmbeddedResource>
  309. <EntityDeploy Include="Models\SAS.edmx">
  310. <Generator>EntityModelCodeGenerator</Generator>
  311. <LastGenOutput>SAS.Designer.cs</LastGenOutput>
  312. </EntityDeploy>
  313. <None Include="Models\SAS.edmx.diagram">
  314. <DependentUpon>SAS.edmx</DependentUpon>
  315. </None>
  316. <None Include="packages.config" />
  317. <None Include="Properties\Settings.settings">
  318. <Generator>SettingsSingleFileGenerator</Generator>
  319. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  320. </None>
  321. </ItemGroup>
  322. <ItemGroup>
  323. <None Include="App.config" />
  324. </ItemGroup>
  325. <ItemGroup>
  326. <Resource Include="Assets\logo.png" />
  327. </ItemGroup>
  328. <ItemGroup>
  329. <Resource Include="Assets\BlackAvatar.png" />
  330. <Resource Include="Assets\logout.png" />
  331. <Content Include="Models\SAS.Context.tt">
  332. <Generator>TextTemplatingFileGenerator</Generator>
  333. <LastGenOutput>SAS.Context.cs</LastGenOutput>
  334. <DependentUpon>SAS.edmx</DependentUpon>
  335. </Content>
  336. <Content Include="Models\SAS.tt">
  337. <Generator>TextTemplatingFileGenerator</Generator>
  338. <DependentUpon>SAS.edmx</DependentUpon>
  339. <LastGenOutput>SAS.cs</LastGenOutput>
  340. </Content>
  341. </ItemGroup>
  342. <ItemGroup>
  343. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  344. </ItemGroup>
  345. <ItemGroup>
  346. <ProjectReference Include="..\VINlib\VINlib.csproj">
  347. <Project>{e38515da-3ce4-4b1c-a9f5-40c506bf29eb}</Project>
  348. <Name>VINlib</Name>
  349. </ProjectReference>
  350. </ItemGroup>
  351. <ItemGroup />
  352. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  353. </Project>