Met_Fam.csproj 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  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>{7111BADA-D0C6-472E-9BEA-6FB519053952}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Met_Fam</RootNamespace>
  10. <AssemblyName>Met_Fam</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="Buying_Goods.cs">
  68. <DependentUpon>MF_Base.tt</DependentUpon>
  69. </Compile>
  70. <Compile Include="DataBase.cs" />
  71. <Compile Include="Goods.cs">
  72. <DependentUpon>MF_Base.tt</DependentUpon>
  73. </Compile>
  74. <Compile Include="MF_Base.Context.cs">
  75. <AutoGen>True</AutoGen>
  76. <DesignTime>True</DesignTime>
  77. <DependentUpon>MF_Base.Context.tt</DependentUpon>
  78. </Compile>
  79. <Compile Include="MF_Base.cs">
  80. <AutoGen>True</AutoGen>
  81. <DesignTime>True</DesignTime>
  82. <DependentUpon>MF_Base.tt</DependentUpon>
  83. </Compile>
  84. <Compile Include="MF_Base.Designer.cs">
  85. <AutoGen>True</AutoGen>
  86. <DesignTime>True</DesignTime>
  87. <DependentUpon>MF_Base.edmx</DependentUpon>
  88. </Compile>
  89. <Compile Include="Position.cs">
  90. <DependentUpon>MF_Base.tt</DependentUpon>
  91. </Compile>
  92. <Compile Include="Role.cs">
  93. <DependentUpon>MF_Base.tt</DependentUpon>
  94. </Compile>
  95. <Compile Include="Type_Goods.cs">
  96. <DependentUpon>MF_Base.tt</DependentUpon>
  97. </Compile>
  98. <Compile Include="User.cs">
  99. <DependentUpon>MF_Base.tt</DependentUpon>
  100. </Compile>
  101. <Compile Include="Videos.cs">
  102. <DependentUpon>MF_Base.tt</DependentUpon>
  103. </Compile>
  104. <Compile Include="ViewModel.cs" />
  105. <Compile Include="WindowBasket.xaml.cs">
  106. <DependentUpon>WindowBasket.xaml</DependentUpon>
  107. </Compile>
  108. <Compile Include="WindowOrder.xaml.cs">
  109. <DependentUpon>WindowOrder.xaml</DependentUpon>
  110. </Compile>
  111. <Compile Include="WindowProf.xaml.cs">
  112. <DependentUpon>WindowProf.xaml</DependentUpon>
  113. </Compile>
  114. <Compile Include="WindowShop.xaml.cs">
  115. <DependentUpon>WindowShop.xaml</DependentUpon>
  116. </Compile>
  117. <Compile Include="WindowReg.xaml.cs">
  118. <DependentUpon>WindowReg.xaml</DependentUpon>
  119. </Compile>
  120. <Compile Include="WindowVideo.xaml.cs">
  121. <DependentUpon>WindowVideo.xaml</DependentUpon>
  122. </Compile>
  123. <Page Include="WindowAvtor.xaml">
  124. <Generator>MSBuild:Compile</Generator>
  125. <SubType>Designer</SubType>
  126. </Page>
  127. <Compile Include="App.xaml.cs">
  128. <DependentUpon>App.xaml</DependentUpon>
  129. <SubType>Code</SubType>
  130. </Compile>
  131. <Compile Include="WindowAvtor.xaml.cs">
  132. <DependentUpon>WindowAvtor.xaml</DependentUpon>
  133. <SubType>Code</SubType>
  134. </Compile>
  135. <Page Include="WindowBasket.xaml">
  136. <SubType>Designer</SubType>
  137. <Generator>MSBuild:Compile</Generator>
  138. </Page>
  139. <Page Include="WindowOrder.xaml">
  140. <SubType>Designer</SubType>
  141. <Generator>MSBuild:Compile</Generator>
  142. </Page>
  143. <Page Include="WindowProf.xaml">
  144. <SubType>Designer</SubType>
  145. <Generator>MSBuild:Compile</Generator>
  146. </Page>
  147. <Page Include="WindowShop.xaml">
  148. <SubType>Designer</SubType>
  149. <Generator>MSBuild:Compile</Generator>
  150. </Page>
  151. <Page Include="WindowReg.xaml">
  152. <SubType>Designer</SubType>
  153. <Generator>MSBuild:Compile</Generator>
  154. </Page>
  155. <Page Include="WindowVideo.xaml">
  156. <SubType>Designer</SubType>
  157. <Generator>MSBuild:Compile</Generator>
  158. </Page>
  159. </ItemGroup>
  160. <ItemGroup>
  161. <Compile Include="Properties\AssemblyInfo.cs">
  162. <SubType>Code</SubType>
  163. </Compile>
  164. <Compile Include="Properties\Resources.Designer.cs">
  165. <AutoGen>True</AutoGen>
  166. <DesignTime>True</DesignTime>
  167. <DependentUpon>Resources.resx</DependentUpon>
  168. </Compile>
  169. <Compile Include="Properties\Settings.Designer.cs">
  170. <AutoGen>True</AutoGen>
  171. <DependentUpon>Settings.settings</DependentUpon>
  172. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  173. </Compile>
  174. <EmbeddedResource Include="Properties\Resources.resx">
  175. <Generator>ResXFileCodeGenerator</Generator>
  176. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  177. </EmbeddedResource>
  178. <EntityDeploy Include="MF_Base.edmx">
  179. <Generator>EntityModelCodeGenerator</Generator>
  180. <LastGenOutput>MF_Base.Designer.cs</LastGenOutput>
  181. </EntityDeploy>
  182. <None Include="img\Thumbs.db" />
  183. <None Include="MF_Base.edmx.diagram">
  184. <DependentUpon>MF_Base.edmx</DependentUpon>
  185. </None>
  186. <None Include="packages.config" />
  187. <None Include="Properties\Settings.settings">
  188. <Generator>SettingsSingleFileGenerator</Generator>
  189. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  190. </None>
  191. </ItemGroup>
  192. <ItemGroup>
  193. <None Include="App.config" />
  194. </ItemGroup>
  195. <ItemGroup>
  196. <Resource Include="img\Guitar5.jpg" />
  197. <Resource Include="img\Guitar2.jpg" />
  198. <Resource Include="img\Guitar4.jpg" />
  199. <Resource Include="img\Guitar6.jpg" />
  200. <Resource Include="img\Guitar7.jpg" />
  201. <Resource Include="img\cvetok.png" />
  202. <Content Include="Video\Гитара.mp4">
  203. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  204. </Content>
  205. <Content Include="Video\Клавиши с нуля - 1 урок. Linkin park - In the end на пианино..mp4">
  206. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  207. </Content>
  208. <Content Include="Video\Уроки на барабанах - 5 ритмов начинающего барабанщика..mp4">
  209. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  210. </Content>
  211. <Resource Include="img\1.jpg" />
  212. <Resource Include="img\2.jpg" />
  213. <Resource Include="img\26817.png" />
  214. <Resource Include="img\3.jpg" />
  215. <Resource Include="img\4.jpg" />
  216. <Resource Include="img\5.jpg" />
  217. <Resource Include="img\6.jpg" />
  218. <Resource Include="img\7.jpg" />
  219. <Resource Include="img\8.jpg" />
  220. <Resource Include="img\9.jpg" />
  221. <Resource Include="img\u.jpg" />
  222. <Resource Include="img\з.png" />
  223. <Content Include="MF_Base.Context.tt">
  224. <Generator>TextTemplatingFileGenerator</Generator>
  225. <LastGenOutput>MF_Base.Context.cs</LastGenOutput>
  226. <DependentUpon>MF_Base.edmx</DependentUpon>
  227. </Content>
  228. <Content Include="MF_Base.tt">
  229. <Generator>TextTemplatingFileGenerator</Generator>
  230. <DependentUpon>MF_Base.edmx</DependentUpon>
  231. <LastGenOutput>MF_Base.cs</LastGenOutput>
  232. </Content>
  233. </ItemGroup>
  234. <ItemGroup>
  235. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  236. </ItemGroup>
  237. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  238. </Project>