Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Pull Request] 完成插件详情页, 新增视觉效果测试项目 #186

Merged
merged 3 commits into from
Dec 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion KitX Docs
Submodule KitX Docs updated 1 files
+2,769 −0 Doxyfile
2 changes: 1 addition & 1 deletion KitX Loaders
2 changes: 1 addition & 1 deletion KitX Tools
2 changes: 1 addition & 1 deletion KitX Website
62 changes: 62 additions & 0 deletions KitX.shfbproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Import the common properties to support NuGet restore -->
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<!-- The configuration and platform will be used to determine which assemblies to include from solution and
project documentation sources -->
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{ee062194-0814-4a05-9ee5-7f1763306ccb}</ProjectGuid>
<SHFBSchemaVersion>2017.9.26.0</SHFBSchemaVersion>
<!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual Studio adds them anyway -->
<AssemblyName>Documentation</AssemblyName>
<RootNamespace>Documentation</RootNamespace>
<Name>Documentation</Name>
<!-- SHFB properties -->
<FrameworkVersion>.NET Core/.NET Standard/.NET 5.0+</FrameworkVersion>
<OutputPath>.\Help\</OutputPath>
<HtmlHelpName>Documentation</HtmlHelpName>
<Language>en-US</Language>
<HelpFileFormat>Markdown</HelpFileFormat>
<SyntaxFilters>Standard</SyntaxFilters>
<PresentationStyle>Markdown</PresentationStyle>
<CleanIntermediates>True</CleanIntermediates>
<KeepLogFile>True</KeepLogFile>
<DisableCodeBlockComponent>False</DisableCodeBlockComponent>
<IndentHtml>False</IndentHtml>
<BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
<SaveComponentCacheCapacity>100</SaveComponentCacheCapacity>
</PropertyGroup>
<!-- There are no properties for these groups. AnyCPU needs to appear in order for Visual Studio to perform
the build. The others are optional common platform types that may appear. -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Win32' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Win32' ">
</PropertyGroup>
<!-- Import the common build targets during NuGet restore because before the packages are being installed, $(SHFBROOT) is not set yet -->
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="'$(MSBuildRestoreSessionId)' != ''" />
<!-- Import the SHFB build targets during build -->
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" Condition="'$(MSBuildRestoreSessionId)' == ''" />
<!-- The pre-build and post-build event properties must appear *after* the targets file import in order to be
evaluated correctly. -->
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
</PropertyGroup>
</Project>
17 changes: 16 additions & 1 deletion KitX.sln
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "KitX Website", "KitX Websit
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KitX Website", "KitX Website\KitX Website.csproj", "{B303BF2A-229C-4FB3-A5CA-282673C9FD18}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KitX.SameTime.Start", "KitX Tools\KitX.SameTime.Start\KitX.SameTime.Start.csproj", "{C52823D3-0909-4BEA-B9A5-60033DE233CB}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KitX.SameTime.Start", "KitX Tools\KitX.SameTime.Start\KitX.SameTime.Start.csproj", "{C52823D3-0909-4BEA-B9A5-60033DE233CB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KitX.Dashboard.VisualEffectsTest", "KitX Tools\KitX.Dashboard.VisualEffectsTest\KitX.Dashboard.VisualEffectsTest.csproj", "{8BCDD8F1-9303-4A8E-BDF7-982020AF93C9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -427,6 +429,18 @@ Global
{C52823D3-0909-4BEA-B9A5-60033DE233CB}.Release|x64.Build.0 = Release|Any CPU
{C52823D3-0909-4BEA-B9A5-60033DE233CB}.Release|x86.ActiveCfg = Release|Any CPU
{C52823D3-0909-4BEA-B9A5-60033DE233CB}.Release|x86.Build.0 = Release|Any CPU
{8BCDD8F1-9303-4A8E-BDF7-982020AF93C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BCDD8F1-9303-4A8E-BDF7-982020AF93C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BCDD8F1-9303-4A8E-BDF7-982020AF93C9}.Debug|x64.ActiveCfg = Debug|Any CPU
{8BCDD8F1-9303-4A8E-BDF7-982020AF93C9}.Debug|x64.Build.0 = Debug|Any CPU
{8BCDD8F1-9303-4A8E-BDF7-982020AF93C9}.Debug|x86.ActiveCfg = Debug|Any CPU
{8BCDD8F1-9303-4A8E-BDF7-982020AF93C9}.Debug|x86.Build.0 = Debug|Any CPU
{8BCDD8F1-9303-4A8E-BDF7-982020AF93C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BCDD8F1-9303-4A8E-BDF7-982020AF93C9}.Release|Any CPU.Build.0 = Release|Any CPU
{8BCDD8F1-9303-4A8E-BDF7-982020AF93C9}.Release|x64.ActiveCfg = Release|Any CPU
{8BCDD8F1-9303-4A8E-BDF7-982020AF93C9}.Release|x64.Build.0 = Release|Any CPU
{8BCDD8F1-9303-4A8E-BDF7-982020AF93C9}.Release|x86.ActiveCfg = Release|Any CPU
{8BCDD8F1-9303-4A8E-BDF7-982020AF93C9}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -467,6 +481,7 @@ Global
{2BF2E4C8-46A2-4F5B-AE6B-B3460BAE3A08} = {81AFB1A2-B2A3-4ED7-B946-935A8A105960}
{B303BF2A-229C-4FB3-A5CA-282673C9FD18} = {A4F56EE3-4930-481C-A91B-EAE3AAC73659}
{C52823D3-0909-4BEA-B9A5-60033DE233CB} = {CF9D7D6C-CE00-4D88-AD1C-B084BB35CA99}
{8BCDD8F1-9303-4A8E-BDF7-982020AF93C9} = {CF9D7D6C-CE00-4D88-AD1C-B084BB35CA99}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {09BBC227-F41B-4D10-9E38-0EEE07ED17BC}
Expand Down