MarkdownRenderer.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="C:\NuGetLocalRepo\ILRepack.2.0.16\build\ILRepack.props" Condition="Exists('C:\NuGetLocalRepo\ILRepack.2.0.16\build\ILRepack.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{E15CD9DC-66A9-44B2-BDD8-C84384BE0CAC}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <RootNamespace>MarkdownRenderer</RootNamespace>
  11. <AssemblyName>MarkdownRenderer</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <NuGetPackageImportStamp>
  15. </NuGetPackageImportStamp>
  16. <TargetFrameworkProfile />
  17. </PropertyGroup>
  18. <PropertyGroup>
  19. <StartupObject />
  20. </PropertyGroup>
  21. <PropertyGroup />
  22. <PropertyGroup>
  23. <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
  24. </PropertyGroup>
  25. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  26. <DebugSymbols>true</DebugSymbols>
  27. <OutputPath>..\WholeBin\Dbg64\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. <DebugType>full</DebugType>
  30. <PlatformTarget>x64</PlatformTarget>
  31. <ErrorReport>prompt</ErrorReport>
  32. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  35. <OutputPath>..\WholeBin\Rel64\</OutputPath>
  36. <DefineConstants>
  37. </DefineConstants>
  38. <Optimize>true</Optimize>
  39. <DebugType>none</DebugType>
  40. <PlatformTarget>x64</PlatformTarget>
  41. <ErrorReport>prompt</ErrorReport>
  42. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'PreRelease|x64'">
  45. <OutputPath>..\WholeBin\Pre64\</OutputPath>
  46. <DefineConstants>TRACE;PreRelease</DefineConstants>
  47. <DebugType>full</DebugType>
  48. <PlatformTarget>x64</PlatformTarget>
  49. <ErrorReport>prompt</ErrorReport>
  50. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  51. <DebugSymbols>true</DebugSymbols>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  54. <DebugSymbols>true</DebugSymbols>
  55. <OutputPath>..\WholeBin\Dbg86\</OutputPath>
  56. <DefineConstants>DEBUG;TRACE</DefineConstants>
  57. <DebugType>full</DebugType>
  58. <PlatformTarget>x86</PlatformTarget>
  59. <ErrorReport>prompt</ErrorReport>
  60. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  63. <OutputPath>..\WholeBin\Rel86\</OutputPath>
  64. <DefineConstants>
  65. </DefineConstants>
  66. <Optimize>true</Optimize>
  67. <DebugType>none</DebugType>
  68. <PlatformTarget>x86</PlatformTarget>
  69. <ErrorReport>prompt</ErrorReport>
  70. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'PreRelease|x86'">
  73. <OutputPath>..\WholeBin\Pre86\</OutputPath>
  74. <DefineConstants>TRACE;PreRelease</DefineConstants>
  75. <DebugType>full</DebugType>
  76. <PlatformTarget>x86</PlatformTarget>
  77. <ErrorReport>prompt</ErrorReport>
  78. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  79. <DebugSymbols>true</DebugSymbols>
  80. </PropertyGroup>
  81. <ItemGroup>
  82. <Reference Include="AngleSharp, Version=0.11.0.0, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea, processorArchitecture=MSIL">
  83. <HintPath>C:\NuGetLocalRepo\AngleSharp.0.12.0\lib\net46\AngleSharp.dll</HintPath>
  84. </Reference>
  85. <Reference Include="AngleSharp.Css, Version=0.10.0.0, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea, processorArchitecture=MSIL">
  86. <HintPath>C:\NuGetLocalRepo\AngleSharp.Css.0.10.0\lib\net46\AngleSharp.Css.dll</HintPath>
  87. </Reference>
  88. <Reference Include="ColorCode, Version=1.0.3.0, Culture=neutral, processorArchitecture=MSIL">
  89. <HintPath>C:\NuGetLocalRepo\ColorCode.Portable.1.0.3\lib\portable45-net45+win8+wp8+wpa81\ColorCode.dll</HintPath>
  90. </Reference>
  91. <Reference Include="Markdig, Version=0.16.0.0, Culture=neutral, processorArchitecture=MSIL">
  92. <HintPath>C:\NuGetLocalRepo\Markdig.0.16.0\lib\net40\Markdig.dll</HintPath>
  93. </Reference>
  94. <Reference Include="Markdig.SyntaxHighlighting, Version=1.1.7.0, Culture=neutral, processorArchitecture=MSIL">
  95. <HintPath>C:\NuGetLocalRepo\Markdig.SyntaxHighlighting.1.1.7\lib\portable45-net45+win8+wp8+wpa81\Markdig.SyntaxHighlighting.dll</HintPath>
  96. </Reference>
  97. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  98. <HintPath>C:\NuGetLocalRepo\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  99. </Reference>
  100. <Reference Include="System" />
  101. <Reference Include="System.Core" />
  102. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  103. <HintPath>C:\NuGetLocalRepo\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  104. </Reference>
  105. <Reference Include="System.Text.Encoding.CodePages, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  106. <HintPath>C:\NuGetLocalRepo\System.Text.Encoding.CodePages.4.5.1\lib\net461\System.Text.Encoding.CodePages.dll</HintPath>
  107. </Reference>
  108. <Reference Include="System.Xml.Linq" />
  109. <Reference Include="System.Data.DataSetExtensions" />
  110. <Reference Include="Microsoft.CSharp" />
  111. <Reference Include="System.Data" />
  112. <Reference Include="System.Deployment" />
  113. <Reference Include="System.Drawing" />
  114. <Reference Include="System.Net.Http" />
  115. <Reference Include="System.Windows.Forms" />
  116. <Reference Include="System.Xml" />
  117. </ItemGroup>
  118. <ItemGroup>
  119. <Compile Include="AboutForm.cs">
  120. <SubType>Form</SubType>
  121. </Compile>
  122. <Compile Include="AboutForm.Designer.cs">
  123. <DependentUpon>AboutForm.cs</DependentUpon>
  124. </Compile>
  125. <Compile Include="ConfigStoreProvider.cs" />
  126. <Compile Include="MarkdownRendererDebugSupport.cs" />
  127. <Compile Include="MarkdownRendererMain.cs" />
  128. <Compile Include="MarkdownHtmlConverter.cs" />
  129. <Compile Include="MarkdownRendererConsts.cs" />
  130. <Compile Include="MarkdownRendererResources.cs" />
  131. <Compile Include="PrintToPdfForm.cs">
  132. <SubType>Form</SubType>
  133. </Compile>
  134. <Compile Include="PrintToPdfForm.Designer.cs">
  135. <DependentUpon>PrintToPdfForm.cs</DependentUpon>
  136. </Compile>
  137. <Compile Include="MarkdownRendererForm.cs">
  138. <SubType>Form</SubType>
  139. </Compile>
  140. <Compile Include="MarkdownRendererForm.designer.cs">
  141. <DependentUpon>MarkdownRendererForm.cs</DependentUpon>
  142. </Compile>
  143. <Compile Include="Properties\AssemblyInfo.cs" />
  144. <Compile Include="Properties\Resources.Designer.cs">
  145. <AutoGen>True</AutoGen>
  146. <DesignTime>True</DesignTime>
  147. <DependentUpon>Resources.resx</DependentUpon>
  148. </Compile>
  149. <Compile Include="StyleSheetForm.cs">
  150. <SubType>Form</SubType>
  151. </Compile>
  152. <Compile Include="StyleSheetForm.Designer.cs">
  153. <DependentUpon>StyleSheetForm.cs</DependentUpon>
  154. </Compile>
  155. <Compile Include="StyleSheetStore.cs" />
  156. </ItemGroup>
  157. <ItemGroup>
  158. <None Include="Designs\Icon.psd" />
  159. <None Include="Designs\Logo.psd" />
  160. <None Include="packages.config" />
  161. </ItemGroup>
  162. <ItemGroup>
  163. <EmbeddedResource Include="AboutForm.resx">
  164. <DependentUpon>AboutForm.cs</DependentUpon>
  165. </EmbeddedResource>
  166. <EmbeddedResource Include="PrintToPdfForm.resx">
  167. <DependentUpon>PrintToPdfForm.cs</DependentUpon>
  168. </EmbeddedResource>
  169. <EmbeddedResource Include="Properties\Resources.resx">
  170. <Generator>ResXFileCodeGenerator</Generator>
  171. <SubType>Designer</SubType>
  172. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  173. </EmbeddedResource>
  174. <EmbeddedResource Include="MarkdownRendererForm.resx">
  175. <DependentUpon>MarkdownRendererForm.cs</DependentUpon>
  176. </EmbeddedResource>
  177. <EmbeddedResource Include="StyleSheetForm.resx">
  178. <DependentUpon>StyleSheetForm.cs</DependentUpon>
  179. </EmbeddedResource>
  180. </ItemGroup>
  181. <ItemGroup>
  182. <None Include="Resources\Main.ico" />
  183. <None Include="Resources\MainIconBm16.png" />
  184. <None Include="Resources\SmarkLightweightStyleSheet.css" />
  185. <None Include="Resources\SmarkStyleSheet.css" />
  186. <None Include="Resources\TemplatePageForExport.html" />
  187. <None Include="Resources\TemplatePage.html" />
  188. <None Include="Resources\GitHubStyleSheet.css" />
  189. </ItemGroup>
  190. <ItemGroup>
  191. <ProjectReference Include="..\CefSharpWrap.AceEditorWrap\CefSharpWrap.AceEditorWrap.csproj">
  192. <Project>{18db508d-202f-401c-82d0-e322418a6276}</Project>
  193. <Name>CefSharpWrap.AceEditorWrap</Name>
  194. <Private>False</Private>
  195. </ProjectReference>
  196. <ProjectReference Include="..\CefSharpWrap\CefSharpWrap.csproj">
  197. <Project>{b1c071be-21e2-45ef-b2c7-e7f662895c04}</Project>
  198. <Name>CefSharpWrap</Name>
  199. <Private>False</Private>
  200. </ProjectReference>
  201. </ItemGroup>
  202. <ItemGroup>
  203. <Content Include="ReleaseNote.txt" />
  204. </ItemGroup>
  205. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  206. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  207. <PropertyGroup>
  208. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  209. </PropertyGroup>
  210. <Error Condition="!Exists('C:\NuGetLocalRepo\ILRepack.2.0.16\build\ILRepack.props')" Text="$([System.String]::Format('$(ErrorText)', 'C:\NuGetLocalRepo\ILRepack.2.0.16\build\ILRepack.props'))" />
  211. </Target>
  212. <PropertyGroup>
  213. <PostBuildEvent>
  214. </PostBuildEvent>
  215. </PropertyGroup>
  216. </Project>