NppMarkdownRenderer.AnyCpuBridge.csproj 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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>{E3ECF0CE-615D-4076-A726-12EF5C83DF0C}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>NppMarkdownRenderer</RootNamespace>
  11. <AssemblyName>NppMarkdownRenderer.AnyCpuBridge</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  18. <DebugSymbols>true</DebugSymbols>
  19. <OutputPath>..\WholeBin\Dbg64\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  22. <DebugType>full</DebugType>
  23. <PlatformTarget>x64</PlatformTarget>
  24. <ErrorReport>prompt</ErrorReport>
  25. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  28. <OutputPath>..\WholeBin\Rel64\</OutputPath>
  29. <DefineConstants>
  30. </DefineConstants>
  31. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  32. <Optimize>true</Optimize>
  33. <DebugType>none</DebugType>
  34. <PlatformTarget>x64</PlatformTarget>
  35. <ErrorReport>prompt</ErrorReport>
  36. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'PreRelease|x64'">
  39. <OutputPath>..\WholeBin\Pre64\</OutputPath>
  40. <DefineConstants>TRACE</DefineConstants>
  41. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  42. <DebugType>full</DebugType>
  43. <PlatformTarget>x64</PlatformTarget>
  44. <ErrorReport>prompt</ErrorReport>
  45. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  46. <DebugSymbols>true</DebugSymbols>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  49. <DebugSymbols>true</DebugSymbols>
  50. <OutputPath>..\WholeBin\Dbg86\</OutputPath>
  51. <DefineConstants>DEBUG;TRACE</DefineConstants>
  52. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  53. <DebugType>full</DebugType>
  54. <PlatformTarget>x86</PlatformTarget>
  55. <ErrorReport>prompt</ErrorReport>
  56. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  57. </PropertyGroup>
  58. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  59. <OutputPath>..\WholeBin\Rel86\</OutputPath>
  60. <DefineConstants>
  61. </DefineConstants>
  62. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  63. <Optimize>true</Optimize>
  64. <DebugType>none</DebugType>
  65. <PlatformTarget>x86</PlatformTarget>
  66. <ErrorReport>prompt</ErrorReport>
  67. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'PreRelease|x86'">
  70. <OutputPath>..\WholeBin\Pre86\</OutputPath>
  71. <DefineConstants>TRACE</DefineConstants>
  72. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  73. <DebugType>full</DebugType>
  74. <PlatformTarget>x86</PlatformTarget>
  75. <ErrorReport>prompt</ErrorReport>
  76. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  77. <DebugSymbols>true</DebugSymbols>
  78. </PropertyGroup>
  79. <ItemGroup>
  80. <Reference Include="System" />
  81. <Reference Include="System.Core" />
  82. <Reference Include="System.Drawing" />
  83. <Reference Include="System.Windows.Forms" />
  84. <Reference Include="System.Xml.Linq" />
  85. <Reference Include="System.Data.DataSetExtensions" />
  86. <Reference Include="Microsoft.CSharp" />
  87. <Reference Include="System.Data" />
  88. <Reference Include="System.Net.Http" />
  89. <Reference Include="System.Xml" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <Compile Include="NppPluginInfrastructure\ClikeStringArray.cs" />
  93. <Compile Include="NppPluginInfrastructure\Docking_h.cs" />
  94. <Compile Include="NppPluginInfrastructure\GatewayDomain.cs" />
  95. <Compile Include="NppPluginInfrastructure\IScintillaGateway.cs" />
  96. <Compile Include="AnyCpuBridgeMain.cs" />
  97. <Compile Include="NppPluginInfrastructure\MenuCmdID_h.cs" />
  98. <Compile Include="NppPluginInfrastructure\Msgs_h.cs" />
  99. <Compile Include="NppPluginInfrastructure\NotepadPPGateway.cs" />
  100. <Compile Include="NppPluginInfrastructure\NppPluginNETBase.cs" />
  101. <Compile Include="NppPluginInfrastructure\NppPluginNETHelper.cs" />
  102. <Compile Include="PluginBridge.cs" />
  103. <Compile Include="NppPluginInfrastructure\Preference_h.cs" />
  104. <Compile Include="Properties\AssemblyInfo.cs" />
  105. <Compile Include="ManagedExportsBridge.cs" />
  106. <Compile Include="NppPluginInfrastructure\Resource_h.cs" />
  107. <Compile Include="NppPluginInfrastructure\ScintillaGateway.cs" />
  108. <Compile Include="NppPluginInfrastructure\Scintilla_iface.cs" />
  109. <Compile Include="NppPluginInfrastructure\Win32.cs" />
  110. </ItemGroup>
  111. <ItemGroup>
  112. <ProjectReference Include="..\MarkdownRenderer\MarkdownRenderer.csproj">
  113. <Project>{e15cd9dc-66a9-44b2-bdd8-c84384be0cac}</Project>
  114. <Name>MarkdownRenderer</Name>
  115. <Private>False</Private>
  116. <EmbedInteropTypes>False</EmbedInteropTypes>
  117. </ProjectReference>
  118. </ItemGroup>
  119. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  120. </Project>