TeaTime.csproj 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  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>{C69C8471-3EEA-4D56-B7E3-6188C4979990}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>TeaTime</RootNamespace>
  10. <AssemblyName>TeaTime</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="Base.Context.cs">
  68. <AutoGen>True</AutoGen>
  69. <DesignTime>True</DesignTime>
  70. <DependentUpon>Base.Context.tt</DependentUpon>
  71. </Compile>
  72. <Compile Include="Base.cs">
  73. <AutoGen>True</AutoGen>
  74. <DesignTime>True</DesignTime>
  75. <DependentUpon>Base.tt</DependentUpon>
  76. </Compile>
  77. <Compile Include="Base.Designer.cs">
  78. <AutoGen>True</AutoGen>
  79. <DesignTime>True</DesignTime>
  80. <DependentUpon>Base.edmx</DependentUpon>
  81. </Compile>
  82. <Compile Include="class%27es\DataBaseConnect.cs" />
  83. <Compile Include="class%27es\DataTimeEvent.cs" />
  84. <Compile Include="Event.cs">
  85. <DependentUpon>Base.tt</DependentUpon>
  86. </Compile>
  87. <Compile Include="goPhoto.cs">
  88. <DependentUpon>Base.tt</DependentUpon>
  89. </Compile>
  90. <Compile Include="Member.cs">
  91. <DependentUpon>Base.tt</DependentUpon>
  92. </Compile>
  93. <Compile Include="page\Authorization.xaml.cs">
  94. <DependentUpon>Authorization.xaml</DependentUpon>
  95. </Compile>
  96. <Compile Include="page\Regestration.xaml.cs">
  97. <DependentUpon>Regestration.xaml</DependentUpon>
  98. </Compile>
  99. <Compile Include="page\wEventAdd.xaml.cs">
  100. <DependentUpon>wEventAdd.xaml</DependentUpon>
  101. </Compile>
  102. <Compile Include="page\wEventSee.xaml.cs">
  103. <DependentUpon>wEventSee.xaml</DependentUpon>
  104. </Compile>
  105. <Compile Include="page\wMemberChangePrifile.xaml.cs">
  106. <DependentUpon>wMemberChangePrifile.xaml</DependentUpon>
  107. </Compile>
  108. <Compile Include="page\wMemberMain.xaml.cs">
  109. <DependentUpon>wMemberMain.xaml</DependentUpon>
  110. </Compile>
  111. <Compile Include="page\wMemberUserPrifile.xaml.cs">
  112. <DependentUpon>wMemberUserPrifile.xaml</DependentUpon>
  113. </Compile>
  114. <Compile Include="page\wWorkerChangeProfile.xaml.cs">
  115. <DependentUpon>wWorkerChangeProfile.xaml</DependentUpon>
  116. </Compile>
  117. <Compile Include="page\wWorkerMain.xaml.cs">
  118. <DependentUpon>wWorkerMain.xaml</DependentUpon>
  119. </Compile>
  120. <Compile Include="page\wWorkerUserPrifile.xaml.cs">
  121. <DependentUpon>wWorkerUserPrifile.xaml</DependentUpon>
  122. </Compile>
  123. <Compile Include="PertyTea.cs">
  124. <DependentUpon>Base.tt</DependentUpon>
  125. </Compile>
  126. <Compile Include="ProgrammEvent.cs">
  127. <DependentUpon>Base.tt</DependentUpon>
  128. </Compile>
  129. <Compile Include="Record.cs">
  130. <DependentUpon>Base.tt</DependentUpon>
  131. </Compile>
  132. <Compile Include="sp_helpdiagramdefinition_Result.cs">
  133. <DependentUpon>Base.tt</DependentUpon>
  134. </Compile>
  135. <Compile Include="sp_helpdiagrams_Result.cs">
  136. <DependentUpon>Base.tt</DependentUpon>
  137. </Compile>
  138. <Compile Include="sysdiagrams.cs">
  139. <DependentUpon>Base.tt</DependentUpon>
  140. </Compile>
  141. <Compile Include="Tea.cs">
  142. <DependentUpon>Base.tt</DependentUpon>
  143. </Compile>
  144. <Compile Include="Worker.cs">
  145. <DependentUpon>Base.tt</DependentUpon>
  146. </Compile>
  147. <Page Include="MainWindow.xaml">
  148. <Generator>MSBuild:Compile</Generator>
  149. <SubType>Designer</SubType>
  150. </Page>
  151. <Compile Include="App.xaml.cs">
  152. <DependentUpon>App.xaml</DependentUpon>
  153. <SubType>Code</SubType>
  154. </Compile>
  155. <Compile Include="MainWindow.xaml.cs">
  156. <DependentUpon>MainWindow.xaml</DependentUpon>
  157. <SubType>Code</SubType>
  158. </Compile>
  159. <Page Include="page\Authorization.xaml">
  160. <Generator>MSBuild:Compile</Generator>
  161. <SubType>Designer</SubType>
  162. </Page>
  163. <Page Include="page\Regestration.xaml">
  164. <Generator>MSBuild:Compile</Generator>
  165. <SubType>Designer</SubType>
  166. </Page>
  167. <Page Include="page\wEventAdd.xaml">
  168. <Generator>MSBuild:Compile</Generator>
  169. <SubType>Designer</SubType>
  170. </Page>
  171. <Page Include="page\wEventSee.xaml">
  172. <Generator>MSBuild:Compile</Generator>
  173. <SubType>Designer</SubType>
  174. </Page>
  175. <Page Include="page\wMemberChangePrifile.xaml">
  176. <Generator>MSBuild:Compile</Generator>
  177. <SubType>Designer</SubType>
  178. </Page>
  179. <Page Include="page\wMemberMain.xaml">
  180. <Generator>MSBuild:Compile</Generator>
  181. <SubType>Designer</SubType>
  182. </Page>
  183. <Page Include="page\wMemberUserPrifile.xaml">
  184. <Generator>MSBuild:Compile</Generator>
  185. <SubType>Designer</SubType>
  186. </Page>
  187. <Page Include="page\wWorkerChangeProfile.xaml">
  188. <Generator>MSBuild:Compile</Generator>
  189. <SubType>Designer</SubType>
  190. </Page>
  191. <Page Include="page\wWorkerMain.xaml">
  192. <Generator>MSBuild:Compile</Generator>
  193. <SubType>Designer</SubType>
  194. </Page>
  195. <Page Include="page\wWorkerUserPrifile.xaml">
  196. <Generator>MSBuild:Compile</Generator>
  197. <SubType>Designer</SubType>
  198. </Page>
  199. </ItemGroup>
  200. <ItemGroup>
  201. <Compile Include="Properties\AssemblyInfo.cs">
  202. <SubType>Code</SubType>
  203. </Compile>
  204. <Compile Include="Properties\Resources.Designer.cs">
  205. <AutoGen>True</AutoGen>
  206. <DesignTime>True</DesignTime>
  207. <DependentUpon>Resources.resx</DependentUpon>
  208. </Compile>
  209. <Compile Include="Properties\Settings.Designer.cs">
  210. <AutoGen>True</AutoGen>
  211. <DependentUpon>Settings.settings</DependentUpon>
  212. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  213. </Compile>
  214. <EmbeddedResource Include="Properties\Resources.resx">
  215. <Generator>ResXFileCodeGenerator</Generator>
  216. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  217. </EmbeddedResource>
  218. <Resource Include="fonts\gogoia-deco.ttf" />
  219. <Resource Include="fonts\UniNeueBold.ttf" />
  220. <Resource Include="fonts\UniNeueRegular.ttf" />
  221. <EntityDeploy Include="Base.edmx">
  222. <Generator>EntityModelCodeGenerator</Generator>
  223. <LastGenOutput>Base.Designer.cs</LastGenOutput>
  224. </EntityDeploy>
  225. <None Include="Base.edmx.diagram">
  226. <DependentUpon>Base.edmx</DependentUpon>
  227. </None>
  228. <None Include="packages.config" />
  229. <None Include="Properties\Settings.settings">
  230. <Generator>SettingsSingleFileGenerator</Generator>
  231. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  232. </None>
  233. </ItemGroup>
  234. <ItemGroup>
  235. <None Include="App.config" />
  236. </ItemGroup>
  237. <ItemGroup>
  238. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  239. </ItemGroup>
  240. <ItemGroup>
  241. <Content Include="Base.Context.tt">
  242. <Generator>TextTemplatingFileGenerator</Generator>
  243. <DependentUpon>Base.edmx</DependentUpon>
  244. <LastGenOutput>Base.Context.cs</LastGenOutput>
  245. </Content>
  246. <Content Include="Base.tt">
  247. <Generator>TextTemplatingFileGenerator</Generator>
  248. <DependentUpon>Base.edmx</DependentUpon>
  249. <LastGenOutput>Base.cs</LastGenOutput>
  250. </Content>
  251. <Content Include="pic\feather.png" />
  252. <Content Include="pic\home.png" />
  253. </ItemGroup>
  254. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  255. </Project>