mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-03 12:37:40 +08:00
3b7748900f
- Invalid Property Naming convention will now throw an error instead of a warning, which will make it impossible to build locally (usage as a Linter). However the build will still succeed on the GitHub workflow due to [this issue that has to be resolved by Microsoft](https://github.com/dotnet/roslyn/issues/33558) - Disabled the XML comments, it's handy but not always needed at this point. Co-authored-by: Benjamin Vertonghen <benjamin.vertonghen@apped.be>
60 lines
3.5 KiB
Plaintext
60 lines
3.5 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 16
|
|
VisualStudioVersion = 16.0.29519.181
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0CB79B3D-E483-4051-8026-6A80FCA0C6A6}"
|
|
ProjectSection(SolutionItems) = preProject
|
|
.editorconfig = .editorconfig
|
|
.github\workflows\gh-pages.yml = .github\workflows\gh-pages.yml
|
|
README.md = README.md
|
|
.github\workflows\style-sync.yml = .github\workflows\style-sync.yml
|
|
EndProjectSection
|
|
EndProject
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C60BCE84-4AF4-4393-8D3E-1B69E29549C1}"
|
|
EndProject
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AntBlazor", "components\AntBlazor.csproj", "{0D3995E9-EBD9-4BBB-9E6C-3A3DE8C4611A}"
|
|
EndProject
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AntBlazor.Docs", "site\AntBlazor.Docs\AntBlazor.Docs.csproj", "{E2E6E4E8-2156-4B55-8164-40349D86330B}"
|
|
EndProject
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AntBlazor.Docs.ClientApp", "site\AntBlazor.Docs.ClientApp\AntBlazor.Docs.ClientApp.csproj", "{49D59A8D-61AD-478A-8CC4-7FD71F8017E9}"
|
|
EndProject
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AntBlazor.Docs.ServerApp", "site\AntBlazor.Docs.ServerApp\AntBlazor.Docs.ServerApp.csproj", "{C91E2FEE-0D79-4F7D-B2EA-8AE435B61153}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Release|Any CPU = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{0D3995E9-EBD9-4BBB-9E6C-3A3DE8C4611A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{0D3995E9-EBD9-4BBB-9E6C-3A3DE8C4611A}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{0D3995E9-EBD9-4BBB-9E6C-3A3DE8C4611A}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{0D3995E9-EBD9-4BBB-9E6C-3A3DE8C4611A}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{E2E6E4E8-2156-4B55-8164-40349D86330B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{E2E6E4E8-2156-4B55-8164-40349D86330B}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{E2E6E4E8-2156-4B55-8164-40349D86330B}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{E2E6E4E8-2156-4B55-8164-40349D86330B}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{49D59A8D-61AD-478A-8CC4-7FD71F8017E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{49D59A8D-61AD-478A-8CC4-7FD71F8017E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{49D59A8D-61AD-478A-8CC4-7FD71F8017E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{49D59A8D-61AD-478A-8CC4-7FD71F8017E9}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{C91E2FEE-0D79-4F7D-B2EA-8AE435B61153}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{C91E2FEE-0D79-4F7D-B2EA-8AE435B61153}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{C91E2FEE-0D79-4F7D-B2EA-8AE435B61153}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{C91E2FEE-0D79-4F7D-B2EA-8AE435B61153}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(NestedProjects) = preSolution
|
|
{0D3995E9-EBD9-4BBB-9E6C-3A3DE8C4611A} = {C60BCE84-4AF4-4393-8D3E-1B69E29549C1}
|
|
{E2E6E4E8-2156-4B55-8164-40349D86330B} = {C60BCE84-4AF4-4393-8D3E-1B69E29549C1}
|
|
{49D59A8D-61AD-478A-8CC4-7FD71F8017E9} = {C60BCE84-4AF4-4393-8D3E-1B69E29549C1}
|
|
{C91E2FEE-0D79-4F7D-B2EA-8AE435B61153} = {C60BCE84-4AF4-4393-8D3E-1B69E29549C1}
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {E124DDCB-1F8D-4F96-BF41-D87019D0A412}
|
|
EndGlobalSection
|
|
EndGlobal
|