DemoProb.csproj 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  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>{66249DD8-EB29-4C61-9379-B6026373F045}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>DemoProb</RootNamespace>
  10. <AssemblyName>DemoProb</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. <PropertyGroup>
  38. <ApplicationIcon>
  39. </ApplicationIcon>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  43. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  44. </Reference>
  45. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  46. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  47. </Reference>
  48. <Reference Include="System" />
  49. <Reference Include="System.ComponentModel.DataAnnotations" />
  50. <Reference Include="System.Data" />
  51. <Reference Include="System.Runtime.Serialization" />
  52. <Reference Include="System.Security" />
  53. <Reference Include="System.Xml" />
  54. <Reference Include="Microsoft.CSharp" />
  55. <Reference Include="System.Core" />
  56. <Reference Include="System.Xml.Linq" />
  57. <Reference Include="System.Data.DataSetExtensions" />
  58. <Reference Include="System.Net.Http" />
  59. <Reference Include="System.Xaml">
  60. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  61. </Reference>
  62. <Reference Include="WindowsBase" />
  63. <Reference Include="PresentationCore" />
  64. <Reference Include="PresentationFramework" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <ApplicationDefinition Include="App.xaml">
  68. <Generator>MSBuild:Compile</Generator>
  69. <SubType>Designer</SubType>
  70. </ApplicationDefinition>
  71. <Compile Include="BaseSchool.cs">
  72. <AutoGen>True</AutoGen>
  73. <DesignTime>True</DesignTime>
  74. <DependentUpon>BaseSchool.tt</DependentUpon>
  75. </Compile>
  76. <Compile Include="Classes\BaseClass.cs" />
  77. <Compile Include="Client.cs">
  78. <DependentUpon>BaseSchool.tt</DependentUpon>
  79. </Compile>
  80. <Compile Include="ClientService.cs">
  81. <DependentUpon>BaseSchool.tt</DependentUpon>
  82. </Compile>
  83. <Compile Include="DocumentByService.cs">
  84. <DependentUpon>BaseSchool.tt</DependentUpon>
  85. </Compile>
  86. <Compile Include="Gender.cs">
  87. <DependentUpon>BaseSchool.tt</DependentUpon>
  88. </Compile>
  89. <Compile Include="Manufacturer.cs">
  90. <DependentUpon>BaseSchool.tt</DependentUpon>
  91. </Compile>
  92. <Compile Include="Pages\MainPage.xaml.cs">
  93. <DependentUpon>MainPage.xaml</DependentUpon>
  94. </Compile>
  95. <Compile Include="Product.cs">
  96. <DependentUpon>BaseSchool.tt</DependentUpon>
  97. </Compile>
  98. <Compile Include="ProductPhoto.cs">
  99. <DependentUpon>BaseSchool.tt</DependentUpon>
  100. </Compile>
  101. <Compile Include="ProductSale.cs">
  102. <DependentUpon>BaseSchool.tt</DependentUpon>
  103. </Compile>
  104. <Compile Include="Service.cs">
  105. <DependentUpon>BaseSchool.tt</DependentUpon>
  106. </Compile>
  107. <Compile Include="ServicePhoto.cs">
  108. <DependentUpon>BaseSchool.tt</DependentUpon>
  109. </Compile>
  110. <Compile Include="Tag.cs">
  111. <DependentUpon>BaseSchool.tt</DependentUpon>
  112. </Compile>
  113. <Page Include="MainWindow.xaml">
  114. <Generator>MSBuild:Compile</Generator>
  115. <SubType>Designer</SubType>
  116. </Page>
  117. <Compile Include="App.xaml.cs">
  118. <DependentUpon>App.xaml</DependentUpon>
  119. <SubType>Code</SubType>
  120. </Compile>
  121. <Compile Include="BaseSchool.Context.cs">
  122. <AutoGen>True</AutoGen>
  123. <DesignTime>True</DesignTime>
  124. <DependentUpon>BaseSchool.Context.tt</DependentUpon>
  125. </Compile>
  126. <Compile Include="BaseSchool.Designer.cs">
  127. <AutoGen>True</AutoGen>
  128. <DesignTime>True</DesignTime>
  129. <DependentUpon>BaseSchool.edmx</DependentUpon>
  130. </Compile>
  131. <Compile Include="Classes\FrameMain.cs" />
  132. <Compile Include="MainWindow.xaml.cs">
  133. <DependentUpon>MainWindow.xaml</DependentUpon>
  134. <SubType>Code</SubType>
  135. </Compile>
  136. <Page Include="Pages\MainPage.xaml">
  137. <SubType>Designer</SubType>
  138. <Generator>MSBuild:Compile</Generator>
  139. </Page>
  140. </ItemGroup>
  141. <ItemGroup>
  142. <Compile Include="Properties\AssemblyInfo.cs">
  143. <SubType>Code</SubType>
  144. </Compile>
  145. <Compile Include="Properties\Resources.Designer.cs">
  146. <AutoGen>True</AutoGen>
  147. <DesignTime>True</DesignTime>
  148. <DependentUpon>Resources.resx</DependentUpon>
  149. </Compile>
  150. <Compile Include="Properties\Settings.Designer.cs">
  151. <AutoGen>True</AutoGen>
  152. <DependentUpon>Settings.settings</DependentUpon>
  153. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  154. </Compile>
  155. <EmbeddedResource Include="Properties\Resources.resx">
  156. <Generator>ResXFileCodeGenerator</Generator>
  157. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  158. </EmbeddedResource>
  159. <EntityDeploy Include="BaseSchool.edmx">
  160. <Generator>EntityModelCodeGenerator</Generator>
  161. <LastGenOutput>BaseSchool.Designer.cs</LastGenOutput>
  162. </EntityDeploy>
  163. <None Include="BaseSchool.edmx.diagram">
  164. <DependentUpon>BaseSchool.edmx</DependentUpon>
  165. </None>
  166. <None Include="packages.config" />
  167. <None Include="Properties\Settings.settings">
  168. <Generator>SettingsSingleFileGenerator</Generator>
  169. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  170. </None>
  171. </ItemGroup>
  172. <ItemGroup>
  173. <None Include="App.config" />
  174. </ItemGroup>
  175. <ItemGroup>
  176. <Resource Include="Услуги школы\English.jpg" />
  177. <Resource Include="Услуги школы\for company.jpg" />
  178. <Resource Include="Услуги школы\online lessons.jpg" />
  179. <Resource Include="Услуги школы\Испанский язык.jpg" />
  180. <Resource Include="Услуги школы\Итальянский язык.jpg" />
  181. <Resource Include="Услуги школы\киноклуб.jpg" />
  182. <Resource Include="Услуги школы\Китайский язык.jpg" />
  183. <Resource Include="Услуги школы\Немецкий язык.png" />
  184. <Resource Include="Услуги школы\Подготовка к экзамену ACT.png" />
  185. <Resource Include="Услуги школы\Подготовка к экзамену GMAT.png" />
  186. <Resource Include="Услуги школы\Подготовка к экзамену GRE.jpeg" />
  187. <Resource Include="Услуги школы\Подготовка к экзамену IELTS.jpg" />
  188. <Resource Include="Услуги школы\Подготовка к экзамену SAT.png" />
  189. <Resource Include="Услуги школы\Подготовка к экзамену TOEFL.jpg" />
  190. <Resource Include="Услуги школы\Португальский язык.jpg" />
  191. <Resource Include="Услуги школы\Французский язык.jpg" />
  192. <Resource Include="Услуги школы\Японский язык.jpg" />
  193. </ItemGroup>
  194. <ItemGroup>
  195. <Resource Include="SchoolLog\school_logo.ico" />
  196. <Resource Include="SchoolLog\school_logo.png" />
  197. </ItemGroup>
  198. <ItemGroup>
  199. <Content Include="BaseSchool.Context.tt">
  200. <Generator>TextTemplatingFileGenerator</Generator>
  201. <LastGenOutput>BaseSchool.Context.cs</LastGenOutput>
  202. <DependentUpon>BaseSchool.edmx</DependentUpon>
  203. </Content>
  204. <Content Include="BaseSchool.tt">
  205. <Generator>TextTemplatingFileGenerator</Generator>
  206. <DependentUpon>BaseSchool.edmx</DependentUpon>
  207. <LastGenOutput>BaseSchool.cs</LastGenOutput>
  208. </Content>
  209. </ItemGroup>
  210. <ItemGroup>
  211. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  212. </ItemGroup>
  213. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  214. </Project>