VS loves managing whitespace.. go ahead then

This commit is contained in:
Sebastiaan Janssen
2017-09-08 13:29:00 +02:00
parent 09c23e93c2
commit 8544aa685b

View File

@@ -2433,7 +2433,7 @@ xcopy "$(ProjectDir)"..\packages\SqlServerCE.4.0.0.1\x86\*.* "$(TargetDir)x86\"
<Copy SourceFiles="$(ProjectDir)Web.$(Configuration).config.transformed" DestinationFiles="$(ProjectDir)Web.config" OverwriteReadOnlyFiles="true" SkipUnchangedFiles="false" Condition="$(BuildingInsideVisualStudio) == true" />
</Target>
<Target Name="BelleBuild" BeforeTargets="Rebuild">
<Message Text="Building Belle (due to a rebuild or this being the first build)" Importance="high" />
<Message Text="Building Belle (due to a rebuild or this being the first build)" Importance="high" />
<!-- Only runs when a Rebuild is requested -->
<ReadLinesFromFile File="$(ProjectDir)\..\..\build\UmbracoVersion.txt">
<Output TaskParameter="Lines" PropertyName="VersionNumber" />