Skip to content

Commit

Permalink
Update Desktop Notes.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
zzy-life authored Oct 28, 2024
1 parent 2dbb2fd commit 6df9244
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Desktop Notes/Desktop Notes/Desktop Notes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<RootNamespace>Desktop_Notes</RootNamespace>
<AssemblyName>Desktop_Notes</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
<FileAlignment>512</FileAlignment>
<IsWebBootstrapper>false</IsWebBootstrapper>
<TargetFrameworkProfile />
Expand Down Expand Up @@ -82,6 +83,9 @@
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Resources.Extensions" Version="4.7.1" />
</ItemGroup>
<ItemGroup>
<Compile Include="FormData.cs" />
<Compile Include="Component1.cs">
Expand Down

0 comments on commit 6df9244

Please sign in to comment.