Skip to content

Commit d5881eb

Browse files
committed
3.2.45 Finished
1 parent 4d2fc8d commit d5881eb

13 files changed

+17566
-1
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
2+
3+
<PropertyGroup>
4+
<OutputType>WinExe</OutputType>
5+
<TargetFramework>netcoreapp3.1</TargetFramework>
6+
<RootNamespace>_3._2._45</RootNamespace>
7+
<UseWindowsForms>true</UseWindowsForms>
8+
</PropertyGroup>
9+
10+
<ItemGroup>
11+
<None Remove="tale.txt" />
12+
</ItemGroup>
13+
14+
<ItemGroup>
15+
<Content Include="tale.txt">
16+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
17+
</Content>
18+
</ItemGroup>
19+
20+
<ItemGroup>
21+
<ProjectReference Include="..\BinarySearchTree\BinarySearchTree.csproj" />
22+
</ItemGroup>
23+
24+
<ItemGroup>
25+
<Compile Update="Form2.cs">
26+
<SubType>Form</SubType>
27+
</Compile>
28+
<Compile Update="Form2.Designer.cs">
29+
<DependentUpon>Form2.cs</DependentUpon>
30+
</Compile>
31+
</ItemGroup>
32+
33+
</Project>

0 commit comments

Comments
 (0)