|
31 | 31 | <WarningLevel>4</WarningLevel> |
32 | 32 | </PropertyGroup> |
33 | 33 | <ItemGroup> |
| 34 | + <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 35 | + <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath> |
| 36 | + </Reference> |
| 37 | + <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=8.0.0.2, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"> |
| 38 | + <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.8.0.2\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath> |
| 39 | + </Reference> |
| 40 | + <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=8.0.0.3, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"> |
| 41 | + <HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.8.0.3\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll</HintPath> |
| 42 | + </Reference> |
| 43 | + <Reference Include="OpenAI, Version=2.5.0.0, Culture=neutral, PublicKeyToken=b4187f3e65366280, processorArchitecture=MSIL"> |
| 44 | + <HintPath>..\packages\OpenAI.2.5.0\lib\netstandard2.0\OpenAI.dll</HintPath> |
| 45 | + </Reference> |
34 | 46 | <Reference Include="System" /> |
| 47 | + <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 48 | + <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath> |
| 49 | + </Reference> |
| 50 | + <Reference Include="System.ClientModel, Version=1.6.1.0, Culture=neutral, PublicKeyToken=92742159e12e44c8, processorArchitecture=MSIL"> |
| 51 | + <HintPath>..\packages\System.ClientModel.1.6.1\lib\netstandard2.0\System.ClientModel.dll</HintPath> |
| 52 | + </Reference> |
35 | 53 | <Reference Include="System.Core" /> |
| 54 | + <Reference Include="System.Diagnostics.DiagnosticSource, Version=8.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 55 | + <HintPath>..\packages\System.Diagnostics.DiagnosticSource.8.0.1\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath> |
| 56 | + </Reference> |
| 57 | + <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 58 | + <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath> |
| 59 | + </Reference> |
| 60 | + <Reference Include="System.Memory.Data, Version=8.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 61 | + <HintPath>..\packages\System.Memory.Data.8.0.1\lib\net462\System.Memory.Data.dll</HintPath> |
| 62 | + </Reference> |
| 63 | + <Reference Include="System.Numerics" /> |
| 64 | + <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 65 | + <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath> |
| 66 | + </Reference> |
| 67 | + <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 68 | + <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath> |
| 69 | + </Reference> |
| 70 | + <Reference Include="System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 71 | + <HintPath>..\packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath> |
| 72 | + </Reference> |
| 73 | + <Reference Include="System.Text.Json, Version=8.0.0.6, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 74 | + <HintPath>..\packages\System.Text.Json.8.0.6\lib\net462\System.Text.Json.dll</HintPath> |
| 75 | + </Reference> |
| 76 | + <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 77 | + <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath> |
| 78 | + </Reference> |
| 79 | + <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 80 | + <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath> |
| 81 | + </Reference> |
36 | 82 | <Reference Include="System.Xml.Linq" /> |
37 | 83 | <Reference Include="System.Data.DataSetExtensions" /> |
38 | 84 | <Reference Include="Microsoft.CSharp" /> |
|
43 | 89 | <ItemGroup> |
44 | 90 | <Compile Include="Extensions\OnixDataExtensions.cs" /> |
45 | 91 | <Compile Include="Extensions\OnixParserExtensions.cs" /> |
| 92 | + <Compile Include="Extensions\OnixRepairTextExtensions.cs" /> |
46 | 93 | <Compile Include="Extensions\OnixReplaceExtensions.cs" /> |
47 | 94 | <Compile Include="Extensions\OnixXmlExtensions.cs" /> |
48 | 95 | <Compile Include="Legacy\OnixLegacyAudience.cs" /> |
|
80 | 127 | <Compile Include="OnixPlusParser.cs" /> |
81 | 128 | <Compile Include="OnixXmlTextReader.cs" /> |
82 | 129 | <Compile Include="Properties\AssemblyInfo.cs" /> |
| 130 | + <Compile Include="Services\OnixChatServiceSettings.cs" /> |
| 131 | + <Compile Include="Services\OnixTextRepairChatService.cs" /> |
83 | 132 | <Compile Include="Version3\Content\OnixContentItem.cs" /> |
84 | 133 | <Compile Include="Version3\Epub\OnixEpubUsageConstraint.cs" /> |
85 | 134 | <Compile Include="Version3\Epub\OnixEpubUsageLimit.cs" /> |
|
139 | 188 | <Compile Include="Version3\Title\OnixTitleDetail.cs" /> |
140 | 189 | <Compile Include="Version3\Title\OnixTitleElement.cs" /> |
141 | 190 | </ItemGroup> |
142 | | - <ItemGroup /> |
| 191 | + <ItemGroup> |
| 192 | + <None Include="app.config" /> |
| 193 | + <None Include="packages.config" /> |
| 194 | + </ItemGroup> |
143 | 195 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
144 | 196 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
145 | 197 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments