123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- <?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>{4A0D912B-8BC8-4F80-9A5C-682B4E0B9E91}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>NppChnConvPlugin</RootNamespace>
- <AssemblyName>NppChnConvPlugin</AssemblyName>
- <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- </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>
- <PlatformTarget>x64</PlatformTarget>
- </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>
- <PlatformTarget>x64</PlatformTarget>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x64\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <DebugType>full</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <LangVersion>7.3</LangVersion>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
- <OutputPath>bin\x64\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <LangVersion>7.3</LangVersion>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <PropertyGroup>
- <DllExportIdent>126A758D-E3AD-4DA4-A12D-4D34E03CC040</DllExportIdent>
- <DllExportMetaLibName>DllExport.dll</DllExportMetaLibName>
- <DllExportNamespace>NppChnConvPlugin</DllExportNamespace>
- <DllExportDDNSCecil>true</DllExportDDNSCecil>
- <DllExportSkipOnAnyCpu>false</DllExportSkipOnAnyCpu>
- <DllExportPlatform>Auto</DllExportPlatform>
- <DllExportOrdinalsBase>1</DllExportOrdinalsBase>
- <DllExportGenExpLib>false</DllExportGenExpLib>
- <DllExportOurILAsm>false</DllExportOurILAsm>
- <DllExportSysObjRebase>false</DllExportSysObjRebase>
- <DllExportLeaveIntermediateFiles>false</DllExportLeaveIntermediateFiles>
- <DllExportTimeout>30000</DllExportTimeout>
- <DllExportPeCheck>2</DllExportPeCheck>
- <DllExportPatches>0</DllExportPatches>
- <DllExportPreProcType>0</DllExportPreProcType>
- <DllExportPostProcType>0</DllExportPostProcType>
- </PropertyGroup>
- <ItemGroup>
- <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="AnyCpuBridgeMain.cs" />
- <Compile Include="AssemblyResolveInMyAround.cs" />
- <Compile Include="ManagedExportsBridge.cs" />
- <Compile Include="NppPluginInfrastructure\ClikeStringArray.cs" />
- <Compile Include="NppPluginInfrastructure\Docking_h.cs" />
- <Compile Include="NppPluginInfrastructure\GatewayDomain.cs" />
- <Compile Include="NppPluginInfrastructure\IScintillaGateway.cs" />
- <Compile Include="NppPluginInfrastructure\MenuCmdID_h.cs" />
- <Compile Include="NppPluginInfrastructure\Msgs_h.cs" />
- <Compile Include="NppPluginInfrastructure\NotepadPPGateway.cs" />
- <Compile Include="NppPluginInfrastructure\NppPluginNETBase.cs" />
- <Compile Include="NppPluginInfrastructure\NppPluginNETHelper.cs" />
- <Compile Include="NppPluginInfrastructure\Preference_h.cs" />
- <Compile Include="NppPluginInfrastructure\Resource_h.cs" />
- <Compile Include="NppPluginInfrastructure\ScintillaGateway.cs" />
- <Compile Include="NppPluginInfrastructure\Scintilla_iface.cs" />
- <Compile Include="NppPluginInfrastructure\Win32.cs" />
- <Compile Include="PluginBridge.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
- <Compile Include="UnmanagedExportsStubsToBridge.cs" />
- </ItemGroup>
- <ItemGroup>
- <PackageReference Include="CHTCHSConv">
- <Version>1.0.0</Version>
- </PackageReference>
- <PackageReference Include="DllExport">
- <Version>1.7.4</Version>
- <Visible>false</Visible>
- <Wz>1</Wz>
- </PackageReference>
- <PackageReference Include="ilmerge">
- <Version>3.0.29</Version>
- </PackageReference>
- </ItemGroup>
- <ItemGroup>
- <Content Include="Resources\Bitmap1.bmp" />
- <Content Include="Resources\Bitmap2.bmp" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup />
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <ImportGroup Label=".NET DllExport">
- <Import Project="$(SolutionDir)packages\DllExport.1.7.4\tools\net.r_eg.DllExport.targets" Condition="Exists($([MSBuild]::Escape('$(SolutionDir)packages\DllExport.1.7.4\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.7.4\tools\net.r_eg.DllExport.targets')) And Exists('$(SolutionDir)DllExport.bat')" Command=".\DllExport.bat -action Restore" WorkingDirectory="$(SolutionDir)" />
- <MSBuild Condition="'$(DllExportModImported)' != 'true'" Projects="$(SolutionDir)packages\DllExport.1.7.4\tools\net.r_eg.DllExport.targets" Targets="DllExportMetaXBaseTarget" Properties="TargetFramework=$(TargetFramework)">
- <Output TaskParameter="TargetOutputs" PropertyName="DllExportMetaXBase" />
- </MSBuild>
- <ItemGroup>
- <Reference Include="DllExport, PublicKeyToken=8337224c9ad9e356">
- <HintPath>$(SolutionDir)packages\DllExport.1.7.4\gcache\$(DllExportMetaXBase)\$(DllExportNamespace)\$(DllExportMetaLibName)</HintPath>
- <Private>False</Private>
- <SpecificVersion>False</SpecificVersion>
- </Reference>
- </ItemGroup>
- </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>
|