1
0
Files
cpo-lab/Lab2/Lab2.csproj
2024-05-02 23:19:10 +03:00

19 lines
382 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="..\Tool\Tool.csproj" />
</ItemGroup>
<ItemGroup>
<Page Include="App.xaml" />
</ItemGroup>
</Project>