Skip to content

Commit

Permalink
Fix assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamminroot committed May 26, 2023
1 parent e77c322 commit b509582
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions intag.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Global
{60BCA8D2-FF4B-4D4A-8CA8-4D1FF7D21CD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60BCA8D2-FF4B-4D4A-8CA8-4D1FF7D21CD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60BCA8D2-FF4B-4D4A-8CA8-4D1FF7D21CD6}.Release|Any CPU.Build.0 = Release|Any CPU
{60BCA8D2-FF4B-4D4A-8CA8-4D1FF7D21CD6}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
17 changes: 17 additions & 0 deletions intag/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
using System.Reflection;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("intag")]
[assembly: AssemblyDescription("InTag")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Jamminroot")]
[assembly: AssemblyProduct("intag")]
[assembly: AssemblyCopyright("Copyright © Jamminroot 2023")]
[assembly: AssemblyTrademark("InTag")]
[assembly: AssemblyCulture("")]

[assembly: ComVisible(false)]

[assembly: Guid("60bca8d2-ff4b-4d4a-8ca8-4d1ff7d21cd6")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
2 changes: 2 additions & 0 deletions intag/intag.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<AssemblyVersion>1.6.0.0</AssemblyVersion>
<FileVersion>1.6.0.0</FileVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>..\bin\Debug\</OutputPath>
Expand Down

0 comments on commit b509582

Please sign in to comment.