-
-
Notifications
You must be signed in to change notification settings - Fork 671
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
434 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.