CreatePerson UI tillaggt
This commit is contained in:
@ -71,9 +71,14 @@
|
||||
<SubType>Designer</SubType>
|
||||
</ApplicationDefinition>
|
||||
<Compile Include="BootStrapper.cs" />
|
||||
<Compile Include="EventAggregationProvider.cs" />
|
||||
<Compile Include="ViewModels\CreatePersonViewModel.cs" />
|
||||
<Compile Include="ViewModels\CreatePrizeViewModel.cs" />
|
||||
<Compile Include="ViewModels\CreateTeamViewModel.cs" />
|
||||
<Compile Include="ViewModels\ShellViewModel.cs" />
|
||||
<Compile Include="Views\CreatePersonView.xaml.cs">
|
||||
<DependentUpon>CreatePersonView.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Views\CreatePrizeView.xaml.cs">
|
||||
<DependentUpon>CreatePrizeView.xaml</DependentUpon>
|
||||
</Compile>
|
||||
@ -87,6 +92,10 @@
|
||||
<DependentUpon>App.xaml</DependentUpon>
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Page Include="Views\CreatePersonView.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="Views\CreatePrizeView.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
|
||||
Reference in New Issue
Block a user