a fork of iceshrimp.net but a tweaked frontend to my personal liking. waow
fediverse
social-media
social
iceshrimp
fedi
1<?xml version="1.0" encoding="utf-8" ?>
2<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Target Name="EnsureBuildDirValidity" BeforeTargets="BeforeBuild" Condition="'$(_IsPublishing)' == 'true'">
4 <Error Text="You are trying to publish the entire solution. Please publish the Iceshrimp.Backend project directly instead." Condition="'$(SolutionDir)'!='' and '$(SolutionDir)'!='*Undefined*'"/>
5 </Target>
6</Project>