Add tournament window
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user