Skip to content

Commit d36b712

Browse files
committed
vs cleaning up whitespace
1 parent 74d7e76 commit d36b712

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.hgignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ UpgradeLog*.*
4848
[Rr]elease/
4949
[Tt]humbs.db
5050
_UpgradeReport_Files
51-
_[Rr]e[Ss]harper.*/
51+
_[Rr]e[Ss]harper.*
52+
*.[Rr]e[Ss]harper
5253
hgignore[.-]*
5354
ignore[.-]*
5455
svnignore[.-]*
@@ -66,6 +67,8 @@ glob:Tools\*.nupkg
6667
Views\Extensions\*
6768
glob:src/FunnelWeb.sln.docstates
6869
glob:build/NuGet/*
69-
src/FunnelWeb.Web/App_Data/FunnelWeb.sdf
70+
*.sdf
71+
*.mdf
72+
*.ldf
7073
AppHarbourConfig.xml
7174
packages/*

src/FunnelWeb.Extensions.CommentNotification/FunnelWeb.Extensions.CommentNotification.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<AssemblyName>FunnelWeb.Extensions.CommentNotification</AssemblyName>
1414
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1515
<FileAlignment>512</FileAlignment>
16+
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
1617
</PropertyGroup>
1718
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1819
<DebugSymbols>true</DebugSymbols>
@@ -69,7 +70,6 @@
6970
</ItemGroup>
7071
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7172
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
72-
7373
<PropertyGroup>
7474
<PostBuildEvent>start /MIN xcopy "$(TargetPath)" "$(SolutionDir)FunnelWeb.Web\bin\Extensions\" /R /S /Y</PostBuildEvent>
7575
</PropertyGroup>

src/FunnelWeb.Tests/FunnelWeb.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<AssemblyName>FunnelWeb.Tests</AssemblyName>
1414
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1515
<FileAlignment>512</FileAlignment>
16+
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
1617
</PropertyGroup>
1718
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1819
<DebugSymbols>true</DebugSymbols>
@@ -179,7 +180,6 @@
179180
</ItemGroup>
180181
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
181182
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
182-
183183
<PropertyGroup>
184184
</PropertyGroup>
185185
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

0 commit comments

Comments
 (0)