school.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  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>{6FA15AE0-0B31-4D8C-A272-53A35A59FCA0}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>school</RootNamespace>
  10. <AssemblyName>school</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="System" />
  45. <Reference Include="System.ComponentModel.DataAnnotations" />
  46. <Reference Include="System.Data" />
  47. <Reference Include="System.Runtime.Serialization" />
  48. <Reference Include="System.Security" />
  49. <Reference Include="System.Xml" />
  50. <Reference Include="Microsoft.CSharp" />
  51. <Reference Include="System.Core" />
  52. <Reference Include="System.Xml.Linq" />
  53. <Reference Include="System.Data.DataSetExtensions" />
  54. <Reference Include="System.Net.Http" />
  55. <Reference Include="System.Xaml">
  56. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  57. </Reference>
  58. <Reference Include="WindowsBase" />
  59. <Reference Include="PresentationCore" />
  60. <Reference Include="PresentationFramework" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <ApplicationDefinition Include="App.xaml">
  64. <Generator>MSBuild:Compile</Generator>
  65. <SubType>Designer</SubType>
  66. </ApplicationDefinition>
  67. <Compile Include="Client.cs">
  68. <DependentUpon>DataBase.tt</DependentUpon>
  69. </Compile>
  70. <Compile Include="ClientService.cs">
  71. <DependentUpon>DataBase.tt</DependentUpon>
  72. </Compile>
  73. <Compile Include="DataBase.cs">
  74. <AutoGen>True</AutoGen>
  75. <DesignTime>True</DesignTime>
  76. <DependentUpon>DataBase.tt</DependentUpon>
  77. </Compile>
  78. <Compile Include="DocumentByService.cs">
  79. <DependentUpon>DataBase.tt</DependentUpon>
  80. </Compile>
  81. <Compile Include="FolderClasses\baseConnect.cs" />
  82. <Compile Include="FolderClasses\dataAdminRoot.cs" />
  83. <Compile Include="FolderClasses\dataConstant.cs" />
  84. <Compile Include="FolderClasses\dataUser.cs" />
  85. <Compile Include="FolderClasses\pcClientService.cs" />
  86. <Compile Include="FolderClasses\pcService.cs" />
  87. <Compile Include="FolderClasses\pcServicePhoto.cs" />
  88. <Compile Include="FolderPages\pageEditService.xaml.cs">
  89. <DependentUpon>pageEditService.xaml</DependentUpon>
  90. </Compile>
  91. <Compile Include="FolderPages\pageServiceNearRecord.xaml.cs">
  92. <DependentUpon>pageServiceNearRecord.xaml</DependentUpon>
  93. </Compile>
  94. <Compile Include="FolderWindows\winAdminAuthorization.xaml.cs">
  95. <DependentUpon>winAdminAuthorization.xaml</DependentUpon>
  96. </Compile>
  97. <Compile Include="FolderWindows\winWriteService.xaml.cs">
  98. <DependentUpon>winWriteService.xaml</DependentUpon>
  99. </Compile>
  100. <Compile Include="Gender.cs">
  101. <DependentUpon>DataBase.tt</DependentUpon>
  102. </Compile>
  103. <Compile Include="Manufacturer.cs">
  104. <DependentUpon>DataBase.tt</DependentUpon>
  105. </Compile>
  106. <Compile Include="FolderPages\pageEditServiseImage.xaml.cs">
  107. <DependentUpon>pageEditServiseImage.xaml</DependentUpon>
  108. </Compile>
  109. <Compile Include="Product.cs">
  110. <DependentUpon>DataBase.tt</DependentUpon>
  111. </Compile>
  112. <Compile Include="ProductPhoto.cs">
  113. <DependentUpon>DataBase.tt</DependentUpon>
  114. </Compile>
  115. <Compile Include="ProductSale.cs">
  116. <DependentUpon>DataBase.tt</DependentUpon>
  117. </Compile>
  118. <Compile Include="Service.cs">
  119. <DependentUpon>DataBase.tt</DependentUpon>
  120. </Compile>
  121. <Compile Include="ServicePhoto.cs">
  122. <DependentUpon>DataBase.tt</DependentUpon>
  123. </Compile>
  124. <Compile Include="sysdiagrams.cs">
  125. <DependentUpon>DataBase.tt</DependentUpon>
  126. </Compile>
  127. <Compile Include="Tag.cs">
  128. <DependentUpon>DataBase.tt</DependentUpon>
  129. </Compile>
  130. <Page Include="FolderPages\pageEditService.xaml">
  131. <SubType>Designer</SubType>
  132. <Generator>MSBuild:Compile</Generator>
  133. </Page>
  134. <Page Include="FolderPages\pageServiceNearRecord.xaml">
  135. <SubType>Designer</SubType>
  136. <Generator>MSBuild:Compile</Generator>
  137. </Page>
  138. <Page Include="FolderPages\pageServicesList.xaml">
  139. <SubType>Designer</SubType>
  140. <Generator>MSBuild:Compile</Generator>
  141. </Page>
  142. <Page Include="FolderWindows\MainWindow.xaml">
  143. <Generator>MSBuild:Compile</Generator>
  144. <SubType>Designer</SubType>
  145. </Page>
  146. <Compile Include="App.xaml.cs">
  147. <DependentUpon>App.xaml</DependentUpon>
  148. <SubType>Code</SubType>
  149. </Compile>
  150. <Compile Include="DataBase.Context.cs">
  151. <AutoGen>True</AutoGen>
  152. <DesignTime>True</DesignTime>
  153. <DependentUpon>DataBase.Context.tt</DependentUpon>
  154. </Compile>
  155. <Compile Include="DataBase.Designer.cs">
  156. <AutoGen>True</AutoGen>
  157. <DesignTime>True</DesignTime>
  158. <DependentUpon>DataBase.edmx</DependentUpon>
  159. </Compile>
  160. <Compile Include="FolderClasses\dataFrame.cs" />
  161. <Compile Include="FolderPages\pageServicesList.xaml.cs">
  162. <DependentUpon>pageServicesList.xaml</DependentUpon>
  163. </Compile>
  164. <Compile Include="FolderWindows\MainWindow.xaml.cs">
  165. <DependentUpon>MainWindow.xaml</DependentUpon>
  166. <SubType>Code</SubType>
  167. </Compile>
  168. <Page Include="FolderWindows\winAdminAuthorization.xaml">
  169. <SubType>Designer</SubType>
  170. <Generator>MSBuild:Compile</Generator>
  171. </Page>
  172. <Page Include="FolderPages\pageEditServiseImage.xaml">
  173. <SubType>Designer</SubType>
  174. <Generator>MSBuild:Compile</Generator>
  175. </Page>
  176. <Page Include="FolderWindows\winWriteService.xaml">
  177. <SubType>Designer</SubType>
  178. <Generator>MSBuild:Compile</Generator>
  179. </Page>
  180. </ItemGroup>
  181. <ItemGroup>
  182. <Compile Include="Properties\AssemblyInfo.cs">
  183. <SubType>Code</SubType>
  184. </Compile>
  185. <Compile Include="Properties\Resources.Designer.cs">
  186. <AutoGen>True</AutoGen>
  187. <DesignTime>True</DesignTime>
  188. <DependentUpon>Resources.resx</DependentUpon>
  189. </Compile>
  190. <Compile Include="Properties\Settings.Designer.cs">
  191. <AutoGen>True</AutoGen>
  192. <DependentUpon>Settings.settings</DependentUpon>
  193. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  194. </Compile>
  195. <EmbeddedResource Include="Properties\Resources.resx">
  196. <Generator>ResXFileCodeGenerator</Generator>
  197. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  198. </EmbeddedResource>
  199. <EntityDeploy Include="DataBase.edmx">
  200. <Generator>EntityModelCodeGenerator</Generator>
  201. <LastGenOutput>DataBase.Designer.cs</LastGenOutput>
  202. </EntityDeploy>
  203. <None Include="DataBase.edmx.diagram">
  204. <DependentUpon>DataBase.edmx</DependentUpon>
  205. </None>
  206. <None Include="packages.config" />
  207. <None Include="Properties\Settings.settings">
  208. <Generator>SettingsSingleFileGenerator</Generator>
  209. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  210. </None>
  211. </ItemGroup>
  212. <ItemGroup>
  213. <None Include="App.config" />
  214. </ItemGroup>
  215. <ItemGroup>
  216. <Resource Include="Resource\noPhoto.png" />
  217. </ItemGroup>
  218. <ItemGroup>
  219. <Resource Include="Resource\school_logo.ico" />
  220. <Resource Include="Resource\school_logo.png" />
  221. </ItemGroup>
  222. <ItemGroup>
  223. <Content Include="DataBase.Context.tt">
  224. <Generator>TextTemplatingFileGenerator</Generator>
  225. <LastGenOutput>DataBase.Context.cs</LastGenOutput>
  226. <DependentUpon>DataBase.edmx</DependentUpon>
  227. </Content>
  228. <Content Include="DataBase.tt">
  229. <Generator>TextTemplatingFileGenerator</Generator>
  230. <DependentUpon>DataBase.edmx</DependentUpon>
  231. <LastGenOutput>DataBase.cs</LastGenOutput>
  232. </Content>
  233. <Resource Include="Resource\ic_search_blue.png" />
  234. <Resource Include="Resource\ic_search_grey.png" />
  235. <Resource Include="Услуги школы\English.jpg" />
  236. <Resource Include="Услуги школы\for company.jpg" />
  237. <Resource Include="Услуги школы\online lessons.jpg" />
  238. <Resource Include="Услуги школы\Испанский язык.jpg" />
  239. <Resource Include="Услуги школы\Итальянский язык.jpg" />
  240. <Resource Include="Услуги школы\киноклуб.jpg" />
  241. <Resource Include="Услуги школы\Китайский язык.jpg" />
  242. <Resource Include="Услуги школы\Немецкий язык.png" />
  243. <Resource Include="Услуги школы\Подготовка к экзамену ACT.png" />
  244. <Resource Include="Услуги школы\Подготовка к экзамену GMAT.png" />
  245. <Resource Include="Услуги школы\Подготовка к экзамену GRE.jpeg" />
  246. <Resource Include="Услуги школы\Подготовка к экзамену IELTS.jpg" />
  247. <Resource Include="Услуги школы\Подготовка к экзамену SAT.png" />
  248. <Resource Include="Услуги школы\Подготовка к экзамену TOEFL.jpg" />
  249. <Resource Include="Услуги школы\Португальский язык.jpg" />
  250. <Resource Include="Услуги школы\Французский язык.jpg" />
  251. <Resource Include="Услуги школы\Японский язык.jpg" />
  252. </ItemGroup>
  253. <ItemGroup>
  254. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  255. </ItemGroup>
  256. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  257. </Project>