Update License project metadata and clean AssemblyInfo.vb
Added assembly metadata (title, product, copyright, version) to License.vbproj. Removed redundant assembly attributes and comments from AssemblyInfo.vb, keeping only essential entries.
This commit is contained in:
@@ -7,6 +7,11 @@
|
||||
<MyType>Windows</MyType>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<PostBuildEvent>powershell.exe -command "& { &'$(SolutionDir)copy-binary.ps1' '$(TargetPath)' '$(TargetFileName)' '$(ConfigurationName)' '$(ProjectName)' }"</PostBuildEvent>
|
||||
<AssemblyTitle>Modules.License</AssemblyTitle>
|
||||
<Product>Modules.License</Product>
|
||||
<Copyright>Copyright © 2022</Copyright>
|
||||
<AssemblyVersion>1.1.0.0</AssemblyVersion>
|
||||
<FileVersion>1.1.0.0</FileVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DocumentationFile>DigitalData.Modules.License.xml</DocumentationFile>
|
||||
|
||||
Reference in New Issue
Block a user