Course_Project.csproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  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>{90ED24C3-565D-459B-95E6-37090B26C962}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Course_Project</RootNamespace>
  10. <AssemblyName>Course_Project</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <PropertyGroup>
  36. <ApplicationIcon>book.ico</ApplicationIcon>
  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="PresentationCore" />
  46. <Reference Include="PresentationFramework" />
  47. <Reference Include="System" />
  48. <Reference Include="System.ComponentModel.DataAnnotations" />
  49. <Reference Include="System.Core" />
  50. <Reference Include="System.DirectoryServices" />
  51. <Reference Include="System.Runtime.Serialization" />
  52. <Reference Include="System.Security" />
  53. <Reference Include="System.Windows.Forms.DataVisualization" />
  54. <Reference Include="System.Xaml" />
  55. <Reference Include="System.Xml.Linq" />
  56. <Reference Include="System.Data.DataSetExtensions" />
  57. <Reference Include="Microsoft.CSharp" />
  58. <Reference Include="System.Data" />
  59. <Reference Include="System.Deployment" />
  60. <Reference Include="System.Drawing" />
  61. <Reference Include="System.Net.Http" />
  62. <Reference Include="System.Windows.Forms" />
  63. <Reference Include="System.Xml" />
  64. <Reference Include="UIAutomationProvider" />
  65. <Reference Include="WindowsBase" />
  66. <Reference Include="WindowsFormsIntegration" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="compDataSet.Designer.cs">
  70. <AutoGen>True</AutoGen>
  71. <DesignTime>True</DesignTime>
  72. <DependentUpon>compDataSet.xsd</DependentUpon>
  73. </Compile>
  74. <Compile Include="Forms\AddBranch.cs">
  75. <SubType>Form</SubType>
  76. </Compile>
  77. <Compile Include="Forms\AddBranch.Designer.cs">
  78. <DependentUpon>AddBranch.cs</DependentUpon>
  79. </Compile>
  80. <Compile Include="Forms\AddSpec.cs">
  81. <SubType>Form</SubType>
  82. </Compile>
  83. <Compile Include="Forms\AddSpec.Designer.cs">
  84. <DependentUpon>AddSpec.cs</DependentUpon>
  85. </Compile>
  86. <Compile Include="Forms\AddStud.cs">
  87. <SubType>Form</SubType>
  88. </Compile>
  89. <Compile Include="Forms\AddStud.Designer.cs">
  90. <DependentUpon>AddStud.cs</DependentUpon>
  91. </Compile>
  92. <Compile Include="Branches.cs">
  93. <DependentUpon>Model1.tt</DependentUpon>
  94. </Compile>
  95. <Compile Include="BranchesOperDataSet.Designer.cs">
  96. <AutoGen>True</AutoGen>
  97. <DesignTime>True</DesignTime>
  98. <DependentUpon>BranchesOperDataSet.xsd</DependentUpon>
  99. </Compile>
  100. <Compile Include="AdminUsersDataSet.Designer.cs">
  101. <AutoGen>True</AutoGen>
  102. <DesignTime>True</DesignTime>
  103. <DependentUpon>AdminUsersDataSet.xsd</DependentUpon>
  104. </Compile>
  105. <Compile Include="Companies.cs">
  106. <DependentUpon>Model1.tt</DependentUpon>
  107. </Compile>
  108. <Compile Include="Forms\AdminPanel.cs">
  109. <SubType>Form</SubType>
  110. </Compile>
  111. <Compile Include="Forms\AdminPanel.Designer.cs">
  112. <DependentUpon>AdminPanel.cs</DependentUpon>
  113. </Compile>
  114. <Compile Include="Forms\Egg.cs">
  115. <SubType>Form</SubType>
  116. </Compile>
  117. <Compile Include="Forms\Egg.Designer.cs">
  118. <DependentUpon>Egg.cs</DependentUpon>
  119. </Compile>
  120. <Compile Include="Groups.cs">
  121. <DependentUpon>Model1.tt</DependentUpon>
  122. </Compile>
  123. <Compile Include="groupsOperDataSet.Designer.cs">
  124. <AutoGen>True</AutoGen>
  125. <DesignTime>True</DesignTime>
  126. <DependentUpon>groupsOperDataSet.xsd</DependentUpon>
  127. </Compile>
  128. <Compile Include="LoginForm.cs">
  129. <SubType>Form</SubType>
  130. </Compile>
  131. <Compile Include="LoginForm.Designer.cs">
  132. <DependentUpon>LoginForm.cs</DependentUpon>
  133. </Compile>
  134. <Compile Include="Forms\OperatorPanel.cs">
  135. <SubType>Form</SubType>
  136. </Compile>
  137. <Compile Include="Forms\OperatorPanel.Designer.cs">
  138. <DependentUpon>OperatorPanel.cs</DependentUpon>
  139. </Compile>
  140. <Compile Include="Model1.Context.cs">
  141. <AutoGen>True</AutoGen>
  142. <DesignTime>True</DesignTime>
  143. <DependentUpon>Model1.Context.tt</DependentUpon>
  144. </Compile>
  145. <Compile Include="Model1.cs">
  146. <AutoGen>True</AutoGen>
  147. <DesignTime>True</DesignTime>
  148. <DependentUpon>Model1.tt</DependentUpon>
  149. </Compile>
  150. <Compile Include="Model1.Designer.cs">
  151. <AutoGen>True</AutoGen>
  152. <DesignTime>True</DesignTime>
  153. <DependentUpon>Model1.edmx</DependentUpon>
  154. </Compile>
  155. <Compile Include="Modules\Cryptography.cs" />
  156. <Compile Include="Modules\GenForms.cs" />
  157. <Compile Include="Practices.cs">
  158. <DependentUpon>Model1.tt</DependentUpon>
  159. </Compile>
  160. <Compile Include="PracticleTickets.cs">
  161. <DependentUpon>Model1.tt</DependentUpon>
  162. </Compile>
  163. <Compile Include="PrecDataSet.cs">
  164. <DependentUpon>PrecDataSet.xsd</DependentUpon>
  165. </Compile>
  166. <Compile Include="PrecDataSet.Designer.cs">
  167. <AutoGen>True</AutoGen>
  168. <DesignTime>True</DesignTime>
  169. <DependentUpon>PrecDataSet.xsd</DependentUpon>
  170. </Compile>
  171. <Compile Include="Program.cs" />
  172. <Compile Include="ProModules.cs">
  173. <DependentUpon>Model1.tt</DependentUpon>
  174. </Compile>
  175. <Compile Include="ProModulesDataSet.Designer.cs">
  176. <AutoGen>True</AutoGen>
  177. <DesignTime>True</DesignTime>
  178. <DependentUpon>ProModulesDataSet.xsd</DependentUpon>
  179. </Compile>
  180. <Compile Include="Properties\AssemblyInfo.cs" />
  181. <Compile Include=".Designer.cs">
  182. <AutoGen>True</AutoGen>
  183. <DesignTime>True</DesignTime>
  184. <DependentUpon>.resx</DependentUpon>
  185. </Compile>
  186. <Compile Include="Specialities.cs">
  187. <DependentUpon>Model1.tt</DependentUpon>
  188. </Compile>
  189. <Compile Include="specOperDataSet.Designer.cs">
  190. <AutoGen>True</AutoGen>
  191. <DesignTime>True</DesignTime>
  192. <DependentUpon>specOperDataSet.xsd</DependentUpon>
  193. </Compile>
  194. <Compile Include="Students.cs">
  195. <DependentUpon>Model1.tt</DependentUpon>
  196. </Compile>
  197. <Compile Include="studOperDataSet.Designer.cs">
  198. <AutoGen>True</AutoGen>
  199. <DesignTime>True</DesignTime>
  200. <DependentUpon>studOperDataSet.xsd</DependentUpon>
  201. </Compile>
  202. <Compile Include="sysdiagrams.cs">
  203. <DependentUpon>Model1.tt</DependentUpon>
  204. </Compile>
  205. <Compile Include="TicketsDataSet.Designer.cs">
  206. <AutoGen>True</AutoGen>
  207. <DesignTime>True</DesignTime>
  208. <DependentUpon>TicketsDataSet.xsd</DependentUpon>
  209. </Compile>
  210. <Compile Include="Users.cs">
  211. <DependentUpon>Model1.tt</DependentUpon>
  212. </Compile>
  213. <EmbeddedResource Include="Forms\AddBranch.resx">
  214. <DependentUpon>AddBranch.cs</DependentUpon>
  215. </EmbeddedResource>
  216. <EmbeddedResource Include="Forms\AddSpec.resx">
  217. <DependentUpon>AddSpec.cs</DependentUpon>
  218. </EmbeddedResource>
  219. <EmbeddedResource Include="Forms\AddStud.resx">
  220. <DependentUpon>AddStud.cs</DependentUpon>
  221. </EmbeddedResource>
  222. <EmbeddedResource Include="Forms\AdminPanel.resx">
  223. <DependentUpon>AdminPanel.cs</DependentUpon>
  224. </EmbeddedResource>
  225. <EmbeddedResource Include="Forms\Egg.resx">
  226. <DependentUpon>Egg.cs</DependentUpon>
  227. </EmbeddedResource>
  228. <EmbeddedResource Include="LoginForm.resx">
  229. <DependentUpon>LoginForm.cs</DependentUpon>
  230. </EmbeddedResource>
  231. <EmbeddedResource Include="Forms\OperatorPanel.resx">
  232. <DependentUpon>OperatorPanel.cs</DependentUpon>
  233. </EmbeddedResource>
  234. <EmbeddedResource Include="Properties\Resources.resx">
  235. <Generator>ResXFileCodeGenerator</Generator>
  236. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  237. <SubType>Designer</SubType>
  238. </EmbeddedResource>
  239. <Compile Include="Properties\Resources.Designer.cs">
  240. <AutoGen>True</AutoGen>
  241. <DependentUpon>Resources.resx</DependentUpon>
  242. <DesignTime>True</DesignTime>
  243. </Compile>
  244. <EmbeddedResource Include=".resx">
  245. <Generator>ResXFileCodeGenerator</Generator>
  246. <LastGenOutput>.Designer.cs</LastGenOutput>
  247. <SubType>Designer</SubType>
  248. </EmbeddedResource>
  249. <None Include="AdminUsersDataSet.xsc">
  250. <DependentUpon>AdminUsersDataSet.xsd</DependentUpon>
  251. </None>
  252. <None Include="AdminUsersDataSet.xsd">
  253. <Generator>MSDataSetGenerator</Generator>
  254. <LastGenOutput>AdminUsersDataSet.Designer.cs</LastGenOutput>
  255. <SubType>Designer</SubType>
  256. </None>
  257. <None Include="AdminUsersDataSet.xss">
  258. <DependentUpon>AdminUsersDataSet.xsd</DependentUpon>
  259. </None>
  260. <None Include="BranchesOperDataSet.xsc">
  261. <DependentUpon>BranchesOperDataSet.xsd</DependentUpon>
  262. </None>
  263. <None Include="BranchesOperDataSet.xsd">
  264. <Generator>MSDataSetGenerator</Generator>
  265. <LastGenOutput>BranchesOperDataSet.Designer.cs</LastGenOutput>
  266. <SubType>Designer</SubType>
  267. </None>
  268. <None Include="BranchesOperDataSet.xss">
  269. <DependentUpon>BranchesOperDataSet.xsd</DependentUpon>
  270. </None>
  271. <None Include="compDataSet.xsc">
  272. <DependentUpon>compDataSet.xsd</DependentUpon>
  273. </None>
  274. <None Include="compDataSet.xsd">
  275. <Generator>MSDataSetGenerator</Generator>
  276. <LastGenOutput>compDataSet.Designer.cs</LastGenOutput>
  277. <SubType>Designer</SubType>
  278. </None>
  279. <None Include="compDataSet.xss">
  280. <DependentUpon>compDataSet.xsd</DependentUpon>
  281. </None>
  282. <None Include="groupsOperDataSet.xsc">
  283. <DependentUpon>groupsOperDataSet.xsd</DependentUpon>
  284. </None>
  285. <None Include="groupsOperDataSet.xsd">
  286. <Generator>MSDataSetGenerator</Generator>
  287. <LastGenOutput>groupsOperDataSet.Designer.cs</LastGenOutput>
  288. <SubType>Designer</SubType>
  289. </None>
  290. <None Include="groupsOperDataSet.xss">
  291. <DependentUpon>groupsOperDataSet.xsd</DependentUpon>
  292. </None>
  293. <EntityDeploy Include="Model1.edmx">
  294. <Generator>EntityModelCodeGenerator</Generator>
  295. <LastGenOutput>Model1.Designer.cs</LastGenOutput>
  296. </EntityDeploy>
  297. <None Include="Model1.edmx.diagram">
  298. <DependentUpon>Model1.edmx</DependentUpon>
  299. </None>
  300. <None Include="packages.config" />
  301. <None Include="PrecDataSet.xsc">
  302. <DependentUpon>PrecDataSet.xsd</DependentUpon>
  303. </None>
  304. <None Include="PrecDataSet.xsd">
  305. <Generator>MSDataSetGenerator</Generator>
  306. <LastGenOutput>PrecDataSet.Designer.cs</LastGenOutput>
  307. <SubType>Designer</SubType>
  308. </None>
  309. <None Include="PrecDataSet.xss">
  310. <DependentUpon>PrecDataSet.xsd</DependentUpon>
  311. </None>
  312. <None Include="ProModulesDataSet.xsc">
  313. <DependentUpon>ProModulesDataSet.xsd</DependentUpon>
  314. </None>
  315. <None Include="ProModulesDataSet.xsd">
  316. <Generator>MSDataSetGenerator</Generator>
  317. <LastGenOutput>ProModulesDataSet.Designer.cs</LastGenOutput>
  318. <SubType>Designer</SubType>
  319. </None>
  320. <None Include="ProModulesDataSet.xss">
  321. <DependentUpon>ProModulesDataSet.xsd</DependentUpon>
  322. </None>
  323. <None Include="Properties\Settings.settings">
  324. <Generator>SettingsSingleFileGenerator</Generator>
  325. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  326. </None>
  327. <Compile Include="Properties\Settings.Designer.cs">
  328. <AutoGen>True</AutoGen>
  329. <DependentUpon>Settings.settings</DependentUpon>
  330. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  331. </Compile>
  332. <None Include="specOperDataSet.xsc">
  333. <DependentUpon>specOperDataSet.xsd</DependentUpon>
  334. </None>
  335. <None Include="specOperDataSet.xsd">
  336. <Generator>MSDataSetGenerator</Generator>
  337. <LastGenOutput>specOperDataSet.Designer.cs</LastGenOutput>
  338. <SubType>Designer</SubType>
  339. </None>
  340. <None Include="specOperDataSet.xss">
  341. <DependentUpon>specOperDataSet.xsd</DependentUpon>
  342. </None>
  343. <None Include="studOperDataSet.xsc">
  344. <DependentUpon>studOperDataSet.xsd</DependentUpon>
  345. </None>
  346. <None Include="studOperDataSet.xsd">
  347. <Generator>MSDataSetGenerator</Generator>
  348. <LastGenOutput>studOperDataSet.Designer.cs</LastGenOutput>
  349. <SubType>Designer</SubType>
  350. </None>
  351. <None Include="studOperDataSet.xss">
  352. <DependentUpon>studOperDataSet.xsd</DependentUpon>
  353. </None>
  354. <None Include="TicketsDataSet.xsc">
  355. <DependentUpon>TicketsDataSet.xsd</DependentUpon>
  356. </None>
  357. <None Include="TicketsDataSet.xsd">
  358. <Generator>MSDataSetGenerator</Generator>
  359. <LastGenOutput>TicketsDataSet.Designer.cs</LastGenOutput>
  360. <SubType>Designer</SubType>
  361. </None>
  362. <None Include="TicketsDataSet.xss">
  363. <DependentUpon>TicketsDataSet.xsd</DependentUpon>
  364. </None>
  365. </ItemGroup>
  366. <ItemGroup>
  367. <None Include="App.config" />
  368. </ItemGroup>
  369. <ItemGroup>
  370. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  371. </ItemGroup>
  372. <ItemGroup>
  373. <Content Include="book.ico" />
  374. <Content Include="Model1.Context.tt">
  375. <Generator>TextTemplatingFileGenerator</Generator>
  376. <DependentUpon>Model1.edmx</DependentUpon>
  377. <LastGenOutput>Model1.Context.cs</LastGenOutput>
  378. </Content>
  379. <Content Include="Model1.tt">
  380. <Generator>TextTemplatingFileGenerator</Generator>
  381. <DependentUpon>Model1.edmx</DependentUpon>
  382. <LastGenOutput>Model1.cs</LastGenOutput>
  383. </Content>
  384. <None Include="Resources\aboba.png" />
  385. <None Include="Resources\book.ico" />
  386. </ItemGroup>
  387. <ItemGroup>
  388. <COMReference Include="AxWMPLib">
  389. <Guid>{6BF52A50-394A-11D3-B153-00C04F79FAA6}</Guid>
  390. <VersionMajor>1</VersionMajor>
  391. <VersionMinor>0</VersionMinor>
  392. <Lcid>0</Lcid>
  393. <WrapperTool>aximp</WrapperTool>
  394. <Isolated>False</Isolated>
  395. </COMReference>
  396. <COMReference Include="WMPLib">
  397. <Guid>{6BF52A50-394A-11D3-B153-00C04F79FAA6}</Guid>
  398. <VersionMajor>1</VersionMajor>
  399. <VersionMinor>0</VersionMinor>
  400. <Lcid>0</Lcid>
  401. <WrapperTool>tlbimp</WrapperTool>
  402. <Isolated>False</Isolated>
  403. <EmbedInteropTypes>True</EmbedInteropTypes>
  404. </COMReference>
  405. </ItemGroup>
  406. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  407. </Project>