The TournamentViewer is quite ready, just the score-handling is left to wire up
This commit is contained in:
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user