The TournamentViewer is quite ready, just the score-handling is left to wire up

This commit is contained in:
2020-05-18 23:44:18 +02:00
parent 1207617a7c
commit 8040d47acb
5 changed files with 322 additions and 4 deletions

View File

@ -77,6 +77,7 @@
<Compile Include="ViewModels\CreateTeamViewModel.cs" />
<Compile Include="ViewModels\CreateTournamentViewModel.cs" />
<Compile Include="ViewModels\ShellViewModel.cs" />
<Compile Include="ViewModels\TournamentViewerViewModel.cs" />
<Compile Include="Views\CreatePersonView.xaml.cs">
<DependentUpon>CreatePersonView.xaml</DependentUpon>
</Compile>
@ -96,6 +97,9 @@
<DependentUpon>App.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="Views\TournamentViewerView.xaml.cs">
<DependentUpon>TournamentViewerView.xaml</DependentUpon>
</Compile>
<Page Include="Views\CreatePersonView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
@ -116,6 +120,10 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\TournamentViewerView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs">