NppMarkdownRenderer.csproj 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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>{DBE3CD82-241A-473D-9116-EDF4332E2119}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>NppMarkdownRenderer</RootNamespace>
  11. <AssemblyName>NppMarkdownRenderer</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <NuGetPackageImportStamp>
  15. </NuGetPackageImportStamp>
  16. </PropertyGroup>
  17. <PropertyGroup>
  18. <DllExportIdent>4AFB27FD-B20B-4D55-A464-BAEFD9E1D23E</DllExportIdent>
  19. <DllExportMetaLibName>DllExport.dll</DllExportMetaLibName>
  20. <DllExportNamespace>System.Runtime.InteropServices</DllExportNamespace>
  21. <DllExportDDNSCecil>true</DllExportDDNSCecil>
  22. <DllExportSkipOnAnyCpu>false</DllExportSkipOnAnyCpu>
  23. <DllExportPlatform>Auto</DllExportPlatform>
  24. <DllExportOrdinalsBase>1</DllExportOrdinalsBase>
  25. <DllExportGenExpLib>false</DllExportGenExpLib>
  26. <DllExportOurILAsm>false</DllExportOurILAsm>
  27. <DllExportLeaveIntermediateFiles>false</DllExportLeaveIntermediateFiles>
  28. <DllExportTimeout>30000</DllExportTimeout>
  29. <DllExportPeCheck>2</DllExportPeCheck>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  32. <DebugSymbols>true</DebugSymbols>
  33. <OutputPath>..\WholeBin\Dbg64\</OutputPath>
  34. <DefineConstants>DEBUG;TRACE</DefineConstants>
  35. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  36. <DebugType>full</DebugType>
  37. <PlatformTarget>x64</PlatformTarget>
  38. <ErrorReport>prompt</ErrorReport>
  39. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  42. <OutputPath>..\WholeBin\Rel64\</OutputPath>
  43. <DefineConstants>
  44. </DefineConstants>
  45. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  46. <Optimize>true</Optimize>
  47. <DebugType>none</DebugType>
  48. <PlatformTarget>x64</PlatformTarget>
  49. <ErrorReport>prompt</ErrorReport>
  50. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  51. <DebugSymbols>false</DebugSymbols>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'PreRelease|x64'">
  54. <OutputPath>..\WholeBin\Pre64\</OutputPath>
  55. <DefineConstants>TRACE;PreRelease</DefineConstants>
  56. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  57. <PlatformTarget>x64</PlatformTarget>
  58. <ErrorReport>prompt</ErrorReport>
  59. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  60. <DebugType>full</DebugType>
  61. <DebugSymbols>true</DebugSymbols>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  64. <DebugSymbols>true</DebugSymbols>
  65. <OutputPath>..\WholeBin\Dbg86\</OutputPath>
  66. <DefineConstants>DEBUG;TRACE</DefineConstants>
  67. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  68. <DebugType>full</DebugType>
  69. <PlatformTarget>x86</PlatformTarget>
  70. <ErrorReport>prompt</ErrorReport>
  71. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  72. </PropertyGroup>
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  74. <OutputPath>..\WholeBin\Rel86\</OutputPath>
  75. <DefineConstants>
  76. </DefineConstants>
  77. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  78. <Optimize>true</Optimize>
  79. <DebugType>none</DebugType>
  80. <PlatformTarget>x86</PlatformTarget>
  81. <ErrorReport>prompt</ErrorReport>
  82. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  83. <DebugSymbols>false</DebugSymbols>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'PreRelease|x86'">
  86. <OutputPath>..\WholeBin\Pre86\</OutputPath>
  87. <DefineConstants>TRACE;PreRelease</DefineConstants>
  88. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  89. <PlatformTarget>x86</PlatformTarget>
  90. <ErrorReport>prompt</ErrorReport>
  91. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  92. <DebugType>full</DebugType>
  93. <DebugSymbols>true</DebugSymbols>
  94. </PropertyGroup>
  95. <ItemGroup>
  96. <Reference Include="DllExport, PublicKeyToken=8337224c9ad9e356">
  97. <HintPath>$(SolutionDir)packages\DllExport.1.6.2\gcache\metalib\$(DllExportNamespace)\$(DllExportMetaLibName)</HintPath>
  98. <Private>False</Private>
  99. <SpecificVersion>False</SpecificVersion>
  100. </Reference>
  101. <Reference Include="System" />
  102. <Reference Include="System.Core" />
  103. <Reference Include="System.Drawing" />
  104. <Reference Include="System.Windows.Forms" />
  105. <Reference Include="System.Xml.Linq" />
  106. <Reference Include="System.Data.DataSetExtensions" />
  107. <Reference Include="Microsoft.CSharp" />
  108. <Reference Include="System.Data" />
  109. <Reference Include="System.Net.Http" />
  110. <Reference Include="System.Xml" />
  111. </ItemGroup>
  112. <ItemGroup>
  113. <Compile Include="Properties\AssemblyInfo.cs" />
  114. <Compile Include="UnmanagedExportsStubsToBridge.cs" />
  115. </ItemGroup>
  116. <ItemGroup>
  117. <ProjectReference Include="..\NppMarkdownRenderer.AnyCpuBridge\NppMarkdownRenderer.AnyCpuBridge.csproj">
  118. <Project>{E3ECF0CE-615D-4076-A726-12EF5C83DF0C}</Project>
  119. <Name>NppMarkdownRenderer.AnyCpuBridge</Name>
  120. <Private>False</Private>
  121. </ProjectReference>
  122. </ItemGroup>
  123. <Import Project="..\SharedUtility\SharedUtility.projitems" Label="Shared" />
  124. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  125. <ImportGroup Label=".NET DllExport">
  126. <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" />
  127. </ImportGroup>
  128. <Target Name="DllExportRestorePkg" BeforeTargets="PrepareForBuild">
  129. <Error Condition="!Exists('$(SolutionDir)DllExport.bat')" Text="DllExport.bat is not found. Path: '$(SolutionDir)' - https://github.com/3F/DllExport" />
  130. <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)" />
  131. </Target>
  132. <Target Name="DllExportRPkgDynamicImport" BeforeTargets="PostBuildEvent" DependsOnTargets="GetFrameworkPaths" Condition="'$(DllExportModImported)' != 'true' And '$(DllExportRPkgDyn)' != 'false'">
  133. <MSBuild BuildInParallel="true" UseResultsCache="true" Projects="$(MSBuildProjectFullPath)" Properties="DllExportRPkgDyn=true" Targets="Build" />
  134. </Target>
  135. </Project>