|
20 | 20 | <DebugSymbols>true</DebugSymbols> |
21 | 21 | <DebugType>full</DebugType> |
22 | 22 | <Optimize>false</Optimize> |
23 | | - <OutputPath>bin\Debug\</OutputPath> |
| 23 | + <OutputPath>..\..\..\..\websites\apidocs\lucenetemplate\plugins\</OutputPath> |
24 | 24 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
25 | 25 | <ErrorReport>prompt</ErrorReport> |
26 | 26 | <WarningLevel>4</WarningLevel> |
|
37 | 37 | <Reference Include="HtmlAgilityPack, Version=1.4.9.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL"> |
38 | 38 | <HintPath>..\packages\HtmlAgilityPack.1.4.9\lib\Net45\HtmlAgilityPack.dll</HintPath> |
39 | 39 | </Reference> |
40 | | - <Reference Include="Microsoft.DocAsCode.Common, Version=2.24.0.0, Culture=neutral, processorArchitecture=MSIL"> |
41 | | - <HintPath>..\packages\Microsoft.DocAsCode.Common.2.24.0\lib\net461\Microsoft.DocAsCode.Common.dll</HintPath> |
| 40 | + <Reference Include="Markdig, Version=0.15.1.0, Culture=neutral, processorArchitecture=MSIL"> |
| 41 | + <HintPath>..\packages\Markdig.0.15.1\lib\net40\Markdig.dll</HintPath> |
42 | 42 | </Reference> |
43 | | - <Reference Include="Microsoft.DocAsCode.Dfm, Version=2.24.0.0, Culture=neutral, processorArchitecture=MSIL"> |
44 | | - <HintPath>..\packages\Microsoft.DocAsCode.Dfm.2.24.0\lib\net461\Microsoft.DocAsCode.Dfm.dll</HintPath> |
| 43 | + <Reference Include="Microsoft.DocAsCode.Common, Version=2.38.1.0, Culture=neutral, processorArchitecture=MSIL"> |
| 44 | + <HintPath>..\packages\Microsoft.DocAsCode.Common.2.38.1\lib\net461\Microsoft.DocAsCode.Common.dll</HintPath> |
45 | 45 | </Reference> |
46 | | - <Reference Include="Microsoft.DocAsCode.MarkdownLite, Version=2.24.0.0, Culture=neutral, processorArchitecture=MSIL"> |
47 | | - <HintPath>..\packages\Microsoft.DocAsCode.MarkdownLite.2.24.0\lib\net461\Microsoft.DocAsCode.MarkdownLite.dll</HintPath> |
| 46 | + <Reference Include="Microsoft.DocAsCode.Dfm, Version=2.38.1.0, Culture=neutral, processorArchitecture=MSIL"> |
| 47 | + <HintPath>..\packages\Microsoft.DocAsCode.Dfm.2.38.1\lib\net461\Microsoft.DocAsCode.Dfm.dll</HintPath> |
48 | 48 | </Reference> |
49 | | - <Reference Include="Microsoft.DocAsCode.Plugins, Version=2.24.0.0, Culture=neutral, processorArchitecture=MSIL"> |
50 | | - <HintPath>..\packages\Microsoft.DocAsCode.Plugins.2.24.0\lib\net461\Microsoft.DocAsCode.Plugins.dll</HintPath> |
| 49 | + <Reference Include="Microsoft.DocAsCode.MarkdigEngine, Version=2.38.1.0, Culture=neutral, processorArchitecture=MSIL"> |
| 50 | + <HintPath>..\packages\Microsoft.DocAsCode.MarkdigEngine.2.38.1\lib\net461\Microsoft.DocAsCode.MarkdigEngine.dll</HintPath> |
51 | 51 | </Reference> |
52 | | - <Reference Include="Microsoft.DocAsCode.YamlSerialization, Version=2.24.0.0, Culture=neutral, processorArchitecture=MSIL"> |
53 | | - <HintPath>..\packages\Microsoft.DocAsCode.YamlSerialization.2.24.0\lib\net461\Microsoft.DocAsCode.YamlSerialization.dll</HintPath> |
| 52 | + <Reference Include="Microsoft.DocAsCode.MarkdigEngine.Extensions, Version=2.38.1.0, Culture=neutral, processorArchitecture=MSIL"> |
| 53 | + <HintPath>..\packages\Microsoft.DocAsCode.MarkdigEngine.Extensions.2.38.1\lib\net461\Microsoft.DocAsCode.MarkdigEngine.Extensions.dll</HintPath> |
| 54 | + </Reference> |
| 55 | + <Reference Include="Microsoft.DocAsCode.MarkdigEngine.Validators, Version=2.38.1.0, Culture=neutral, processorArchitecture=MSIL"> |
| 56 | + <HintPath>..\packages\Microsoft.DocAsCode.MarkdigEngine.Validators.2.38.1\lib\net461\Microsoft.DocAsCode.MarkdigEngine.Validators.dll</HintPath> |
| 57 | + </Reference> |
| 58 | + <Reference Include="Microsoft.DocAsCode.MarkdownLite, Version=2.38.1.0, Culture=neutral, processorArchitecture=MSIL"> |
| 59 | + <HintPath>..\packages\Microsoft.DocAsCode.MarkdownLite.2.38.1\lib\net461\Microsoft.DocAsCode.MarkdownLite.dll</HintPath> |
| 60 | + </Reference> |
| 61 | + <Reference Include="Microsoft.DocAsCode.Plugins, Version=2.38.1.0, Culture=neutral, processorArchitecture=MSIL"> |
| 62 | + <HintPath>..\packages\Microsoft.DocAsCode.Plugins.2.38.1\lib\net461\Microsoft.DocAsCode.Plugins.dll</HintPath> |
| 63 | + </Reference> |
| 64 | + <Reference Include="Microsoft.DocAsCode.YamlSerialization, Version=2.38.1.0, Culture=neutral, processorArchitecture=MSIL"> |
| 65 | + <HintPath>..\packages\Microsoft.DocAsCode.YamlSerialization.2.38.1\lib\net461\Microsoft.DocAsCode.YamlSerialization.dll</HintPath> |
54 | 66 | </Reference> |
55 | 67 | <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
56 | 68 | <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
|
76 | 88 | <HintPath>..\packages\System.Composition.TypedParts.1.0.31\lib\portable-net45+win8+wp8+wpa81\System.Composition.TypedParts.dll</HintPath> |
77 | 89 | </Reference> |
78 | 90 | <Reference Include="System.Core" /> |
| 91 | + <Reference Include="System.ValueTuple, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 92 | + <HintPath>..\packages\System.ValueTuple.4.4.0\lib\net461\System.ValueTuple.dll</HintPath> |
| 93 | + </Reference> |
| 94 | + <Reference Include="System.Web" /> |
79 | 95 | <Reference Include="System.Xml.Linq" /> |
80 | 96 | <Reference Include="System.Data.DataSetExtensions" /> |
81 | 97 | <Reference Include="Microsoft.CSharp" /> |
82 | 98 | <Reference Include="System.Data" /> |
83 | 99 | <Reference Include="System.Net.Http" /> |
84 | 100 | <Reference Include="System.Xml" /> |
85 | | - <Reference Include="YamlDotNet, Version=4.1.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e, processorArchitecture=MSIL"> |
86 | | - <HintPath>..\packages\YamlDotNet.Signed.4.1.0\lib\net35\YamlDotNet.dll</HintPath> |
| 101 | + <Reference Include="YamlDotNet, Version=4.2.2.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e, processorArchitecture=MSIL"> |
| 102 | + <HintPath>..\packages\YamlDotNet.Signed.4.2.2\lib\net35\YamlDotNet.dll</HintPath> |
87 | 103 | </Reference> |
88 | 104 | </ItemGroup> |
89 | 105 | <ItemGroup> |
90 | | - <Compile Include="LuceneDfmEngineCustomizer.cs" /> |
91 | | - <Compile Include="LuceneNoteBlockRule.cs" /> |
92 | | - <Compile Include="LuceneNoteBlockToken.cs" /> |
93 | | - <Compile Include="LuceneRendererPartProvider.cs" /> |
94 | | - <Compile Include="LuceneTokenRendererPart.cs" /> |
| 106 | + <Compile Include="LuceneExperimentalBlock.cs" /> |
| 107 | + <Compile Include="LuceneExperimentalBlockParser.cs" /> |
| 108 | + <Compile Include="LuceneExperimentalBlockRenderer.cs" /> |
| 109 | + <Compile Include="LuceneExperimentalInline.cs" /> |
| 110 | + <Compile Include="LuceneExperimentalInlineParser.cs" /> |
| 111 | + <Compile Include="LuceneExperimentalInlineRenderer.cs" /> |
| 112 | + <Compile Include="LuceneExperimentalMarkdownExtension.cs" /> |
| 113 | + <Compile Include="LuceneMarkdigExtensions.cs" /> |
| 114 | + <Compile Include="LuceneMarkdownService.cs" /> |
| 115 | + <Compile Include="LuceneMarkdigServiceProvider.cs" /> |
95 | 116 | <Compile Include="Properties\AssemblyInfo.cs" /> |
| 117 | + <Compile Include="ReflectionHelper.cs" /> |
| 118 | + <Compile Include="TagMatcher.cs" /> |
96 | 119 | </ItemGroup> |
97 | 120 | <ItemGroup> |
98 | 121 | <None Include="packages.config" /> |
|
0 commit comments