pascalabcnet/VisualPlugins/HelpBuilder/HelpBuilder.csproj
Mikhalkovich Stanislav c87fe31ff4 Версия 3.7
Интегрирован NUnit
2020-08-26 08:53:11 +03:00

196 lines
9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<ProjectGuid>{FFF73A7C-22E5-4BB6-B7AA-6A0DC970DFDF}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<OutputType>Library</OutputType>
<RootNamespace>HelpBuilder</RootNamespace>
<AssemblyName>HelpBuilder</AssemblyName>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<NoStdLib>False</NoStdLib>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>4.0</OldToolsVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>..\..\bin\</OutputPath>
<DebugSymbols>true</DebugSymbols>
<DebugType>Full</DebugType>
<Optimize>False</Optimize>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<DefineConstants>DEBUG;TRACE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>..\..\bin\</OutputPath>
<DebugSymbols>false</DebugSymbols>
<DebugType>None</DebugType>
<Optimize>True</Optimize>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<DefineConstants>TRACE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
<RegisterForComInterop>False</RegisterForComInterop>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
<BaseAddress>4194304</BaseAddress>
<PlatformTarget>AnyCPU</PlatformTarget>
<FileAlignment>4096</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<UseVSHostingProcess>true</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyHelpBuilder.cs" />
<Compile Include="AssemblyInfo.cs" />
<Compile Include="FileParser.cs" />
<Compile Include="HelpBuilder.cs" />
<Compile Include="HelpBuilderForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="HelpBuilderForm.Designer.cs">
<DependentUpon>HelpBuilderForm.cs</DependentUpon>
</Compile>
<Compile Include="HelpBuilderPlugin.cs" />
<Compile Include="HtmlUtils.cs" />
<Compile Include="Project.cs" />
<EmbeddedResource Include="HelpBuilderForm.resx">
<DependentUpon>HelpBuilderForm.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Resources\intevent.gif" />
<EmbeddedResource Include="Resources\intfield.gif" />
<EmbeddedResource Include="Resources\intmethod.gif" />
<EmbeddedResource Include="Resources\intoperator.gif" />
<EmbeddedResource Include="Resources\intproperty.gif" />
<EmbeddedResource Include="Resources\MSDN.css" />
<EmbeddedResource Include="Resources\privclass.gif" />
<EmbeddedResource Include="Resources\privdelegate.gif" />
<EmbeddedResource Include="Resources\privenum.gif" />
<EmbeddedResource Include="Resources\privevent.gif" />
<EmbeddedResource Include="Resources\privfield.gif" />
<EmbeddedResource Include="Resources\privinterface.gif" />
<EmbeddedResource Include="Resources\privmethod.gif" />
<EmbeddedResource Include="Resources\privoperator.gif" />
<EmbeddedResource Include="Resources\privproperty.gif" />
<EmbeddedResource Include="Resources\privstructure.gif" />
<EmbeddedResource Include="Resources\protclass.gif" />
<EmbeddedResource Include="Resources\protdelegate.gif" />
<EmbeddedResource Include="Resources\protenum.gif" />
<EmbeddedResource Include="Resources\protevent.gif" />
<EmbeddedResource Include="Resources\protfield.gif" />
<EmbeddedResource Include="Resources\protinterface.gif" />
<EmbeddedResource Include="Resources\protmethod.gif" />
<EmbeddedResource Include="Resources\protoperator.gif" />
<EmbeddedResource Include="Resources\protproperty.gif" />
<EmbeddedResource Include="Resources\protstructure.gif" />
<EmbeddedResource Include="Resources\pubclass.gif" />
<EmbeddedResource Include="Resources\pubdelegate.gif" />
<EmbeddedResource Include="Resources\pubenum.gif" />
<EmbeddedResource Include="Resources\pubevent.gif" />
<EmbeddedResource Include="Resources\pubfield.gif" />
<EmbeddedResource Include="Resources\pubinterface.gif" />
<EmbeddedResource Include="Resources\pubmethod.gif" />
<EmbeddedResource Include="Resources\puboperator.gif" />
<EmbeddedResource Include="Resources\pubproperty.gif" />
<EmbeddedResource Include="Resources\pubstructure.gif" />
<EmbeddedResource Include="Resources\static.gif" />
<EmbeddedResource Include="Resources\treenodedot.gif" />
<EmbeddedResource Include="Resources\treenodeminus.gif" />
<EmbeddedResource Include="Resources\treenodeplus.gif" />
<EmbeddedResource Include="Resources\Constant.gif" />
<EmbeddedResource Include="Resources\Variable.gif" />
<EmbeddedResource Include="Resources\protconstant.gif" />
<EmbeddedResource Include="Resources\intconstant.gif" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\CodeCompletion\CodeCompletion.csproj">
<Project>{1AB15F6E-C22E-499A-A7ED-54BA7DE5CFA6}</Project>
<Name>CodeCompletion</Name>
</ProjectReference>
<ProjectReference Include="..\..\CompilerTools\CompilerTools.csproj">
<Project>{A25D26FB-3043-4BCF-833E-E3F4C3BE795E}</Project>
<Name>CompilerTools</Name>
</ProjectReference>
<ProjectReference Include="..\..\Compiler\Compiler.csproj">
<Project>{1E42361A-EDA3-4872-88AF-A3AAF600D36D}</Project>
<Name>Compiler</Name>
</ProjectReference>
<ProjectReference Include="..\..\Errors\Errors.csproj">
<Project>{44A01F9E-DCE7-470C-AAE5-C3DE0CCBEE3B}</Project>
<Name>Errors</Name>
</ProjectReference>
<ProjectReference Include="..\..\Localization\Localization.csproj">
<Project>{2DE2842F-0912-4251-BC0F-480854C44A13}</Project>
<Name>Localization</Name>
</ProjectReference>
<ProjectReference Include="..\..\ParserTools\ParserTools.csproj">
<Project>{AF2EFD7B-69DD-4B43-AF65-B59B29349C23}</Project>
<Name>ParserTools</Name>
</ProjectReference>
<ProjectReference Include="..\..\PluginsSupport\PluginsSupport.csproj">
<Project>{CFC683F8-0165-4A9F-9C3F-BB8C5BAB507F}</Project>
<Name>PluginsSupport</Name>
</ProjectReference>
<ProjectReference Include="..\..\SemanticTree\SemanticTree.csproj">
<Project>{613E0DDA-AA8A-437C-AC45-507B47429FF9}</Project>
<Name>SemanticTree</Name>
</ProjectReference>
<ProjectReference Include="..\..\SyntaxTree\SyntaxTree.csproj">
<Project>{C2CAC65A-B2AE-4CCC-B067-E6B8E75DF73A}</Project>
<Name>SyntaxTree</Name>
</ProjectReference>
<ProjectReference Include="..\..\TreeConverter\TreeConverter.csproj">
<Project>{1C9C945A-586D-42A2-A06B-65D84FA7FF78}</Project>
<Name>TreeConverter</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>Клиентский профиль .NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Установщик Windows 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
</Project>