|
@@ -115,6 +115,9 @@
|
|
|
<Compile Include="Pages\ProfilePage.xaml.cs">
|
|
|
<DependentUpon>ProfilePage.xaml</DependentUpon>
|
|
|
</Compile>
|
|
|
+ <Compile Include="Pages\QuestionWindow.xaml.cs">
|
|
|
+ <DependentUpon>QuestionWindow.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
<Compile Include="Pages\RehearsalPage.xaml.cs">
|
|
|
<DependentUpon>RehearsalPage.xaml</DependentUpon>
|
|
|
</Compile>
|
|
@@ -210,6 +213,10 @@
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
+ <Page Include="Pages\QuestionWindow.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
<Page Include="Pages\RehearsalPage.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -295,6 +302,9 @@
|
|
|
<Resource Include="img\excit.png">
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
</Resource>
|
|
|
+ <Resource Include="img\imageQv.png">
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ </Resource>
|
|
|
<Content Include="ModelBD.Context.tt">
|
|
|
<Generator>TextTemplatingFileGenerator</Generator>
|
|
|
<LastGenOutput>ModelBD.Context.cs</LastGenOutput>
|