mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-04 16:16:34 +08:00
70 lines
3.4 KiB
XML
70 lines
3.4 KiB
XML
<?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>{9ab81466-791f-46b2-ae88-55d4759de821}</ProjectGuid>
|
|
<SHFBSchemaVersion>1.9.3.0</SHFBSchemaVersion>
|
|
<!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual
|
|
Studio adds them anyway -->
|
|
<AssemblyName>zxing.unity.doc</AssemblyName>
|
|
<RootNamespace>zxing.unity.doc</RootNamespace>
|
|
<Name>zxing.unity.doc</Name>
|
|
<!-- SHFB properties -->
|
|
<OutputPath>..\..\..\Build\Release\Documentation\unity\</OutputPath>
|
|
<HtmlHelpName>zxing.unity</HtmlHelpName>
|
|
<Language>en-US</Language>
|
|
<DocumentationSources>
|
|
<DocumentationSource sourceFile="..\zxing.unity.csproj" xmlns="" />
|
|
</DocumentationSources>
|
|
<BuildAssemblerVerbosity>AllMessages</BuildAssemblerVerbosity>
|
|
<HelpFileFormat>HtmlHelp1</HelpFileFormat>
|
|
<IndentHtml>False</IndentHtml>
|
|
<FrameworkVersion>.NET 3.5</FrameworkVersion>
|
|
<KeepLogFile>False</KeepLogFile>
|
|
<DisableCodeBlockComponent>False</DisableCodeBlockComponent>
|
|
<CppCommentsFixup>False</CppCommentsFixup>
|
|
<CleanIntermediates>True</CleanIntermediates>
|
|
<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</VisibleItems>
|
|
</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>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\lib\zxing.unity.csproj">
|
|
<Name>zxing.unity</Name>
|
|
<Project>{fd386cf5-e9cd-442c-a44c-b7d996e68ccc}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<!-- Import the SHFB build targets -->
|
|
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
|
|
</Project> |