Create Prize and create Team ready
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user