Started implementing CreateTournament View ande ViewModel
This commit is contained in:
@ -75,6 +75,7 @@
|
||||
<Compile Include="ViewModels\CreatePersonViewModel.cs" />
|
||||
<Compile Include="ViewModels\CreatePrizeViewModel.cs" />
|
||||
<Compile Include="ViewModels\CreateTeamViewModel.cs" />
|
||||
<Compile Include="ViewModels\CreateTournamentViewModel.cs" />
|
||||
<Compile Include="ViewModels\ShellViewModel.cs" />
|
||||
<Compile Include="Views\CreatePersonView.xaml.cs">
|
||||
<DependentUpon>CreatePersonView.xaml</DependentUpon>
|
||||
@ -85,6 +86,9 @@
|
||||
<Compile Include="Views\CreateTeamView.xaml.cs">
|
||||
<DependentUpon>CreateTeamView.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Views\CreateTournamentView.xaml.cs">
|
||||
<DependentUpon>CreateTournamentView.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Views\ShellView.xaml.cs">
|
||||
<DependentUpon>ShellView.xaml</DependentUpon>
|
||||
</Compile>
|
||||
@ -104,6 +108,10 @@
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="Views\CreateTournamentView.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="Views\ShellView.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
|
||||
Reference in New Issue
Block a user