This is an automated email from the ASF dual-hosted git repository.
paulirwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git
The following commit(s) were added to refs/heads/master by this push:
new 26e79e078 Adds no-targets docs project (#987)
26e79e078 is described below
commit 26e79e078a64bf43a1a215144ba7d6c3a481e54e
Author: Shannon Deminick <[email protected]>
AuthorDate: Wed Oct 23 09:52:35 2024 -0600
Adds no-targets docs project (#987)
---
Lucene.Net.sln | 31 ++++++++-----------------------
global.json | 3 +++
websites/websites.msbuildproj | 11 +++++++++++
3 files changed, 22 insertions(+), 23 deletions(-)
diff --git a/Lucene.Net.sln b/Lucene.Net.sln
index 487e23f6f..23fa07d31 100644
--- a/Lucene.Net.sln
+++ b/Lucene.Net.sln
@@ -112,6 +112,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") =
"Solution Items", "Solution
CONTRIBUTING.md = CONTRIBUTING.md
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
+ global.json = global.json
LICENSE.txt = LICENSE.txt
NOTICE.txt = NOTICE.txt
NuGet.config = NuGet.config
@@ -265,31 +266,12 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") =
"tools", "tools", "{4D0ED7D9
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") =
"Lucene.Net.Tests.AllProjects",
"src\Lucene.Net.Tests.AllProjects\Lucene.Net.Tests.AllProjects.csproj",
"{9880B87D-8D14-476B-B093-9C3AA0DA8B24}"
EndProject
-Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "websites", "websites\",
"{8988CDA4-8420-4BEE-869A-66825055EED2}"
- ProjectSection(WebsiteProperties) = preProject
- TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.8"
- Debug.AspNetCompiler.VirtualPath = "/localhost_59352"
- Debug.AspNetCompiler.PhysicalPath = "websites\"
- Debug.AspNetCompiler.TargetPath =
"PrecompiledWeb\localhost_59352\"
- Debug.AspNetCompiler.Updateable = "true"
- Debug.AspNetCompiler.ForceOverwrite = "true"
- Debug.AspNetCompiler.FixedNames = "false"
- Debug.AspNetCompiler.Debug = "True"
- Release.AspNetCompiler.VirtualPath = "/localhost_59352"
- Release.AspNetCompiler.PhysicalPath = "websites\"
- Release.AspNetCompiler.TargetPath =
"PrecompiledWeb\localhost_59352\"
- Release.AspNetCompiler.Updateable = "true"
- Release.AspNetCompiler.ForceOverwrite = "true"
- Release.AspNetCompiler.FixedNames = "false"
- Release.AspNetCompiler.Debug = "False"
- VWDPort = "59352"
- SlnRelativePath = "websites\"
- EndProjectSection
-EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs",
"{42599646-275F-4970-BC60-A3349F6498CC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LuceneDocsPlugins",
"src\docs\LuceneDocsPlugins\LuceneDocsPlugins.csproj",
"{FED4A824-1F32-4948-8D37-2B7610804DB5}"
EndProject
+Project("{13B669BE-BB05-4DDF-9536-439F39A36129}") = "websites",
"websites\websites.msbuildproj", "{C0448DD3-68D2-485F-B31A-D2806E589FA7}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -560,12 +542,14 @@ Global
{9880B87D-8D14-476B-B093-9C3AA0DA8B24}.Debug|Any CPU.Build.0 =
Debug|Any CPU
{9880B87D-8D14-476B-B093-9C3AA0DA8B24}.Release|Any
CPU.ActiveCfg = Release|Any CPU
{9880B87D-8D14-476B-B093-9C3AA0DA8B24}.Release|Any CPU.Build.0
= Release|Any CPU
- {8988CDA4-8420-4BEE-869A-66825055EED2}.Debug|Any CPU.ActiveCfg
= Debug|Any CPU
- {8988CDA4-8420-4BEE-869A-66825055EED2}.Release|Any
CPU.ActiveCfg = Debug|Any CPU
{FED4A824-1F32-4948-8D37-2B7610804DB5}.Debug|Any CPU.ActiveCfg
= Debug|Any CPU
{FED4A824-1F32-4948-8D37-2B7610804DB5}.Debug|Any CPU.Build.0 =
Debug|Any CPU
{FED4A824-1F32-4948-8D37-2B7610804DB5}.Release|Any
CPU.ActiveCfg = Release|Any CPU
{FED4A824-1F32-4948-8D37-2B7610804DB5}.Release|Any CPU.Build.0
= Release|Any CPU
+ {C0448DD3-68D2-485F-B31A-D2806E589FA7}.Debug|Any CPU.ActiveCfg
= Debug|Any CPU
+ {C0448DD3-68D2-485F-B31A-D2806E589FA7}.Debug|Any CPU.Build.0 =
Debug|Any CPU
+ {C0448DD3-68D2-485F-B31A-D2806E589FA7}.Release|Any
CPU.ActiveCfg = Release|Any CPU
+ {C0448DD3-68D2-485F-B31A-D2806E589FA7}.Release|Any CPU.Build.0
= Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@@ -587,6 +571,7 @@ Global
{E5E8C5DC-7048-4818-B884-FB2D037D2EF2} =
{8CA61D33-3590-4024-A304-7B1F75B50653}
{4D0ED7D9-ABEE-4890-B06C-477E3A32B9A0} =
{E5E8C5DC-7048-4818-B884-FB2D037D2EF2}
{FED4A824-1F32-4948-8D37-2B7610804DB5} =
{42599646-275F-4970-BC60-A3349F6498CC}
+ {C0448DD3-68D2-485F-B31A-D2806E589FA7} =
{42599646-275F-4970-BC60-A3349F6498CC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9F2179CC-CFD2-4419-AB74-D72856931F36}
diff --git a/global.json b/global.json
index 1d7e53e3a..8d6478c31 100644
--- a/global.json
+++ b/global.json
@@ -1,3 +1,6 @@
{
+ "msbuild-sdks": {
+ "Microsoft.Build.NoTargets": "3.7.56"
+ },
"sources": [ "src" ]
}
diff --git a/websites/websites.msbuildproj b/websites/websites.msbuildproj
new file mode 100644
index 000000000..17f13c5f8
--- /dev/null
+++ b/websites/websites.msbuildproj
@@ -0,0 +1,11 @@
+<Project Sdk="Microsoft.Build.NoTargets">
+ <PropertyGroup>
+ <TargetFramework>net6.0</TargetFramework>
+
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
+ <OutputPath>bin\</OutputPath>
+ </PropertyGroup>
+ <ItemGroup>
+ <None Include="apidocs/*" />
+ <None Include="site/*" />
+ </ItemGroup>
+</Project>
\ No newline at end of file