Skip to content

Commit

Permalink
updated doc projects
Browse files Browse the repository at this point in the history
  • Loading branch information
micjahn committed Dec 26, 2021
1 parent 7009491 commit 21c268e
Show file tree
Hide file tree
Showing 17 changed files with 434 additions and 28 deletions.
11 changes: 9 additions & 2 deletions Source/lib/documentation/zxing.ce2.0.doc.shfbproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<!-- The configuration and platform will be used to determine which
assemblies to include from solution and project documentation
Expand Down Expand Up @@ -80,11 +81,17 @@
<HintPath>..\..\..\Build\Release\ce2.0\System.Drawing.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="zxing.ce2.0, Version=0.16.2.0, Culture=neutral, PublicKeyToken=830ae994e36ac27d">
<Reference Include="zxing.ce2.0, Version=0.16.7.0, Culture=neutral, PublicKeyToken=4e88037ac681fe60">
<HintPath>..\..\..\Build\Release\ce2.0\zxing.ce2.0.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="EWSoftware.SHFB.NETMicroFramework">
<Version>4.4.0.1</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="'$(MSBuildRestoreSessionId)' != ''" />
<!-- Import the SHFB build targets -->
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" Condition="'$(MSBuildRestoreSessionId)' == ''" />
</Project>
11 changes: 9 additions & 2 deletions Source/lib/documentation/zxing.ce3.5.doc.shfbproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<!-- The configuration and platform will be used to determine which
assemblies to include from solution and project documentation
Expand Down Expand Up @@ -80,11 +81,17 @@
<HintPath>..\..\..\Build\Release\ce3.5\System.Drawing.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="zxing.ce3.5, Version=0.15.0.0, Culture=neutral, PublicKeyToken=4e88037ac681fe60">
<Reference Include="zxing.ce3.5, Version=0.16.7.0, Culture=neutral, PublicKeyToken=4e88037ac681fe60">
<HintPath>..\..\..\Build\Release\ce3.5\zxing.ce3.5.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="EWSoftware.SHFB.NETMicroFramework">
<Version>4.4.0.1</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="'$(MSBuildRestoreSessionId)' != ''" />
<!-- Import the SHFB build targets -->
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" Condition="'$(MSBuildRestoreSessionId)' == ''" />
</Project>
14 changes: 11 additions & 3 deletions Source/lib/documentation/zxing.doc.shfbproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<!-- The configuration and platform will be used to determine which
assemblies to include from solution and project documentation
Expand All @@ -22,10 +23,10 @@
<DocumentationSource sourceFile="..\zxing.net4.0.csproj" />
<DocumentationSource sourceFile="..\zxing.net4.0.presentation.csproj" />
</DocumentationSources>
<SyntaxFilters>Standard</SyntaxFilters>
<SyntaxFilters>C#</SyntaxFilters>
<SdkLinkTarget>Blank</SdkLinkTarget>
<RootNamespaceContainer>False</RootNamespaceContainer>
<PresentationStyle>vs2010</PresentationStyle>
<PresentationStyle>VS2010</PresentationStyle>
<Preliminary>False</Preliminary>
<NamingMethod>Guid</NamingMethod>
<HelpTitle>ZXing.Net</HelpTitle>
Expand All @@ -49,6 +50,7 @@
<HtmlHelp2xCompilerPath />
<WorkingPath />
<ComponentPath />
<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 Down Expand Up @@ -86,6 +88,12 @@
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="EWSoftware.SHFB.NETPortable">
<Version>4.6.0.1</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="'$(MSBuildRestoreSessionId)' != ''" />
<!-- Import the SHFB build targets -->
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" Condition="'$(MSBuildRestoreSessionId)' == ''" />
</Project>
9 changes: 8 additions & 1 deletion Source/lib/documentation/zxing.net2.0.doc.shfbproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<!-- The configuration and platform will be used to determine which
assemblies to include from solution and project documentation
Expand Down Expand Up @@ -77,6 +78,12 @@
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="EWSoftware.SHFB.NETFramework">
<Version>4.8.0.1</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="'$(MSBuildRestoreSessionId)' != ''" />
<!-- Import the SHFB build targets -->
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" Condition="'$(MSBuildRestoreSessionId)' == ''" />
</Project>
9 changes: 8 additions & 1 deletion Source/lib/documentation/zxing.net3.5.doc.shfbproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<!-- The configuration and platform will be used to determine which
assemblies to include from solution and project documentation
Expand Down Expand Up @@ -77,6 +78,12 @@
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="EWSoftware.SHFB.NETFramework">
<Version>4.8.0.1</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="'$(MSBuildRestoreSessionId)' != ''" />
<!-- Import the SHFB build targets -->
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" Condition="'$(MSBuildRestoreSessionId)' == ''" />
</Project>
5 changes: 3 additions & 2 deletions Source/lib/documentation/zxing.net4.5.doc.shfbproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<SyntaxFilters>Standard</SyntaxFilters>
<SdkLinkTarget>Blank</SdkLinkTarget>
<RootNamespaceContainer>False</RootNamespaceContainer>
<PresentationStyle>vs2010</PresentationStyle>
<PresentationStyle>VS2010</PresentationStyle>
<Preliminary>False</Preliminary>
<NamingMethod>Guid</NamingMethod>
<HelpTitle>ZXing.Net</HelpTitle>
Expand All @@ -34,7 +34,7 @@
<BuildAssemblerVerbosity>AllMessages</BuildAssemblerVerbosity>
<HelpFileFormat>HtmlHelp1</HelpFileFormat>
<IndentHtml>False</IndentHtml>
<FrameworkVersion>.NET Framework 4.5</FrameworkVersion>
<FrameworkVersion>.NET Framework 4.5.2</FrameworkVersion>
<KeepLogFile>False</KeepLogFile>
<DisableCodeBlockComponent>False</DisableCodeBlockComponent>
<CppCommentsFixup>False</CppCommentsFixup>
Expand All @@ -49,6 +49,7 @@
<HtmlHelp2xCompilerPath />
<WorkingPath />
<ComponentPath />
<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 Down
5 changes: 3 additions & 2 deletions Source/lib/documentation/zxing.net4.6.doc.shfbproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<SyntaxFilters>Standard</SyntaxFilters>
<SdkLinkTarget>Blank</SdkLinkTarget>
<RootNamespaceContainer>False</RootNamespaceContainer>
<PresentationStyle>vs2010</PresentationStyle>
<PresentationStyle>VS2010</PresentationStyle>
<Preliminary>False</Preliminary>
<NamingMethod>Guid</NamingMethod>
<HelpTitle>ZXing.Net</HelpTitle>
Expand All @@ -34,7 +34,7 @@
<BuildAssemblerVerbosity>AllMessages</BuildAssemblerVerbosity>
<HelpFileFormat>HtmlHelp1</HelpFileFormat>
<IndentHtml>False</IndentHtml>
<FrameworkVersion>.NET Framework 4.6.1</FrameworkVersion>
<FrameworkVersion>.NET Framework 4.6.2</FrameworkVersion>
<KeepLogFile>False</KeepLogFile>
<DisableCodeBlockComponent>False</DisableCodeBlockComponent>
<CppCommentsFixup>False</CppCommentsFixup>
Expand All @@ -49,6 +49,7 @@
<HtmlHelp2xCompilerPath />
<WorkingPath />
<ComponentPath />
<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 Down
92 changes: 92 additions & 0 deletions Source/lib/documentation/zxing.net4.7.doc.shfbproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<!-- The configuration and platform will be used to determine which
assemblies to include from solution and project documentation
sources -->
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{4782824c-dd85-427b-8102-70a87c1a7de0}</ProjectGuid>
<SHFBSchemaVersion>2017.9.26.0</SHFBSchemaVersion>
<!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual
Studio adds them anyway -->
<AssemblyName>zxing.net4.7.doc</AssemblyName>
<RootNamespace>zxing.net4.7.doc</RootNamespace>
<Name>zxing.net4.7.doc</Name>
<!-- SHFB properties -->
<OutputPath>..\..\..\Build\Release\Documentation\net4.7\</OutputPath>
<HtmlHelpName>zxing.net4.7</HtmlHelpName>
<Language>en-US</Language>
<DocumentationSources>
<DocumentationSource sourceFile="..\zxing.net4.7.csproj" />
<DocumentationSource sourceFile="..\zxing.net4.7.presentation.csproj" />
</DocumentationSources>
<SyntaxFilters>Standard</SyntaxFilters>
<SdkLinkTarget>Blank</SdkLinkTarget>
<RootNamespaceContainer>False</RootNamespaceContainer>
<PresentationStyle>VS2010</PresentationStyle>
<Preliminary>False</Preliminary>
<NamingMethod>Guid</NamingMethod>
<HelpTitle>ZXing.Net</HelpTitle>
<ContentPlacement>AboveNamespaces</ContentPlacement>
<VisibleItems>Attributes, ExplicitInterfaceImplementations, InheritedMembers, InheritedFrameworkMembers, Protected, SealedProtected, EditorBrowsableNever, NonBrowsable</VisibleItems>
<BuildAssemblerVerbosity>AllMessages</BuildAssemblerVerbosity>
<HelpFileFormat>HtmlHelp1</HelpFileFormat>
<IndentHtml>False</IndentHtml>
<FrameworkVersion>.NET Framework 4.7.2</FrameworkVersion>
<KeepLogFile>False</KeepLogFile>
<DisableCodeBlockComponent>False</DisableCodeBlockComponent>
<CppCommentsFixup>False</CppCommentsFixup>
<CleanIntermediates>True</CleanIntermediates>
<ApiFilter />
<ComponentConfigurations />
<HelpAttributes />
<NamespaceSummaries />
<PlugInConfigurations />
<BuildLogFile />
<HtmlHelp1xCompilerPath />
<HtmlHelp2xCompilerPath />
<WorkingPath />
<ComponentPath />
<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
common platform types that may appear. -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Win32' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Win32' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release with Documentation' ">
<OutputPath>..\..\..\Build\Release\Documentation\net4.7\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug - Reduced' ">
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\lib\zxing.net4.7.csproj">
<Name>zxing.net4.7</Name>
<Project>{2C074E8F-E879-4C9E-B2C3-8F80C0DB641D}</Project>
<Private>True</Private>
</ProjectReference>
<ProjectReference Include="..\..\lib\zxing.net4.7.presentation.csproj">
<Name>zxing.net4.7.presentation</Name>
<Project>{D98D11B0-744E-4197-9DA4-D3EE96890219}</Project>
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<!-- Import the SHFB build targets -->
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
</Project>
92 changes: 92 additions & 0 deletions Source/lib/documentation/zxing.net4.8.doc.shfbproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<!-- The configuration and platform will be used to determine which
assemblies to include from solution and project documentation
sources -->
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{2C6DE13F-8129-453A-9BB5-997077EAE269}</ProjectGuid>
<SHFBSchemaVersion>2017.9.26.0</SHFBSchemaVersion>
<!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual
Studio adds them anyway -->
<AssemblyName>zxing.net4.8.doc</AssemblyName>
<RootNamespace>zxing.net4.8.doc</RootNamespace>
<Name>zxing.net4.8.doc</Name>
<!-- SHFB properties -->
<OutputPath>..\..\..\Build\Release\Documentation\net4.8\</OutputPath>
<HtmlHelpName>zxing.net4.8</HtmlHelpName>
<Language>en-US</Language>
<DocumentationSources>
<DocumentationSource sourceFile="..\zxing.net4.8.csproj" />
<DocumentationSource sourceFile="..\zxing.net4.8.presentation.csproj" />
</DocumentationSources>
<SyntaxFilters>Standard</SyntaxFilters>
<SdkLinkTarget>Blank</SdkLinkTarget>
<RootNamespaceContainer>False</RootNamespaceContainer>
<PresentationStyle>VS2010</PresentationStyle>
<Preliminary>False</Preliminary>
<NamingMethod>Guid</NamingMethod>
<HelpTitle>ZXing.Net</HelpTitle>
<ContentPlacement>AboveNamespaces</ContentPlacement>
<VisibleItems>Attributes, ExplicitInterfaceImplementations, InheritedMembers, InheritedFrameworkMembers, Protected, SealedProtected, EditorBrowsableNever, NonBrowsable</VisibleItems>
<BuildAssemblerVerbosity>AllMessages</BuildAssemblerVerbosity>
<HelpFileFormat>HtmlHelp1</HelpFileFormat>
<IndentHtml>False</IndentHtml>
<FrameworkVersion>.NET Framework 4.8</FrameworkVersion>
<KeepLogFile>False</KeepLogFile>
<DisableCodeBlockComponent>False</DisableCodeBlockComponent>
<CppCommentsFixup>False</CppCommentsFixup>
<CleanIntermediates>True</CleanIntermediates>
<ApiFilter />
<ComponentConfigurations />
<HelpAttributes />
<NamespaceSummaries />
<PlugInConfigurations />
<BuildLogFile />
<HtmlHelp1xCompilerPath />
<HtmlHelp2xCompilerPath />
<WorkingPath />
<ComponentPath />
<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
common platform types that may appear. -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Win32' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Win32' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release with Documentation' ">
<OutputPath>..\..\..\Build\Release\Documentation\net4.8\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug - Reduced' ">
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\lib\zxing.net4.8.csproj">
<Name>zxing.net4.8</Name>
<Project>{D3751126-7345-4459-994D-8E3A8B5A1B1E}</Project>
<Private>True</Private>
</ProjectReference>
<ProjectReference Include="..\..\lib\zxing.net4.8.presentation.csproj">
<Name>zxing.net4.8.presentation</Name>
<Project>{23F0D07E-D1B2-4161-915C-439585AA42A1}</Project>
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<!-- Import the SHFB build targets -->
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
</Project>
Loading

0 comments on commit 21c268e

Please sign in to comment.