mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-14 05:06:36 +08:00
79 lines
3.8 KiB
XML
79 lines
3.8 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>{8faf2142-c26e-4d13-9701-f86f6e6d0443}</ProjectGuid>
|
|
<SHFBSchemaVersion>1.9.3.0</SHFBSchemaVersion>
|
|
<!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual
|
|
Studio adds them anyway -->
|
|
<AssemblyName>zxing.doc</AssemblyName>
|
|
<RootNamespace>zxing.doc</RootNamespace>
|
|
<Name>zxing.doc</Name>
|
|
<!-- SHFB properties -->
|
|
<OutputPath>..\..\..\Build\Release\Documentation\net4.0\</OutputPath>
|
|
<HtmlHelpName>zxing.net</HtmlHelpName>
|
|
<Language>en-US</Language>
|
|
<DocumentationSources>
|
|
<DocumentationSource sourceFile="..\zxing.csproj" xmlns="" />
|
|
<DocumentationSource sourceFile="..\zxing.presentation.csproj" xmlns="" />
|
|
</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</VisibleItems>
|
|
<BuildAssemblerVerbosity>AllMessages</BuildAssemblerVerbosity>
|
|
<HelpFileFormat>HtmlHelp1</HelpFileFormat>
|
|
<IndentHtml>False</IndentHtml>
|
|
<FrameworkVersion>.NET 4.0.30319</FrameworkVersion>
|
|
<KeepLogFile>False</KeepLogFile>
|
|
<DisableCodeBlockComponent>False</DisableCodeBlockComponent>
|
|
<CppCommentsFixup>False</CppCommentsFixup>
|
|
<CleanIntermediates>True</CleanIntermediates>
|
|
</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.0\</OutputPath>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\lib\zxing.csproj">
|
|
<Name>zxing</Name>
|
|
<Project>{6431cf13-7a7b-4602-b96a-47cda6f0b008}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\lib\zxing.presentation.csproj">
|
|
<Name>zxing.presentation</Name>
|
|
<Project>{ea513204-63f3-4c50-992d-08ff430b6f70}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<!-- Import the SHFB build targets -->
|
|
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
|
|
</Project> |