Skip to content

Commit

Permalink
Update docs project to build with latest helper tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
brutaldev committed Oct 23, 2023
1 parent 52890ed commit 072bda0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 40 deletions.
13 changes: 7 additions & 6 deletions src/Brutal.Dev.StrongNameSigner.Docs/Documentation.shfbproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0">
<PropertyGroup>
<!-- The configuration and platform will be used to determine which
assemblies to include from solution and project documentation
Expand All @@ -8,7 +8,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{21654cb4-04d2-45c5-8473-3cbaf1967a0d}</ProjectGuid>
<SHFBSchemaVersion>1.9.5.0</SHFBSchemaVersion>
<SHFBSchemaVersion>2017.9.26.0</SHFBSchemaVersion>
<!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual
Studio adds them anyway -->
<AssemblyName>Documentation</AssemblyName>
Expand All @@ -30,7 +30,7 @@
<SyntaxFilters>Standard</SyntaxFilters>
<SdkLinkTarget>Blank</SdkLinkTarget>
<RootNamespaceContainer>False</RootNamespaceContainer>
<PresentationStyle>VS2010</PresentationStyle>
<PresentationStyle>VS2013</PresentationStyle>
<Preliminary>False</Preliminary>
<NamingMethod>Guid</NamingMethod>
<HelpTitle>.NET Assembly Strong-Name Signer</HelpTitle>
Expand All @@ -50,9 +50,10 @@
<CatalogVersion>100</CatalogVersion>
<CatalogProductId>VS</CatalogProductId>
<DocumentationSources>
<DocumentationSource sourceFile="..\Brutal.Dev.StrongNameSigner\bin\Release\Brutal.Dev.StrongNameSigner.dll" />
<DocumentationSource sourceFile="..\Brutal.Dev.StrongNameSigner\bin\Release\Brutal.Dev.StrongNameSigner.XML" /></DocumentationSources>
<DocumentationSource sourceFile="..\Brutal.Dev.StrongNameSigner\Brutal.Dev.StrongNameSigner.csproj" />
</DocumentationSources>
<MissingTags>Summary, Parameter, Returns, AutoDocumentCtors, TypeParameter, AutoDocumentDispose</MissingTags>
<SaveComponentCacheCapacity>100</SaveComponentCacheCapacity>
</PropertyGroup>
<!-- There are no properties for these groups. AnyCPU needs to appear in
order for Visual Studio to perform the build. The others are optional
Expand All @@ -75,4 +76,4 @@
</PropertyGroup>
<!-- Import the SHFB build targets -->
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
</Project>
</Project>
2 changes: 1 addition & 1 deletion src/Brutal.Dev.StrongNameSigner.Setup/Build-Deploy.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
cls

pushd .
call "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\VsMSBuildCmd.bat"
call "C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\Tools\VsMSBuildCmd.bat"
popd

