|
34 | 34 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
35 | 35 | <ErrorReport>prompt</ErrorReport> |
36 | 36 | <WarningLevel>4</WarningLevel> |
| 37 | + <UseVSHostingProcess>true</UseVSHostingProcess> |
37 | 38 | </PropertyGroup> |
38 | 39 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
39 | 40 | <DebugType>pdbonly</DebugType> |
|
64 | 65 | <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
65 | 66 | <Private>True</Private> |
66 | 67 | </Reference> |
| 68 | + <Reference Include="FluentBootstrap, Version=3.3.5.1, Culture=neutral, processorArchitecture=MSIL"> |
| 69 | + <HintPath>..\packages\FluentBootstrap.3.3.5.1\lib\net40\FluentBootstrap.dll</HintPath> |
| 70 | + <Private>True</Private> |
| 71 | + </Reference> |
| 72 | + <Reference Include="FluentBootstrap.Mvc, Version=3.3.5.1, Culture=neutral, processorArchitecture=MSIL"> |
| 73 | + <HintPath>..\packages\FluentBootstrap.Mvc.3.3.5.1\lib\net40\FluentBootstrap.Mvc.dll</HintPath> |
| 74 | + <Private>True</Private> |
| 75 | + </Reference> |
67 | 76 | <Reference Include="GBUtils"> |
68 | 77 | <HintPath>..\Libs\GBUtils.dll</HintPath> |
69 | 78 | </Reference> |
| 79 | + <Reference Include="HtmlAgilityPack, Version=1.4.9.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL"> |
| 80 | + <HintPath>..\packages\HtmlAgilityPack.1.4.9\lib\Net45\HtmlAgilityPack.dll</HintPath> |
| 81 | + <Private>True</Private> |
| 82 | + </Reference> |
70 | 83 | <Reference Include="ICSharpCode.SharpZipLib"> |
71 | 84 | <HintPath>..\Libs\ICSharpCode.SharpZipLib.dll</HintPath> |
72 | 85 | </Reference> |
|
193 | 206 | <Compile Include="Global.asax.cs"> |
194 | 207 | <DependentUpon>Global.asax</DependentUpon> |
195 | 208 | </Compile> |
| 209 | + <Compile Include="Helpers\BC.cs" /> |
| 210 | + <Compile Include="Helpers\Converters.cs" /> |
| 211 | + <Compile Include="Helpers\Validators.cs" /> |
196 | 212 | <Compile Include="Logging\ILogger.cs" /> |
197 | 213 | <Compile Include="Logging\TraceLogger.cs" /> |
198 | 214 | <Compile Include="Models\Author.cs" /> |
|
490 | 506 | <Content Include="Scripts\modernizr-2.8.3.js" /> |
491 | 507 | <Content Include="Scripts\respond.js" /> |
492 | 508 | <Content Include="Scripts\respond.min.js" /> |
| 509 | + <Content Include="Scripts\_bookCollection.js" /> |
493 | 510 | <Content Include="Scripts\_references.js" /> |
494 | 511 | <Content Include="Web.config" /> |
495 | 512 | <Content Include="Web.Debug.config"> |
|
530 | 547 | <Content Include="Views\Publishers\Edit.cshtml" /> |
531 | 548 | <Content Include="Views\Publishers\Index.cshtml" /> |
532 | 549 | <Content Include="Views\Home\_CategoryBooks.cshtml" /> |
| 550 | + <Content Include="Views\Shared\_RelatedBooks.cshtml" /> |
533 | 551 | </ItemGroup> |
534 | 552 | <ItemGroup> |
535 | 553 | <Folder Include="App_Data\" /> |
|
0 commit comments