1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{61839E29-4F66-4523-878E-A3BE7CF04E34}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>HelloNppPlugin</RootNamespace>
- <AssemblyName>HelloNppPlugin</AssemblyName>
- <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <PropertyGroup>
- <DllExportIdent>842B266F-4FBF-40D0-8B1A-D8AA83357DE2</DllExportIdent>
- <DllExportMetaLibName>DllExport.dll</DllExportMetaLibName>
- <DllExportNamespace>System.Runtime.InteropServices</DllExportNamespace>
- <DllExportDDNSCecil>true</DllExportDDNSCecil>
- <DllExportSkipOnAnyCpu>false</DllExportSkipOnAnyCpu>
- <DllExportPlatform>Auto</DllExportPlatform>
- <DllExportOrdinalsBase>1</DllExportOrdinalsBase>
- <DllExportGenExpLib>false</DllExportGenExpLib>
- <DllExportOurILAsm>false</DllExportOurILAsm>
- <DllExportLeaveIntermediateFiles>false</DllExportLeaveIntermediateFiles>
- <DllExportTimeout>30000</DllExportTimeout>
- <DllExportPeCheck>2</DllExportPeCheck>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="DllExport, PublicKeyToken=8337224c9ad9e356">
- <HintPath>$(SolutionDir)packages\DllExport.1.6.2\gcache\metalib\$(DllExportNamespace)\$(DllExportMetaLibName)</HintPath>
- <Private>False</Private>
- <SpecificVersion>False</SpecificVersion>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Main.cs" />
- <Compile Include="PluginInfrastructure\ClikeStringArray.cs" />
- <Compile Include="PluginInfrastructure\Docking_h.cs" />
- <Compile Include="PluginInfrastructure\GatewayDomain.cs" />
- <Compile Include="PluginInfrastructure\IScintillaGateway.cs" />
- <Compile Include="PluginInfrastructure\MenuCmdID_h.cs" />
- <Compile Include="PluginInfrastructure\Msgs_h.cs" />
- <Compile Include="PluginInfrastructure\NotepadPPGateway.cs" />
- <Compile Include="PluginInfrastructure\NppPluginNETBase.cs" />
- <Compile Include="PluginInfrastructure\NppPluginNETHelper.cs" />
- <Compile Include="PluginInfrastructure\Preference_h.cs" />
- <Compile Include="PluginInfrastructure\Resource_h.cs" />
- <Compile Include="PluginInfrastructure\ScintillaGateway.cs" />
- <Compile Include="PluginInfrastructure\Scintilla_iface.cs" />
- <Compile Include="PluginInfrastructure\UnmanagedExports.cs" />
- <Compile Include="PluginInfrastructure\Win32.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <ImportGroup Label=".NET DllExport">
- <Import Project="$(SolutionDir)packages\DllExport.1.6.2\tools\net.r_eg.DllExport.targets" Condition="Exists($([MSBuild]::Escape('$(SolutionDir)packages\DllExport.1.6.2\tools\net.r_eg.DllExport.targets')))" Label="8337224c9ad9e356" />
- </ImportGroup>
- <Target Name="DllExportRestorePkg" BeforeTargets="PrepareForBuild">
- <Error Condition="!Exists('$(SolutionDir)DllExport.bat')" Text="DllExport.bat is not found. Path: '$(SolutionDir)' - https://github.com/3F/DllExport" />
- <Exec Condition="('$(DllExportModImported)' != 'true' Or !Exists('$(SolutionDir)packages\DllExport.1.6.2\tools\net.r_eg.DllExport.targets')) And Exists('$(SolutionDir)DllExport.bat')" Command="DllExport.bat -action Restore" WorkingDirectory="$(SolutionDir)" />
- </Target>
- <Target Name="DllExportRPkgDynamicImport" BeforeTargets="PostBuildEvent" DependsOnTargets="GetFrameworkPaths" Condition="'$(DllExportModImported)' != 'true' And '$(DllExportRPkgDyn)' != 'false'">
- <MSBuild BuildInParallel="true" UseResultsCache="true" Projects="$(MSBuildProjectFullPath)" Properties="DllExportRPkgDyn=true" Targets="Build" />
- </Target>
- </Project>
|