OfficalDemo.csproj 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{55B40B00-B58B-4F06-AF85-7B8D847B4B6F}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Demo</RootNamespace>
  11. <AssemblyName>Demo</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <PropertyGroup>
  33. <DllExportIdent>4112C732-D231-482C-B88E-B357DF675CF8</DllExportIdent>
  34. <DllExportMetaLibName>DllExport.dll</DllExportMetaLibName>
  35. <DllExportNamespace>System.Runtime.InteropServices</DllExportNamespace>
  36. <DllExportDDNSCecil>true</DllExportDDNSCecil>
  37. <DllExportSkipOnAnyCpu>false</DllExportSkipOnAnyCpu>
  38. <DllExportPlatform>Auto</DllExportPlatform>
  39. <DllExportOrdinalsBase>1</DllExportOrdinalsBase>
  40. <DllExportGenExpLib>false</DllExportGenExpLib>
  41. <DllExportOurILAsm>false</DllExportOurILAsm>
  42. <DllExportLeaveIntermediateFiles>false</DllExportLeaveIntermediateFiles>
  43. <DllExportTimeout>30000</DllExportTimeout>
  44. <DllExportPeCheck>2</DllExportPeCheck>
  45. </PropertyGroup>
  46. <ItemGroup>
  47. <Reference Include="DllExport, PublicKeyToken=8337224c9ad9e356">
  48. <HintPath>$(SolutionDir)packages\DllExport.1.6.2\gcache\metalib\$(DllExportNamespace)\$(DllExportMetaLibName)</HintPath>
  49. <Private>False</Private>
  50. <SpecificVersion>False</SpecificVersion>
  51. </Reference>
  52. <Reference Include="System" />
  53. <Reference Include="System.Core" />
  54. <Reference Include="System.Drawing" />
  55. <Reference Include="System.Windows.Forms" />
  56. <Reference Include="System.Xml.Linq" />
  57. <Reference Include="System.Data.DataSetExtensions" />
  58. <Reference Include="Microsoft.CSharp" />
  59. <Reference Include="System.Data" />
  60. <Reference Include="System.Net.Http" />
  61. <Reference Include="System.Xml" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Compile Include="Demo.cs" />
  65. <Compile Include="Forms\frmGoToLine.cs">
  66. <SubType>Form</SubType>
  67. </Compile>
  68. <Compile Include="Forms\frmGoToLine.designer.cs">
  69. <DependentUpon>frmGoToLine.cs</DependentUpon>
  70. </Compile>
  71. <Compile Include="NppPluginNETBase.cs" />
  72. <Compile Include="NppPluginNETHelper.cs" />
  73. <Compile Include="Properties\AssemblyInfo.cs" />
  74. <Compile Include="Properties\Resources.Designer.cs">
  75. <AutoGen>True</AutoGen>
  76. <DesignTime>True</DesignTime>
  77. <DependentUpon>Resources.resx</DependentUpon>
  78. </Compile>
  79. <Compile Include="UnmanagedExports.cs" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <EmbeddedResource Include="Forms\frmGoToLine.resx">
  83. <DependentUpon>frmGoToLine.cs</DependentUpon>
  84. </EmbeddedResource>
  85. <EmbeddedResource Include="Properties\Resources.resx">
  86. <Generator>ResXFileCodeGenerator</Generator>
  87. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  88. <SubType>Designer</SubType>
  89. </EmbeddedResource>
  90. </ItemGroup>
  91. <ItemGroup>
  92. <Content Include="Properties\star.png" />
  93. <Content Include="Properties\star_bmp.bmp" />
  94. </ItemGroup>
  95. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  96. <ImportGroup Label=".NET DllExport">
  97. <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" />
  98. </ImportGroup>
  99. <Target Name="DllExportRestorePkg" BeforeTargets="PrepareForBuild">
  100. <Error Condition="!Exists('$(SolutionDir)DllExport.bat')" Text="DllExport.bat is not found. Path: '$(SolutionDir)' - https://github.com/3F/DllExport" />
  101. <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)" />
  102. </Target>
  103. <Target Name="DllExportRPkgDynamicImport" BeforeTargets="PostBuildEvent" DependsOnTargets="GetFrameworkPaths" Condition="'$(DllExportModImported)' != 'true' And '$(DllExportRPkgDyn)' != 'false'">
  104. <MSBuild BuildInParallel="true" UseResultsCache="true" Projects="$(MSBuildProjectFullPath)" Properties="DllExportRPkgDyn=true" Targets="Build" />
  105. </Target>
  106. </Project>