|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
2 | | - <PropertyGroup> |
3 | | - <!-- TODO: Enable package validation after v2.78.0 packages are published --> |
4 | | - <EnablePackageValidation>false</EnablePackageValidation> |
5 | | - <PackageValidationBaselineVersion>2.78.0</PackageValidationBaselineVersion> |
6 | | - <Description>Docfx published as a library for extensibility and advanced customization</Description> |
7 | | - </PropertyGroup> |
8 | | - |
9 | | - <ItemGroup> |
10 | | - <Content Include="templates/**" CopyToOutputDirectory="PreserveNewest" PackageCopyToOutput="true" PackagePath="contentFiles/any/any/templates" /> |
11 | | - <None Include="Build\Docfx.App.props" Pack="true" PackagePath="build/" /> |
12 | | - </ItemGroup> |
13 | | - |
14 | | - <ItemGroup> |
15 | | - <InternalsVisibleTo Include="docfx" /> |
16 | | - <InternalsVisibleTo Include="docfx.Tests" /> |
17 | | - <InternalsVisibleTo Include="docfx.Snapshot.Tests" /> |
18 | | - </ItemGroup> |
19 | | - |
20 | | - <ItemGroup> |
21 | | - <PackageReference Include="Microsoft.Playwright" /> |
22 | | - <PackageReference Include="PdfPig" /> |
23 | | - </ItemGroup> |
24 | | - |
25 | | - <ItemGroup> |
26 | | - <FrameworkReference Include="Microsoft.AspNetCore.App" /> |
27 | | - </ItemGroup> |
28 | | - |
29 | | - <ItemGroup> |
30 | | - <ProjectReference Include="..\Docfx.Build.Common\Docfx.Build.Common.csproj" /> |
31 | | - <ProjectReference Include="..\Docfx.Build\Docfx.Build.csproj" /> |
32 | | - <ProjectReference Include="..\Docfx.Build.ManagedReference\Docfx.Build.ManagedReference.csproj" /> |
33 | | - <ProjectReference Include="..\Docfx.Build.RestApi\Docfx.Build.RestApi.csproj" /> |
34 | | - <ProjectReference Include="..\Docfx.Build.SchemaDriven\Docfx.Build.SchemaDriven.csproj" /> |
35 | | - <ProjectReference Include="..\Docfx.Build.UniversalReference\Docfx.Build.UniversalReference.csproj" /> |
36 | | - <ProjectReference Include="..\Docfx.Common\Docfx.Common.csproj" /> |
37 | | - <ProjectReference Include="..\Docfx.MarkdigEngine\Docfx.MarkdigEngine.csproj" /> |
38 | | - <ProjectReference Include="..\Docfx.Plugins\Docfx.Plugins.csproj" /> |
39 | | - <ProjectReference Include="..\Docfx.Glob\Docfx.Glob.csproj" /> |
40 | | - </ItemGroup> |
41 | | -</Project> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + <PropertyGroup> |
| 3 | + <!-- TODO: Enable package validation after v2.78.0 packages are published --> |
| 4 | + <EnablePackageValidation>false</EnablePackageValidation> |
| 5 | + <PackageValidationBaselineVersion>2.78.0</PackageValidationBaselineVersion> |
| 6 | + <Description>Docfx published as a library for extensibility and advanced customization</Description> |
| 7 | + </PropertyGroup> |
| 8 | + |
| 9 | + <ItemGroup> |
| 10 | + <Content Include="templates/**" CopyToOutputDirectory="PreserveNewest" PackageCopyToOutput="true" PackagePath="contentFiles/any/any/templates" /> |
| 11 | + <None Include="Build\Docfx.App.props" Pack="true" PackagePath="build/" /> |
| 12 | + </ItemGroup> |
| 13 | + |
| 14 | + <ItemGroup> |
| 15 | + <InternalsVisibleTo Include="docfx" /> |
| 16 | + <InternalsVisibleTo Include="docfx.Tests" /> |
| 17 | + <InternalsVisibleTo Include="docfx.Snapshot.Tests" /> |
| 18 | + </ItemGroup> |
| 19 | + |
| 20 | + <ItemGroup> |
| 21 | + <PackageReference Include="Microsoft.Playwright" /> |
| 22 | + <PackageReference Include="PdfPig" /> |
| 23 | + </ItemGroup> |
| 24 | + |
| 25 | + <ItemGroup> |
| 26 | + <FrameworkReference Include="Microsoft.AspNetCore.App" /> |
| 27 | + </ItemGroup> |
| 28 | + |
| 29 | + <ItemGroup> |
| 30 | + <PackageReference Include="Spectre.Console" VersionOverride="0.53.0" /> |
| 31 | + <ProjectReference Include="..\Docfx.Build.Common\Docfx.Build.Common.csproj" /> |
| 32 | + <ProjectReference Include="..\Docfx.Build\Docfx.Build.csproj" /> |
| 33 | + <ProjectReference Include="..\Docfx.Build.ManagedReference\Docfx.Build.ManagedReference.csproj" /> |
| 34 | + <ProjectReference Include="..\Docfx.Build.RestApi\Docfx.Build.RestApi.csproj" /> |
| 35 | + <ProjectReference Include="..\Docfx.Build.SchemaDriven\Docfx.Build.SchemaDriven.csproj" /> |
| 36 | + <ProjectReference Include="..\Docfx.Build.UniversalReference\Docfx.Build.UniversalReference.csproj" /> |
| 37 | + <ProjectReference Include="..\Docfx.Common\Docfx.Common.csproj" /> |
| 38 | + <ProjectReference Include="..\Docfx.MarkdigEngine\Docfx.MarkdigEngine.csproj" /> |
| 39 | + <ProjectReference Include="..\Docfx.Plugins\Docfx.Plugins.csproj" /> |
| 40 | + <ProjectReference Include="..\Docfx.Glob\Docfx.Glob.csproj" /> |
| 41 | + </ItemGroup> |
| 42 | +</Project> |
0 commit comments