This repository has been archived by the owner on Jun 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
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
1,165 changed files
with
364,784 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
<?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>{69e191e1-d2ff-4983-be76-e92456997fa6}</ProjectGuid> | ||
<SHFBSchemaVersion>1.9.9.0</SHFBSchemaVersion> | ||
<!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual | ||
Studio adds them anyway --> | ||
<AssemblyName>Documentation</AssemblyName> | ||
<RootNamespace>Documentation</RootNamespace> | ||
<Name>Documentation</Name> | ||
<!-- SHFB properties --> | ||
<OutputPath>.\Help EN\</OutputPath> | ||
<HtmlHelpName>Documentation</HtmlHelpName> | ||
<FrameworkVersion>.NET Framework 3.5</FrameworkVersion> | ||
<HelpFileFormat>HtmlHelp1, Website</HelpFileFormat> | ||
<ProjectSummary>OpenCV wrapper for .NET Framework</ProjectSummary> | ||
<HelpTitle>OpenCvSharp Class Library</HelpTitle> | ||
<Language>en-US</Language> | ||
<DocumentationSources> | ||
<DocumentationSource sourceFile="..\src\OpenCvSharp.Blob\bin\Release\OpenCvSharp.Blob.dll" /> | ||
<DocumentationSource sourceFile="..\src\OpenCvSharp.Blob\bin\Release\OpenCvSharp.Blob.XML" /> | ||
<DocumentationSource sourceFile="..\src\OpenCvSharp.CPlusPlus\bin\Release\OpenCvSharp.CPlusPlus.dll" /> | ||
<DocumentationSource sourceFile="..\src\OpenCvSharp.CPlusPlus\bin\Release\OpenCvSharp.CPlusPlus.xml" /> | ||
<DocumentationSource sourceFile="..\src\OpenCvSharp\bin\Release\OpenCvSharp.dll" /> | ||
<DocumentationSource sourceFile="..\src\OpenCvSharp.Extensions\bin\Release\OpenCvSharp.Extensions.dll" /> | ||
<DocumentationSource sourceFile="..\src\OpenCvSharp.Extensions\bin\Release\OpenCvSharp.Extensions.xml" /> | ||
<DocumentationSource sourceFile="..\src\OpenCvSharp.MachineLearning\bin\Release\OpenCvSharp.MachineLearning.dll" /> | ||
<DocumentationSource sourceFile="..\src\OpenCvSharp.MachineLearning\bin\Release\OpenCvSharp.MachineLearning.xml" /> | ||
<DocumentationSource sourceFile="..\src\OpenCvSharp.UserInterface\bin\Release\OpenCvSharp.UserInterface.dll" /> | ||
<DocumentationSource sourceFile="..\src\OpenCvSharp.UserInterface\bin\Release\OpenCvSharp.UserInterface.xml" /> | ||
<DocumentationSource sourceFile="..\src\OpenCvSharp\bin\Release\OpenCvSharp.XML" /></DocumentationSources> | ||
<BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity> | ||
<IndentHtml>True</IndentHtml> | ||
<KeepLogFile>True</KeepLogFile> | ||
<DisableCodeBlockComponent>False</DisableCodeBlockComponent> | ||
<CppCommentsFixup>True</CppCommentsFixup> | ||
<CleanIntermediates>True</CleanIntermediates> | ||
<MaximumGroupParts>2</MaximumGroupParts> | ||
<NamespaceGrouping>False</NamespaceGrouping> | ||
<SyntaxFilters>Standard</SyntaxFilters> | ||
<SdkLinkTarget>Blank</SdkLinkTarget> | ||
<RootNamespaceContainer>False</RootNamespaceContainer> | ||
<PresentationStyle>VS2010</PresentationStyle> | ||
<Preliminary>False</Preliminary> | ||
<NamingMethod>Guid</NamingMethod> | ||
<ContentPlacement>AboveNamespaces</ContentPlacement> | ||
</PropertyGroup> | ||
<!-- There are no properties for these two groups but they need to appear in | ||
order for Visual Studio to perform the build. --> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
</PropertyGroup> | ||
<!-- 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,62 @@ | ||
<?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>{69e191e1-d2ff-4983-be76-e92456997fa6}</ProjectGuid> | ||
<SHFBSchemaVersion>1.9.9.0</SHFBSchemaVersion> | ||
<!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual | ||
Studio adds them anyway --> | ||
<AssemblyName>Documentation</AssemblyName> | ||
<RootNamespace>Documentation</RootNamespace> | ||
<Name>Documentation</Name> | ||
<!-- SHFB properties --> | ||
<OutputPath>.\Help JP\</OutputPath> | ||
<HtmlHelpName>Documentation</HtmlHelpName> | ||
<FrameworkVersion>.NET Framework 3.5</FrameworkVersion> | ||
<HelpFileFormat>HtmlHelp1, Website</HelpFileFormat> | ||
<ProjectSummary>OpenCV wrapper for .NET Framework</ProjectSummary> | ||
<HelpTitle>OpenCvSharp Class Library</HelpTitle> | ||
<Language>ja-JP</Language> | ||
<DocumentationSources> | ||
<DocumentationSource sourceFile="..\src\OpenCvSharp.Blob\bin\Release JP\OpenCvSharp.Blob.dll" /> | ||
<DocumentationSource sourceFile="..\src\OpenCvSharp.Blob\bin\Release JP\OpenCvSharp.Blob.xml" /> | ||
<DocumentationSource sourceFile="..\src\OpenCvSharp.CPlusPlus\bin\Release JP\OpenCvSharp.CPlusPlus.dll" /> | ||
<DocumentationSource sourceFile="..\src\OpenCvSharp.CPlusPlus\bin\Release JP\OpenCvSharp.CPlusPlus.xml" /> | ||
<DocumentationSource sourceFile="..\src\OpenCvSharp\bin\Release JP\OpenCvSharp.dll" /> | ||
<DocumentationSource sourceFile="..\src\OpenCvSharp.Extensions\bin\Release\OpenCvSharp.Extensions.dll" /> | ||
<DocumentationSource sourceFile="..\src\OpenCvSharp.Extensions\bin\Release\OpenCvSharp.Extensions.xml" /> | ||
<DocumentationSource sourceFile="..\src\OpenCvSharp.MachineLearning\bin\Release JP\OpenCvSharp.MachineLearning.dll" /> | ||
<DocumentationSource sourceFile="..\src\OpenCvSharp.MachineLearning\bin\Release JP\OpenCvSharp.MachineLearning.xml" /> | ||
<DocumentationSource sourceFile="..\src\OpenCvSharp.UserInterface\bin\Release JP\OpenCvSharp.UserInterface.dll" /> | ||
<DocumentationSource sourceFile="..\src\OpenCvSharp.UserInterface\bin\Release JP\OpenCvSharp.UserInterface.xml" /> | ||
<DocumentationSource sourceFile="..\src\OpenCvSharp\bin\Release JP\OpenCvSharp.xml" /></DocumentationSources> | ||
<BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity> | ||
<IndentHtml>True</IndentHtml> | ||
<KeepLogFile>True</KeepLogFile> | ||
<DisableCodeBlockComponent>False</DisableCodeBlockComponent> | ||
<CppCommentsFixup>True</CppCommentsFixup> | ||
<CleanIntermediates>True</CleanIntermediates> | ||
<MaximumGroupParts>2</MaximumGroupParts> | ||
<NamespaceGrouping>False</NamespaceGrouping> | ||
<SyntaxFilters>C#, Managed C++</SyntaxFilters> | ||
<SdkLinkTarget>Blank</SdkLinkTarget> | ||
<RootNamespaceContainer>False</RootNamespaceContainer> | ||
<PresentationStyle>VS2010</PresentationStyle> | ||
<Preliminary>False</Preliminary> | ||
<NamingMethod>Guid</NamingMethod> | ||
<ContentPlacement>BelowNamespaces</ContentPlacement> | ||
</PropertyGroup> | ||
<!-- There are no properties for these two groups but they need to appear in | ||
order for Visual Studio to perform the build. --> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
</PropertyGroup> | ||
<!-- Import the SHFB build targets --> | ||
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" /> | ||
</Project> |
Oops, something went wrong.