NBAManagment.csproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  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>{FEAA1A00-A11C-4F81-819E-5A5B559733BD}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>NBAManagment</RootNamespace>
  10. <AssemblyName>NBAManagment</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="BitMiracle.LibTiff.NET, Version=2.4.649.0, Culture=neutral, PublicKeyToken=53879b3e20e7a7d6, processorArchitecture=MSIL">
  39. <HintPath>..\packages\BitMiracle.LibTiff.NET.2.4.649\lib\net40\BitMiracle.LibTiff.NET.dll</HintPath>
  40. </Reference>
  41. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  42. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  43. </Reference>
  44. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  45. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  46. </Reference>
  47. <Reference Include="IronSoftware.Drawing.Abstractions, Version=2024.11.0.8, Culture=neutral, PublicKeyToken=3bd0119b776a4800, processorArchitecture=MSIL">
  48. <HintPath>..\packages\IronSoftware.Drawing.Abstractions.2024.11.8\lib\netstandard2.0\IronSoftware.Drawing.Abstractions.dll</HintPath>
  49. </Reference>
  50. <Reference Include="IronSoftware.Drawing.Common, Version=2024.12.0.3, Culture=neutral, PublicKeyToken=8d7e55c97b3e9835, processorArchitecture=MSIL">
  51. <HintPath>..\packages\IronSoftware.System.Drawing.2024.12.3\lib\netstandard2.0\IronSoftware.Drawing.Common.dll</HintPath>
  52. </Reference>
  53. <Reference Include="SixLabors.Fonts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d998eea7b14cab13, processorArchitecture=MSIL">
  54. <HintPath>..\packages\SixLabors.Fonts.1.0.0\lib\netstandard2.0\SixLabors.Fonts.dll</HintPath>
  55. </Reference>
  56. <Reference Include="SixLabors.ImageSharp, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d998eea7b14cab13, processorArchitecture=MSIL">
  57. <HintPath>..\packages\SixLabors.ImageSharp.2.1.9\lib\net472\SixLabors.ImageSharp.dll</HintPath>
  58. </Reference>
  59. <Reference Include="SixLabors.ImageSharp.Drawing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d998eea7b14cab13, processorArchitecture=MSIL">
  60. <HintPath>..\packages\SixLabors.ImageSharp.Drawing.1.0.0\lib\net472\SixLabors.ImageSharp.Drawing.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System" />
  63. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  64. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System.ComponentModel.DataAnnotations" />
  67. <Reference Include="System.Data" />
  68. <Reference Include="System.Drawing" />
  69. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  70. <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  71. </Reference>
  72. <Reference Include="System.Net" />
  73. <Reference Include="System.Numerics" />
  74. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  75. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  76. </Reference>
  77. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  78. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  79. </Reference>
  80. <Reference Include="System.Runtime.Serialization" />
  81. <Reference Include="System.Security" />
  82. <Reference Include="System.Text.Encoding.CodePages, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  83. <HintPath>..\packages\System.Text.Encoding.CodePages.5.0.0\lib\net461\System.Text.Encoding.CodePages.dll</HintPath>
  84. </Reference>
  85. <Reference Include="System.Windows.Forms" />
  86. <Reference Include="System.Xml" />
  87. <Reference Include="Microsoft.CSharp" />
  88. <Reference Include="System.Core" />
  89. <Reference Include="System.Xml.Linq" />
  90. <Reference Include="System.Data.DataSetExtensions" />
  91. <Reference Include="System.Net.Http" />
  92. <Reference Include="System.Xaml">
  93. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  94. </Reference>
  95. <Reference Include="WindowsBase" />
  96. <Reference Include="PresentationCore" />
  97. <Reference Include="PresentationFramework" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <ApplicationDefinition Include="App.xaml">
  101. <Generator>MSBuild:Compile</Generator>
  102. <SubType>Designer</SubType>
  103. </ApplicationDefinition>
  104. <Compile Include="Entities\ActionType.cs">
  105. <DependentUpon>NBAshka.tt</DependentUpon>
  106. </Compile>
  107. <Compile Include="Entities\Conference.cs">
  108. <DependentUpon>NBAshka.tt</DependentUpon>
  109. </Compile>
  110. <Compile Include="Entities\Country.cs">
  111. <DependentUpon>NBAshka.tt</DependentUpon>
  112. </Compile>
  113. <Compile Include="Entities\Department.cs">
  114. <DependentUpon>NBAshka.tt</DependentUpon>
  115. </Compile>
  116. <Compile Include="Entities\Division.cs">
  117. <DependentUpon>NBAshka.tt</DependentUpon>
  118. </Compile>
  119. <Compile Include="Entities\Gender.cs">
  120. <DependentUpon>NBAshka.tt</DependentUpon>
  121. </Compile>
  122. <Compile Include="Entities\Image.cs">
  123. <DependentUpon>NBAshka.tt</DependentUpon>
  124. </Compile>
  125. <Compile Include="Entities\Matchup.cs">
  126. <DependentUpon>NBAshka.tt</DependentUpon>
  127. </Compile>
  128. <Compile Include="Entities\MatchupDetail.cs">
  129. <DependentUpon>NBAshka.tt</DependentUpon>
  130. </Compile>
  131. <Compile Include="Entities\MatchupLogs.cs">
  132. <DependentUpon>NBAshka.tt</DependentUpon>
  133. </Compile>
  134. <Compile Include="Entities\MatchupType.cs">
  135. <DependentUpon>NBAshka.tt</DependentUpon>
  136. </Compile>
  137. <Compile Include="Entities\NBAshka.Context.cs">
  138. <AutoGen>True</AutoGen>
  139. <DesignTime>True</DesignTime>
  140. <DependentUpon>NBAshka.Context.tt</DependentUpon>
  141. </Compile>
  142. <Compile Include="Entities\NBAshka.cs">
  143. <AutoGen>True</AutoGen>
  144. <DesignTime>True</DesignTime>
  145. <DependentUpon>NBAshka.tt</DependentUpon>
  146. </Compile>
  147. <Compile Include="Entities\NBAshka.Designer.cs">
  148. <AutoGen>True</AutoGen>
  149. <DesignTime>True</DesignTime>
  150. <DependentUpon>NBAshka.edmx</DependentUpon>
  151. </Compile>
  152. <Compile Include="Entities\Organization.cs">
  153. <DependentUpon>NBAshka.tt</DependentUpon>
  154. </Compile>
  155. <Compile Include="Entities\Player.cs">
  156. <DependentUpon>NBAshka.tt</DependentUpon>
  157. </Compile>
  158. <Compile Include="Entities\PlayerInTeam.cs">
  159. <DependentUpon>NBAshka.tt</DependentUpon>
  160. </Compile>
  161. <Compile Include="Entities\PlayerStatistic.cs">
  162. <DependentUpon>NBAshka.tt</DependentUpon>
  163. </Compile>
  164. <Compile Include="Entities\Position.cs">
  165. <DependentUpon>NBAshka.tt</DependentUpon>
  166. </Compile>
  167. <Compile Include="Entities\PostSeason.cs">
  168. <DependentUpon>NBAshka.tt</DependentUpon>
  169. </Compile>
  170. <Compile Include="Entities\Quarter.cs">
  171. <DependentUpon>NBAshka.tt</DependentUpon>
  172. </Compile>
  173. <Compile Include="Entities\Role.cs">
  174. <DependentUpon>NBAshka.tt</DependentUpon>
  175. </Compile>
  176. <Compile Include="Entities\Season.cs">
  177. <DependentUpon>NBAshka.tt</DependentUpon>
  178. </Compile>
  179. <Compile Include="Entities\Status.cs">
  180. <DependentUpon>NBAshka.tt</DependentUpon>
  181. </Compile>
  182. <Compile Include="Entities\StatusOrganization.cs">
  183. <DependentUpon>NBAshka.tt</DependentUpon>
  184. </Compile>
  185. <Compile Include="Entities\sysdiagrams.cs">
  186. <DependentUpon>NBAshka.tt</DependentUpon>
  187. </Compile>
  188. <Compile Include="Entities\Team.cs">
  189. <DependentUpon>NBAshka.tt</DependentUpon>
  190. </Compile>
  191. <Compile Include="Entities\User.cs">
  192. <DependentUpon>NBAshka.tt</DependentUpon>
  193. </Compile>
  194. <Compile Include="Filter\IFilter.cs" />
  195. <Compile Include="Filter\IFilteredEnumerable.cs" />
  196. <Compile Include="Filter\PagedEnumerable.cs" />
  197. <Compile Include="Filter\PageFilter.cs" />
  198. <Compile Include="MatchPhotoLineManger.cs" />
  199. <Compile Include="Models\Image.cs" />
  200. <Compile Include="PhotosPage.xaml.cs">
  201. <DependentUpon>PhotosPage.xaml</DependentUpon>
  202. </Compile>
  203. <Compile Include="TeamDetail.xaml.cs">
  204. <DependentUpon>TeamDetail.xaml</DependentUpon>
  205. </Compile>
  206. <Compile Include="TeamsMain.xaml.cs">
  207. <DependentUpon>TeamsMain.xaml</DependentUpon>
  208. </Compile>
  209. <Compile Include="TeamsViewModel.cs" />
  210. <Compile Include="VisitorMenu.xaml.cs">
  211. <DependentUpon>VisitorMenu.xaml</DependentUpon>
  212. </Compile>
  213. <Page Include="MainWindow.xaml">
  214. <Generator>MSBuild:Compile</Generator>
  215. <SubType>Designer</SubType>
  216. </Page>
  217. <Compile Include="App.xaml.cs">
  218. <DependentUpon>App.xaml</DependentUpon>
  219. <SubType>Code</SubType>
  220. </Compile>
  221. <Compile Include="MainWindow.xaml.cs">
  222. <DependentUpon>MainWindow.xaml</DependentUpon>
  223. <SubType>Code</SubType>
  224. </Compile>
  225. <Page Include="PhotosPage.xaml">
  226. <SubType>Designer</SubType>
  227. <Generator>MSBuild:Compile</Generator>
  228. </Page>
  229. <Page Include="TeamDetail.xaml">
  230. <SubType>Designer</SubType>
  231. <Generator>MSBuild:Compile</Generator>
  232. </Page>
  233. <Page Include="TeamsMain.xaml">
  234. <SubType>Designer</SubType>
  235. <Generator>MSBuild:Compile</Generator>
  236. </Page>
  237. <Page Include="VisitorMenu.xaml">
  238. <SubType>Designer</SubType>
  239. <Generator>MSBuild:Compile</Generator>
  240. </Page>
  241. </ItemGroup>
  242. <ItemGroup>
  243. <Compile Include="Properties\AssemblyInfo.cs">
  244. <SubType>Code</SubType>
  245. </Compile>
  246. <Compile Include="Properties\Resources.Designer.cs">
  247. <AutoGen>True</AutoGen>
  248. <DesignTime>True</DesignTime>
  249. <DependentUpon>Resources.resx</DependentUpon>
  250. </Compile>
  251. <Compile Include="Properties\Settings.Designer.cs">
  252. <AutoGen>True</AutoGen>
  253. <DependentUpon>Settings.settings</DependentUpon>
  254. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  255. </Compile>
  256. <EmbeddedResource Include="Properties\Resources.resx">
  257. <Generator>ResXFileCodeGenerator</Generator>
  258. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  259. </EmbeddedResource>
  260. <EntityDeploy Include="Entities\NBAshka.edmx">
  261. <Generator>EntityModelCodeGenerator</Generator>
  262. <LastGenOutput>NBAshka.Designer.cs</LastGenOutput>
  263. </EntityDeploy>
  264. <None Include="Entities\NBAshka.edmx.diagram">
  265. <DependentUpon>NBAshka.edmx</DependentUpon>
  266. </None>
  267. <None Include="packages.config" />
  268. <None Include="Properties\Settings.settings">
  269. <Generator>SettingsSingleFileGenerator</Generator>
  270. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  271. </None>
  272. </ItemGroup>
  273. <ItemGroup>
  274. <None Include="App.config" />
  275. </ItemGroup>
  276. <ItemGroup>
  277. <Resource Include="logo.jpg" />
  278. </ItemGroup>
  279. <ItemGroup>
  280. <Content Include="Entities\NBAshka.Context.tt">
  281. <Generator>TextTemplatingFileGenerator</Generator>
  282. <LastGenOutput>NBAshka.Context.cs</LastGenOutput>
  283. <DependentUpon>NBAshka.edmx</DependentUpon>
  284. </Content>
  285. <Content Include="Entities\NBAshka.tt">
  286. <Generator>TextTemplatingFileGenerator</Generator>
  287. <DependentUpon>NBAshka.edmx</DependentUpon>
  288. <LastGenOutput>NBAshka.cs</LastGenOutput>
  289. </Content>
  290. <None Include="Resources\download.png" />
  291. </ItemGroup>
  292. <ItemGroup>
  293. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  294. </ItemGroup>
  295. <ItemGroup>
  296. <COMReference Include="EnvDTE">
  297. <Guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</Guid>
  298. <VersionMajor>8</VersionMajor>
  299. <VersionMinor>0</VersionMinor>
  300. <Lcid>0</Lcid>
  301. <WrapperTool>tlbimp</WrapperTool>
  302. <Isolated>False</Isolated>
  303. <EmbedInteropTypes>True</EmbedInteropTypes>
  304. </COMReference>
  305. <COMReference Include="stdole">
  306. <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
  307. <VersionMajor>2</VersionMajor>
  308. <VersionMinor>0</VersionMinor>
  309. <Lcid>0</Lcid>
  310. <WrapperTool>primary</WrapperTool>
  311. <Isolated>False</Isolated>
  312. <EmbedInteropTypes>True</EmbedInteropTypes>
  313. </COMReference>
  314. </ItemGroup>
  315. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  316. </Project>