Add tournament window

This commit is contained in:
2019-05-27 23:18:27 +02:00
parent c88465c083
commit 80893e55de
6 changed files with 84 additions and 4 deletions

View File

@@ -112,6 +112,7 @@
<Compile Include="Utils\WpfUtil.cs" />
<Compile Include="ViewModels\ShellViewModel.cs" />
<Compile Include="ViewModels\GameViewModel.cs" />
<Compile Include="ViewModels\TournamentResultViewModel.cs" />
<Compile Include="ViewModels\WebNavigationViewModel.cs" />
<Compile Include="ViewModels\WordPressViewModel.cs" />
<Compile Include="Views\WebNavigationView.xaml.cs">
@@ -123,6 +124,9 @@
<Compile Include="Views\GameView.xaml.cs">
<DependentUpon>GameView.xaml</DependentUpon>
</Compile>
<Compile Include="Views\TournamentResultView.xaml.cs">
<DependentUpon>TournamentResultView.xaml</DependentUpon>
</Compile>
<Compile Include="Views\WordPressView.xaml.cs">
<DependentUpon>WordPressView.xaml</DependentUpon>
</Compile>
@@ -150,6 +154,10 @@
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Views\TournamentResultView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Views\WordPressView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>