Skip to content

Commit a27565d

Browse files
committed
Documentation update
- Updated to use the new Default 2022 presentation style
1 parent aefa24a commit a27565d

2 files changed

Lines changed: 24 additions & 14 deletions

File tree

Doc/EWSoftwarePDI.shfbproj

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<CopyrightHref>https://github.com/EWSoftware/PDI</CopyrightHref>
3232
<CopyrightText>[v{%40HelpFileVersion}] Copyright \xA9 2003-2021, Eric Woodruff, All Rights Reserved</CopyrightText>
3333
<FeedbackEMailAddress>Eric%40EWoodruff.us</FeedbackEMailAddress>
34-
<PresentationStyle>VS2013</PresentationStyle>
34+
<PresentationStyle>Default2022</PresentationStyle>
3535
<SyntaxFilters>Standard</SyntaxFilters>
3636
<ComponentConfigurations>
3737
</ComponentConfigurations>
@@ -94,18 +94,25 @@
9494
<NamingMethod>Guid</NamingMethod>
9595
<ContentPlacement>AboveNamespaces</ContentPlacement>
9696
<TransformComponentArguments>
97-
<Argument Key="logoFile" Value="EWSPDI.bmp" />
98-
<Argument Key="logoHeight" Value="" />
99-
<Argument Key="logoWidth" Value="" />
100-
<Argument Key="logoAltText" Value="EWSoftware.PDI Library" />
101-
<Argument Key="logoPlacement" Value="left" />
102-
<Argument Key="logoAlignment" Value="left" />
103-
<Argument Key="logoUrl" Value="https://github.com/EWSoftware/PDI" />
104-
<Argument Key="maxVersionParts" Value="" />
105-
<Argument Key="defaultLanguage" Value="cs" />
106-
<Argument Key="includeEnumValues" Value="true" />
107-
<Argument Key="baseSourceCodeUrl" Value="https://github.com/EWSoftware/PDI/blob/master/Source/" />
108-
<Argument Key="requestExampleUrl" Value="https://github.com/EWSoftware/PDI/issues/new" />
97+
<Argument Key="RobotsMetadata" Value="" />
98+
<Argument Key="BibliographyDataFile" Value="" />
99+
<Argument Key="RootBreadcrumbTitleText" Value="PDI" />
100+
<Argument Key="CollapsibleSections" Value="True" />
101+
<Argument Key="LogoFile" Value="EWSPDI.bmp" />
102+
<Argument Key="LogoHeight" Value="" />
103+
<Argument Key="LogoWidth" Value="" />
104+
<Argument Key="LogoAltText" Value="EWSoftware.PDI Library" />
105+
<Argument Key="LogoPlacement" Value="Left" />
106+
<Argument Key="LogoAlignment" Value="Left" />
107+
<Argument Key="LogoUrl" Value="https://github.com/EWSoftware/PDI" />
108+
<Argument Key="MaxVersionParts" Value="" />
109+
<Argument Key="DefaultLanguage" Value="cs" />
110+
<Argument Key="IncludeEnumValues" Value="True" />
111+
<Argument Key="EnumMemberSortOrder" Value="Value" />
112+
<Argument Key="FlagsEnumValueFormat" Value="IntegerValue" />
113+
<Argument Key="FlagsEnumSeparatorSize" Value="0" />
114+
<Argument Key="BaseSourceCodeUrl" Value="https://github.com/EWSoftware/PDI/blob/master/Source/" />
115+
<Argument Key="RequestExampleUrl" Value="https://github.com/EWSoftware/PDI/issues/new" />
109116
</TransformComponentArguments>
110117
<ComponentPath />
111118
<MaximumGroupParts>2</MaximumGroupParts>
@@ -120,7 +127,7 @@
120127
<CatalogVersion>100</CatalogVersion>
121128
<CatalogProductId>VS</CatalogProductId>
122129
<BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
123-
<HelpFileFormat>HtmlHelp1, Website</HelpFileFormat>
130+
<HelpFileFormat>Website</HelpFileFormat>
124131
<IndentHtml>False</IndentHtml>
125132
<KeepLogFile>True</KeepLogFile>
126133
<DisableCodeBlockComponent>False</DisableCodeBlockComponent>

MasterBuild.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ IF EXIST "%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Enterprise\MSBuild\15
1616
IF EXIST "%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Community\MSBuild\Current" SET "MSBUILD=%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Community\MSBuild\Current\bin\MSBuild.exe"
1717
IF EXIST "%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\MSBuild\Current" SET "MSBUILD=%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\MSBuild\Current\bin\MSBuild.exe"
1818
IF EXIST "%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current" SET "MSBUILD=%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\bin\MSBuild.exe"
19+
IF EXIST "%ProgramFiles(x86)%\Microsoft Visual Studio\2022\Community\MSBuild\Current" SET "MSBUILD=%ProgramFiles(x86)%\Microsoft Visual Studio\2022\Community\MSBuild\Current\bin\MSBuild.exe"
20+
IF EXIST "%ProgramFiles(x86)%\Microsoft Visual Studio\2022\Professional\MSBuild\Current" SET "MSBUILD=%ProgramFiles(x86)%\Microsoft Visual Studio\2022\Professional\MSBuild\Current\bin\MSBuild.exe"
21+
IF EXIST "%ProgramFiles(x86)%\Microsoft Visual Studio\202\Enterprise\MSBuild\Current" SET "MSBUILD=%ProgramFiles(x86)%\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\bin\MSBuild.exe"
1922

2023
"%MSBUILD%" /nologo /v:m /m Source\EWSPDI.sln /t:Clean;Build "/p:Configuration=Release;Platform=Any CPU"
2124

0 commit comments

Comments
 (0)