Create Prize and create Team ready

This commit is contained in:
2020-05-17 16:41:53 +02:00
parent effdbe02b4
commit c13e2f3ccb
9 changed files with 406 additions and 2 deletions

View File

@ -71,7 +71,15 @@
<SubType>Designer</SubType>
</ApplicationDefinition>
<Compile Include="BootStrapper.cs" />
<Compile Include="ViewModels\CreatePrizeViewModel.cs" />
<Compile Include="ViewModels\CreateTeamViewModel.cs" />
<Compile Include="ViewModels\ShellViewModel.cs" />
<Compile Include="Views\CreatePrizeView.xaml.cs">
<DependentUpon>CreatePrizeView.xaml</DependentUpon>
</Compile>
<Compile Include="Views\CreateTeamView.xaml.cs">
<DependentUpon>CreateTeamView.xaml</DependentUpon>
</Compile>
<Compile Include="Views\ShellView.xaml.cs">
<DependentUpon>ShellView.xaml</DependentUpon>
</Compile>
@ -79,6 +87,14 @@
<DependentUpon>App.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Page Include="Views\CreatePrizeView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\CreateTeamView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\ShellView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>