Files
ucalc/ucalc/ucalc.csproj
T
Tobias Erbshäußer 6b03c881a3 Implemented new dialog.
2020-06-09 20:03:31 +02:00

25 lines
596 B
XML

<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<Folder Include="Controls"/>
</ItemGroup>
<ItemGroup>
<Page Update="BillingWindow.xaml">
<Generator></Generator>
</Page>
</ItemGroup>
<ItemGroup>
<Compile Update="BillingWindow.xaml.cs">
<DependentUpon>BillingWindow.xaml</DependentUpon>
</Compile>
</ItemGroup>
</Project>