|
2 | 2 | <Configurations> |
3 | 3 | <BuildType Name="Debug" /> |
4 | 4 | <BuildType Name="DebugBlazorServer" /> |
5 | | - <BuildType Name="DebugBlazorWasm" /> |
6 | | - <BuildType Name="DebugBlazorHybridMaui" /> |
7 | | - <BuildType Name="DebugBlazorHybridWindows" /> |
8 | 5 | <BuildType Name="Release" /> |
9 | 6 | </Configurations> |
10 | 7 | <Folder Name="/.SolutionItems/"> |
|
40 | 37 | <Project Path="src/Client/Bit.TemplatePlayground.Client.Core/Bit.TemplatePlayground.Client.Core.csproj" /> |
41 | 38 | <Project Path="src/Client/Bit.TemplatePlayground.Client.Maui/Bit.TemplatePlayground.Client.Maui.csproj"> |
42 | 39 | <Build Solution="DebugBlazorServer|*" Project="false" /> |
43 | | - <Build Solution="DebugBlazorWasm|*" Project="false" /> |
44 | | - <Build Solution="DebugBlazorHybridWindows|*" Project="false" /> |
45 | | - <Deploy Solution="DebugBlazorHybridMaui|*" /> |
46 | 40 | <Deploy Solution="Debug|*" /> |
47 | 41 | <Deploy Solution="Release|*" /> |
48 | 42 | </Project> |
49 | 43 | <Project Path="src/Client/Bit.TemplatePlayground.Client.Web/Bit.TemplatePlayground.Client.Web.csproj"> |
50 | | - <Build Solution="DebugBlazorHybridMaui|*" Project="false" /> |
51 | 44 | <Build Solution="DebugBlazorServer|*" Project="false" /> |
52 | | - <Build Solution="DebugBlazorHybridWindows|*" Project="false" /> |
53 | 45 | </Project> |
54 | 46 | <Project Path="src/Client/Bit.TemplatePlayground.Client.Windows/Bit.TemplatePlayground.Client.Windows.csproj"> |
55 | | - <Build Solution="DebugBlazorHybridMaui|*" Project="false" /> |
56 | 47 | <Build Solution="DebugBlazorServer|*" Project="false" /> |
57 | | - <Build Solution="DebugBlazorWasm|*" Project="false" /> |
58 | 48 | </Project> |
59 | 49 | </Folder> |
60 | 50 | <Folder Name="/Shared/"> |
61 | 51 | <Project Path="src/Shared/Bit.TemplatePlayground.Shared.csproj" /> |
62 | 52 | </Folder> |
63 | 53 | <Folder Name="/Tests/"> |
64 | 54 | <Project Path="src/Tests/Bit.TemplatePlayground.Tests.csproj"> |
65 | | - <Build Solution="DebugBlazorHybridMaui|*" Project="false" /> |
66 | 55 | <Build Solution="DebugBlazorServer|*" Project="false" /> |
67 | | - <Build Solution="DebugBlazorWasm|*" Project="false" /> |
68 | | - <Build Solution="DebugBlazorHybridWindows|*" Project="false" /> |
69 | 56 | </Project> |
70 | 57 | </Folder> |
71 | 58 | </Solution> |
0 commit comments