1
0
This commit is contained in:
2024-05-02 23:19:10 +03:00
parent 58fbf4e5e5
commit 05f6b988ca
16 changed files with 843 additions and 2 deletions

18
Lab2/Lab2.csproj Normal file
View File

@@ -0,0 +1,18 @@
<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>