dotnet restore -c Release
Expand Down
33 changes: 0 additions & 33 deletions src/Brutal.Dev.StrongNameSigner.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,16 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Brutal.Dev.StrongNameSigner
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Brutal.Dev.StrongNameSigner.Tests", "Brutal.Dev.StrongNameSigner.Tests\Brutal.Dev.StrongNameSigner.Tests.csproj", "{3EA13C51-9A22-4045-8993-12391408A300}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Brutal.Dev.StrongNameSigner.TestAssembly.NET20", "Brutal.Dev.StrongNameSigner.TestAssembly.NET20\Brutal.Dev.StrongNameSigner.TestAssembly.NET20.csproj", "{FA8EE983-B5AF-4C8D-9D8C-35F2D958FB24}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Brutal.Dev.StrongNameSigner.TestAssembly.NET40", "Brutal.Dev.StrongNameSigner.TestAssembly.NET40\Brutal.Dev.StrongNameSigner.TestAssembly.NET40.csproj", "{9EAB4637-F271-4792-8FE6-FF22D2D9BF21}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{61788A35-F947-48FF-8594-4446FD6ABCD8}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Brutal.Dev.StrongNameSigner.TestAssembly.NET45", "Brutal.Dev.StrongNameSigner.TestAssembly.NET45\Brutal.Dev.StrongNameSigner.TestAssembly.NET45.csproj", "{D43AC887-264A-47DB-BE60-3F527C4459CC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Brutal.Dev.StrongNameSigner.Console", "Brutal.Dev.StrongNameSigner.Console\Brutal.Dev.StrongNameSigner.Console.csproj", "{81AD5094-FAD3-40BC-A0AB-1B6F0B90AD5A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Brutal.Dev.StrongNameSigner.UI", "Brutal.Dev.StrongNameSigner.UI\Brutal.Dev.StrongNameSigner.UI.csproj", "{17E01B70-04DC-4446-BF8F-D2543E6C5056}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Brutal.Dev.StrongNameSigner.TestAssembly.A", "Brutal.Dev.StrongNameSigner.TestAssembly.A\Brutal.Dev.StrongNameSigner.TestAssembly.A.csproj", "{811C605F-B23F-41D6-B35F-2DA82E40129F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Brutal.Dev.StrongNameSigner.TestAssembly.B", "Brutal.Dev.StrongNameSigner.TestAssembly.B\Brutal.Dev.StrongNameSigner.TestAssembly.B.csproj", "{1DACFD7E-47BA-4B8E-83AF-5580E3EFC744}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{239CD9FD-F026-419E-9C5D-4AAB4627A614}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Expand All @@ -37,8 +27,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
Brutal.Dev.StrongNameSigner\StrongNameSigner.targets = Brutal.Dev.StrongNameSigner\StrongNameSigner.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Brutal.Dev.StrongNameSigner.TestAssembly.Core5", "Brutal.Dev.StrongNameSigner.TestAssembly.Core5\Brutal.Dev.StrongNameSigner.TestAssembly.Core5.csproj", "{93BD3735-66AD-4741-8F10-9B5367171FE4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -52,15 +40,6 @@ Global
{3EA13C51-9A22-4045-8993-12391408A300}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EA13C51-9A22-4045-8993-12391408A300}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EA13C51-9A22-4045-8993-12391408A300}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA8EE983-B5AF-4C8D-9D8C-35F2D958FB24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA8EE983-B5AF-4C8D-9D8C-35F2D958FB24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA8EE983-B5AF-4C8D-9D8C-35F2D958FB24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EAB4637-F271-4792-8FE6-FF22D2D9BF21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EAB4637-F271-4792-8FE6-FF22D2D9BF21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EAB4637-F271-4792-8FE6-FF22D2D9BF21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D43AC887-264A-47DB-BE60-3F527C4459CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D43AC887-264A-47DB-BE60-3F527C4459CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D43AC887-264A-47DB-BE60-3F527C4459CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81AD5094-FAD3-40BC-A0AB-1B6F0B90AD5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81AD5094-FAD3-40BC-A0AB-1B6F0B90AD5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81AD5094-FAD3-40BC-A0AB-1B6F0B90AD5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -69,18 +48,6 @@ Global
{17E01B70-04DC-4446-BF8F-D2543E6C5056}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17E01B70-04DC-4446-BF8F-D2543E6C5056}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17E01B70-04DC-4446-BF8F-D2543E6C5056}.Release|Any CPU.Build.0 = Release|Any CPU
{811C605F-B23F-41D6-B35F-2DA82E40129F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{811C605F-B23F-41D6-B35F-2DA82E40129F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{811C605F-B23F-41D6-B35F-2DA82E40129F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{811C605F-B23F-41D6-B35F-2DA82E40129F}.Release|Any CPU.Build.0 = Release|Any CPU
{1DACFD7E-47BA-4B8E-83AF-5580E3EFC744}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DACFD7E-47BA-4B8E-83AF-5580E3EFC744}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DACFD7E-47BA-4B8E-83AF-5580E3EFC744}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DACFD7E-47BA-4B8E-83AF-5580E3EFC744}.Release|Any CPU.Build.0 = Release|Any CPU
{93BD3735-66AD-4741-8F10-9B5367171FE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93BD3735-66AD-4741-8F10-9B5367171FE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93BD3735-66AD-4741-8F10-9B5367171FE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93BD3735-66AD-4741-8F10-9B5367171FE4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 072bda0

Please sign in to comment.