Skip to content

Commit 5c92782

Browse files
committed
Implement Directory.Build.props for shared info
• Remove all AssemblyInfo, migrate information to project when relevant • Remove legacy files that no longer link via new systems
1 parent 2261657 commit 5c92782

File tree

85 files changed

+32
-1551
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+32
-1551
lines changed
-145 KB
Binary file not shown.

SharpShell/Directory.Build.props

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<Project>
2+
<PropertyGroup>
3+
<Authors>Dave Kerr</Authors>
4+
<Product>SharpShell</Product>
5+
<Copyright>Copyright © Dave Kerr 2010-Present</Copyright>
6+
<PackageTags>Shell,SharpShell,COM,Context Menu,Icon Handler</PackageTags>
7+
<RepositoryUrl>https://github.com/dwmkerr/sharpshell</RepositoryUrl>
8+
<Version>2.7.2</Version>
9+
<FileVersion>$(Version).0</FileVersion>
10+
<AssemblyVersion>$(Version).0</AssemblyVersion>
11+
<PlatformTarget>AnyCPU</PlatformTarget>
12+
<NeutralLanguage>en-US</NeutralLanguage>
13+
</PropertyGroup>
14+
</Project>

SharpShell/Samples/ContextMenu/AdvancedContextMenuExtension/AdvancedContextMenuExtension.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<PropertyGroup>
33
<TargetFramework>net48</TargetFramework>
44
<OutputType>Library</OutputType>
5-
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
65
<UseWindowsForms>true</UseWindowsForms>
76
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
87
<SignAssembly>true</SignAssembly>

SharpShell/Samples/ContextMenu/AdvancedContextMenuExtension/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 36 deletions
This file was deleted.

SharpShell/Samples/ContextMenu/CopyDirectoryLocationHandler/CopyDirectoryLocationHandler.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<PropertyGroup>
33
<TargetFramework>net48</TargetFramework>
44
<OutputType>Library</OutputType>
5-
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
65
<UseWindowsForms>true</UseWindowsForms>
76
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
87
<SignAssembly>true</SignAssembly>

SharpShell/Samples/ContextMenu/CopyDirectoryLocationHandler/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 36 deletions
This file was deleted.

SharpShell/Samples/ContextMenu/CountLinesExtension/CountLinesExtension.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<PropertyGroup>
33
<TargetFramework>net48</TargetFramework>
44
<OutputType>Library</OutputType>
5-
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
65
<UseWindowsForms>true</UseWindowsForms>
76
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
87
<SignAssembly>true</SignAssembly>

SharpShell/Samples/ContextMenu/CountLinesExtension/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 36 deletions
This file was deleted.

SharpShell/Samples/ContextMenu/DllContextMenuExtension/DllContextMenuExtension.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<PropertyGroup>
33
<TargetFramework>net48</TargetFramework>
44
<OutputType>Library</OutputType>
5-
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
65
<UseWindowsForms>true</UseWindowsForms>
76
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
87
<SignAssembly>true</SignAssembly>

SharpShell/Samples/ContextMenu/DllContextMenuExtension/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)