1
0
Files
cpo-lab/Lab2/Lab2.csproj
2024-09-11 20:21:01 +03:00

20 lines
451 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ProgressBar\ProgressBar.csproj" />
<ProjectReference Include="..\Tool\Tool.csproj" />
</ItemGroup>
<ItemGroup>
<Page Include="App.xaml" />
</ItemGroup>
</Project>