Skip to content

Commit 97b0ccd

Browse files
committed
3.2.38 Finished
1 parent 42c1f22 commit 97b0ccd

File tree

12 files changed

+1322
-2
lines changed

12 files changed

+1322
-2
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
2+
3+
<PropertyGroup>
4+
<OutputType>WinExe</OutputType>
5+
<TargetFramework>netcoreapp3.0</TargetFramework>
6+
<RootNamespace>_3._2._38</RootNamespace>
7+
<UseWindowsForms>true</UseWindowsForms>
8+
<ApplicationManifest>app.manifest</ApplicationManifest>
9+
</PropertyGroup>
10+
11+
<ItemGroup>
12+
<Compile Update="Form1.cs">
13+
<SubType>Form</SubType>
14+
</Compile>
15+
<Compile Update="Form1.Designer.cs">
16+
<DependentUpon>Form1.cs</DependentUpon>
17+
</Compile>
18+
<Compile Update="Form2.cs">
19+
<SubType>Form</SubType>
20+
</Compile>
21+
<Compile Update="Form2.Designer.cs">
22+
<DependentUpon>Form2.cs</DependentUpon>
23+
</Compile>
24+
</ItemGroup>
25+
26+
<ItemGroup>
27+
<EmbeddedResource Update="Form1.resx">
28+
<DependentUpon>Form1.cs</DependentUpon>
29+
</EmbeddedResource>
30+
<EmbeddedResource Update="Form2.resx">
31+
<DependentUpon>Form2.cs</DependentUpon>
32+
</EmbeddedResource>
33+
</ItemGroup>
34+
35+
<PropertyGroup>
36+
<Win32Manifest>app.manifest</Win32Manifest>
37+
</PropertyGroup>
38+
39+
</Project>

0 commit comments

Comments
 (0)