MusicSmth.csproj 9.8 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>{872B3521-FA89-41A0-83B8-99E80B263C4F}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>MusicSmth</RootNamespace>
  10. <AssemblyName>MusicSmth</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="PresentationFramework.Aero2" />
  45. <Reference Include="System" />
  46. <Reference Include="System.ComponentModel.DataAnnotations" />
  47. <Reference Include="System.Data" />
  48. <Reference Include="System.Drawing" />
  49. <Reference Include="System.Runtime.Serialization" />
  50. <Reference Include="System.Security" />
  51. <Reference Include="System.Xml" />
  52. <Reference Include="Microsoft.CSharp" />
  53. <Reference Include="System.Core" />
  54. <Reference Include="System.Xml.Linq" />
  55. <Reference Include="System.Data.DataSetExtensions" />
  56. <Reference Include="System.Net.Http" />
  57. <Reference Include="System.Xaml">
  58. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  59. </Reference>
  60. <Reference Include="WindowsBase" />
  61. <Reference Include="PresentationCore" />
  62. <Reference Include="PresentationFramework" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <ApplicationDefinition Include="App.xaml">
  66. <Generator>MSBuild:Compile</Generator>
  67. <SubType>Designer</SubType>
  68. </ApplicationDefinition>
  69. <Compile Include="AddConcert.xaml.cs">
  70. <DependentUpon>AddConcert.xaml</DependentUpon>
  71. </Compile>
  72. <Compile Include="AdminPage.xaml.cs">
  73. <DependentUpon>AdminPage.xaml</DependentUpon>
  74. </Compile>
  75. <Compile Include="Authorization.xaml.cs">
  76. <DependentUpon>Authorization.xaml</DependentUpon>
  77. </Compile>
  78. <Compile Include="Bands.cs">
  79. <DependentUpon>Model1.tt</DependentUpon>
  80. </Compile>
  81. <Compile Include="Cities.cs">
  82. <DependentUpon>Model1.tt</DependentUpon>
  83. </Compile>
  84. <Compile Include="ConcertsPart.cs" />
  85. <Compile Include="Concerts.cs">
  86. <DependentUpon>Model1.tt</DependentUpon>
  87. </Compile>
  88. <Compile Include="Genders.cs">
  89. <DependentUpon>Model1.tt</DependentUpon>
  90. </Compile>
  91. <Compile Include="Genres.cs">
  92. <DependentUpon>Model1.tt</DependentUpon>
  93. </Compile>
  94. <Compile Include="MainFrame.cs" />
  95. <Compile Include="Model1.cs">
  96. <AutoGen>True</AutoGen>
  97. <DesignTime>True</DesignTime>
  98. <DependentUpon>Model1.tt</DependentUpon>
  99. </Compile>
  100. <Compile Include="Photos.cs">
  101. <DependentUpon>Model1.tt</DependentUpon>
  102. </Compile>
  103. <Compile Include="Places.cs">
  104. <DependentUpon>Model1.tt</DependentUpon>
  105. </Compile>
  106. <Compile Include="RedAutnInfoWin.xaml.cs">
  107. <DependentUpon>RedAutnInfoWin.xaml</DependentUpon>
  108. </Compile>
  109. <Compile Include="RedUserInfoWin.xaml.cs">
  110. <DependentUpon>RedUserInfoWin.xaml</DependentUpon>
  111. </Compile>
  112. <Compile Include="Registration.xaml.cs">
  113. <DependentUpon>Registration.xaml</DependentUpon>
  114. </Compile>
  115. <Compile Include="Roles.cs">
  116. <DependentUpon>Model1.tt</DependentUpon>
  117. </Compile>
  118. <Compile Include="SelectPhoto.xaml.cs">
  119. <DependentUpon>SelectPhoto.xaml</DependentUpon>
  120. </Compile>
  121. <Compile Include="TableData.xaml.cs">
  122. <DependentUpon>TableData.xaml</DependentUpon>
  123. </Compile>
  124. <Compile Include="Tracked_Concerts.cs">
  125. <DependentUpon>Model1.tt</DependentUpon>
  126. </Compile>
  127. <Compile Include="UserPage.xaml.cs">
  128. <DependentUpon>UserPage.xaml</DependentUpon>
  129. </Compile>
  130. <Compile Include="Users.cs">
  131. <DependentUpon>Model1.tt</DependentUpon>
  132. </Compile>
  133. <Compile Include="UsersData.xaml.cs">
  134. <DependentUpon>UsersData.xaml</DependentUpon>
  135. </Compile>
  136. <Page Include="AddConcert.xaml">
  137. <SubType>Designer</SubType>
  138. <Generator>MSBuild:Compile</Generator>
  139. </Page>
  140. <Page Include="AdminPage.xaml">
  141. <SubType>Designer</SubType>
  142. <Generator>MSBuild:Compile</Generator>
  143. </Page>
  144. <Page Include="Authorization.xaml">
  145. <SubType>Designer</SubType>
  146. <Generator>MSBuild:Compile</Generator>
  147. </Page>
  148. <Page Include="MainWindow.xaml">
  149. <Generator>MSBuild:Compile</Generator>
  150. <SubType>Designer</SubType>
  151. </Page>
  152. <Compile Include="App.xaml.cs">
  153. <DependentUpon>App.xaml</DependentUpon>
  154. <SubType>Code</SubType>
  155. </Compile>
  156. <Compile Include="MainWindow.xaml.cs">
  157. <DependentUpon>MainWindow.xaml</DependentUpon>
  158. <SubType>Code</SubType>
  159. </Compile>
  160. <Page Include="RedAutnInfoWin.xaml">
  161. <SubType>Designer</SubType>
  162. <Generator>MSBuild:Compile</Generator>
  163. </Page>
  164. <Page Include="RedUserInfoWin.xaml">
  165. <SubType>Designer</SubType>
  166. <Generator>MSBuild:Compile</Generator>
  167. </Page>
  168. <Page Include="Registration.xaml">
  169. <SubType>Designer</SubType>
  170. <Generator>MSBuild:Compile</Generator>
  171. </Page>
  172. <Page Include="SelectPhoto.xaml">
  173. <SubType>Designer</SubType>
  174. <Generator>MSBuild:Compile</Generator>
  175. </Page>
  176. <Page Include="TableData.xaml">
  177. <SubType>Designer</SubType>
  178. <Generator>MSBuild:Compile</Generator>
  179. </Page>
  180. <Page Include="UserPage.xaml">
  181. <SubType>Designer</SubType>
  182. <Generator>MSBuild:Compile</Generator>
  183. </Page>
  184. <Page Include="UsersData.xaml">
  185. <SubType>Designer</SubType>
  186. <Generator>MSBuild:Compile</Generator>
  187. </Page>
  188. </ItemGroup>
  189. <ItemGroup>
  190. <Compile Include="Model1.Context.cs">
  191. <AutoGen>True</AutoGen>
  192. <DesignTime>True</DesignTime>
  193. <DependentUpon>Model1.Context.tt</DependentUpon>
  194. </Compile>
  195. <Compile Include="Model1.Designer.cs">
  196. <AutoGen>True</AutoGen>
  197. <DesignTime>True</DesignTime>
  198. <DependentUpon>Model1.edmx</DependentUpon>
  199. </Compile>
  200. <Compile Include="Properties\AssemblyInfo.cs">
  201. <SubType>Code</SubType>
  202. </Compile>
  203. <Compile Include="Properties\Resources.Designer.cs">
  204. <AutoGen>True</AutoGen>
  205. <DesignTime>True</DesignTime>
  206. <DependentUpon>Resources.resx</DependentUpon>
  207. </Compile>
  208. <Compile Include="Properties\Settings.Designer.cs">
  209. <AutoGen>True</AutoGen>
  210. <DependentUpon>Settings.settings</DependentUpon>
  211. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  212. </Compile>
  213. <EmbeddedResource Include="Properties\Resources.resx">
  214. <Generator>ResXFileCodeGenerator</Generator>
  215. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  216. </EmbeddedResource>
  217. <EntityDeploy Include="Model1.edmx">
  218. <Generator>EntityModelCodeGenerator</Generator>
  219. <LastGenOutput>Model1.Designer.cs</LastGenOutput>
  220. </EntityDeploy>
  221. <None Include="Model1.edmx.diagram">
  222. <DependentUpon>Model1.edmx</DependentUpon>
  223. </None>
  224. <None Include="packages.config" />
  225. <None Include="Properties\Settings.settings">
  226. <Generator>SettingsSingleFileGenerator</Generator>
  227. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  228. </None>
  229. <None Include="readme.md" />
  230. </ItemGroup>
  231. <ItemGroup>
  232. <None Include="App.config" />
  233. </ItemGroup>
  234. <ItemGroup>
  235. <Resource Include="Resources\nophoto.jpeg" />
  236. <None Include="Resources\ent.png" />
  237. <None Include="Resources\login.gif" />
  238. <None Include="Resources\swap.gif" />
  239. <Resource Include="Resources\удобно.jpeg" />
  240. <Resource Include="Doggie.jpg" />
  241. <Resource Include="Logo.png" />
  242. <Content Include="Model1.Context.tt">
  243. <Generator>TextTemplatingFileGenerator</Generator>
  244. <LastGenOutput>Model1.Context.cs</LastGenOutput>
  245. <DependentUpon>Model1.edmx</DependentUpon>
  246. </Content>
  247. <Content Include="Model1.tt">
  248. <Generator>TextTemplatingFileGenerator</Generator>
  249. <DependentUpon>Model1.edmx</DependentUpon>
  250. <LastGenOutput>Model1.cs</LastGenOutput>
  251. </Content>
  252. </ItemGroup>
  253. <ItemGroup>
  254. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  255. </ItemGroup>
  256. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  257. </Project>