correct csproj -file

This commit is contained in:
stubbfel
2013-05-29 10:14:36 +02:00
parent 3c8fb4781b
commit db68565d94

View File

@@ -115,7 +115,9 @@
<Compile Include="model\BaseViewModel.cs" />
<Compile Include="model\mensa\Food.cs" />
<Compile Include="model\mensa\FoodDay.cs" />
<Compile Include="pages\mensa\MensaPage.xaml.cs" />
<Compile Include="pages\mensa\MensaPage.xaml.cs">
<DependentUpon>MensaPage.xaml</DependentUpon>
</Compile>
<Compile Include="pages\StartPage.xaml.cs">
<DependentUpon>StartPage.xaml</DependentUpon>
</Compile>