Skip to content

Commit

Permalink
Version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Parozzz committed May 13, 2024
1 parent 9e24de1 commit 30f419b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion TiaUtilities/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace TiaXmlReader
{
internal static class Program
{
public const string VERSION = "0.1";
public const string VERSION = "0.2";

/// <summary>
/// Punto di ingresso principale dell'applicazione.
Expand Down
12 changes: 12 additions & 0 deletions TiaUtilities/TiaUtilities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,18 @@
<Compile Update="MainImportExportForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
</ItemGroup>

<ItemGroup>
<EmbeddedResource Update="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>

</Project>

0 comments on commit 30f419b

Please sign in to comment.