|
@@ -97,9 +97,18 @@
|
|
<Compile Include="Pages\MenuPage.xaml.cs">
|
|
<Compile Include="Pages\MenuPage.xaml.cs">
|
|
<DependentUpon>MenuPage.xaml</DependentUpon>
|
|
<DependentUpon>MenuPage.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
|
|
+ <Compile Include="Pages\ProfilePage.xaml.cs">
|
|
|
|
+ <DependentUpon>ProfilePage.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
<Compile Include="Pages\RegisterPage.xaml.cs">
|
|
<Compile Include="Pages\RegisterPage.xaml.cs">
|
|
<DependentUpon>RegisterPage.xaml</DependentUpon>
|
|
<DependentUpon>RegisterPage.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
|
|
+ <Compile Include="Pages\SchedulePage.xaml.cs">
|
|
|
|
+ <DependentUpon>SchedulePage.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Pages\SearchForTicketsPage.xaml.cs">
|
|
|
|
+ <DependentUpon>SearchForTicketsPage.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
<Compile Include="Routes.cs">
|
|
<Compile Include="Routes.cs">
|
|
<DependentUpon>EDM.tt</DependentUpon>
|
|
<DependentUpon>EDM.tt</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
@@ -151,10 +160,22 @@
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
|
|
+ <Page Include="Pages\ProfilePage.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
<Page Include="Pages\RegisterPage.xaml">
|
|
<Page Include="Pages\RegisterPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
|
|
+ <Page Include="Pages\SchedulePage.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
|
|
+ <Page Include="Pages\SearchForTicketsPage.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
<Page Include="Styles\Style.xaml">
|
|
<Page Include="Styles\Style.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|