added test code

pull/13/head
tidusjar 9 years ago
parent 3ea9be94aa
commit 2e1248ff81

@ -3,6 +3,8 @@ using Microsoft.Owin.Hosting;
using Mono.Data.Sqlite;
using Nancy.ViewEngines.Razor;
using RequestPlex.Core;
using RequestPlex.Core.SettingModels;
using RequestPlex.Helpers;
@ -15,6 +17,7 @@ namespace RequestPlex.UI
{
static void Main(string[] args)
{
var foo = typeof(RazorViewEngine);
var assemblyVer = AssemblyHelper.GetAssemblyVersion();
Console.WriteLine($"Version: {assemblyVer}");
var uri = "http://localhost:3579/";

@ -82,9 +82,6 @@
<HintPath>..\packages\Nancy.Authentication.Forms.1.4.1\lib\net40\Nancy.Authentication.Forms.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Nancy.Hosting.Self">
<HintPath>..\packages\Nancy.Hosting.Self.1.4.1\lib\net40\Nancy.Hosting.Self.dll</HintPath>
</Reference>
<Reference Include="Nancy.Owin, Version=1.4.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Nancy.Owin.1.4.1\lib\net40\Nancy.Owin.dll</HintPath>
<Private>True</Private>

Loading…
Cancel
Save