File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff 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
5253hgignore[.-]*
5354ignore[.-]*
5455svnignore[.-]*
@@ -66,6 +67,8 @@ glob:Tools\*.nupkg
6667Views\Extensions\*
6768glob:src/FunnelWeb.sln.docstates
6869glob:build/NuGet/*
69- src/FunnelWeb.Web/App_Data/FunnelWeb.sdf
70+ *.sdf
71+ *.mdf
72+ *.ldf
7073AppHarbourConfig.xml
7174packages/*
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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.
You can’t perform that action at this time.
0 commit comments