a fork of iceshrimp.net but a tweaked frontend to my personal liking. waow
fediverse social-media social iceshrimp fedi
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[build] Allow builds of the solution (but not publishing it)

+1 -1
+1 -1
Directory.Build.targets
··· 1 1 <?xml version="1.0" encoding="utf-8" ?> 2 2 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 - <Target Name="EnsureBuildDirValidity" BeforeTargets="BeforeBuild"> 3 + <Target Name="EnsureBuildDirValidity" BeforeTargets="BeforeBuild" Condition="'$(_IsPublishing)' == 'true'"> 4 4 <Error Text="You are trying to build/publish the entire solution. Please build the Iceshrimp.Backend project directly instead." Condition="'$(SolutionDir)'!='' and '$(SolutionDir)'!='*Undefined*'"/> 5 5 </Target> 6 6 </Project>