Skip to content

Commit

Permalink
Add support for HttpApplication entry points.
Browse files Browse the repository at this point in the history
  • Loading branch information
rstone770 committed May 15, 2015
1 parent d187c87 commit 9efec6e
Show file tree
Hide file tree
Showing 7 changed files with 187 additions and 1,563 deletions.
1 change: 1 addition & 0 deletions Source/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Backup
6 changes: 4 additions & 2 deletions Source/BlueCollar.Dashboard/BlueCollar.Dashboard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<MvcBuildViews>false</MvcBuildViews>
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
<MvcProjectUpgradeChecked>true</MvcProjectUpgradeChecked>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>4.0</OldToolsVersion>
<UpgradeBackupLocation />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -57,7 +59,7 @@
<HintPath>..\..\Lib\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System.Data.Entity" />
<Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Web.Mvc, Version=3.0.0.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="Microsoft.CSharp" />
Expand Down
Loading

0 comments on commit 9efec6e

Please sign in to comment.