Files
ucalc/ucalc/ucalc.csproj
T
Tobias Erbshäußer ce9dd644fc Filled landlord page.
2020-06-10 14:05:19 +02:00

75 lines
2.5 KiB
XML

<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<Page Update="BillingWindow.xaml">
<Generator></Generator>
</Page>
<Page Update="Pages\SideBar.xaml">
<Generator></Generator>
</Page>
<Page Update="Pages\LandlordPage.xaml">
<Generator></Generator>
</Page>
<Page Update="Pages\HousePage.xaml">
<Generator></Generator>
</Page>
<Page Update="Pages\CostsPage.xaml">
<Generator></Generator>
</Page>
<Page Update="Pages\TenantsPage.xaml">
<Generator></Generator>
</Page>
<Page Update="Pages\DetailsPage.xaml">
<Generator></Generator>
</Page>
<Page Update="Controls\ErrorCounter.xaml">
<Generator></Generator>
</Page>
<Page Update="Controls\ErrorIcon.xaml">
<Generator></Generator>
</Page>
<Page Update="Controls\SectionHeader.xaml">
<Generator></Generator>
</Page>
</ItemGroup>
<ItemGroup>
<Compile Update="BillingWindow.xaml.cs">
<DependentUpon>BillingWindow.xaml</DependentUpon>
</Compile>
<Compile Update="Pages\SideBar.xaml.cs">
<DependentUpon>SideBar.xaml</DependentUpon>
</Compile>
<Compile Update="Pages\LandlordPage.xaml.cs">
<DependentUpon>LandlordPage.xaml</DependentUpon>
</Compile>
<Compile Update="Pages\HousePage.xaml.cs">
<DependentUpon>HousePage.xaml</DependentUpon>
</Compile>
<Compile Update="Pages\CostsPage.xaml.cs">
<DependentUpon>CostsPage.xaml</DependentUpon>
</Compile>
<Compile Update="Pages\TenantsPage.xaml.cs">
<DependentUpon>TenantsPage.xaml</DependentUpon>
</Compile>
<Compile Update="Pages\DetailsPage.xaml.cs">
<DependentUpon>DetailsPage.xaml</DependentUpon>
</Compile>
<Compile Update="Controls\ErrorCounter.xaml.cs">
<DependentUpon>ErrorCounter.xaml</DependentUpon>
</Compile>
<Compile Update="Controls\ErrorIcon.xaml.cs">
<DependentUpon>ErrorIcon.xaml</DependentUpon>
</Compile>
<Compile Update="Controls\SectionHeader.xaml.cs">
<DependentUpon>SectionHeader.xaml</DependentUpon>
</Compile>
</ItemGroup>
</Project>