From 46b4bb61a81354de5ac2260c0505e79dfcf06a5b Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 11 Feb 2017 18:51:20 -0500 Subject: Begin admin panel work. --- .../ShiftOS.Server.WebAdmin.csproj | 104 +++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 ShiftOS.Server.WebAdmin/ShiftOS.Server.WebAdmin.csproj (limited to 'ShiftOS.Server.WebAdmin/ShiftOS.Server.WebAdmin.csproj') diff --git a/ShiftOS.Server.WebAdmin/ShiftOS.Server.WebAdmin.csproj b/ShiftOS.Server.WebAdmin/ShiftOS.Server.WebAdmin.csproj new file mode 100644 index 0000000..ce9fc77 --- /dev/null +++ b/ShiftOS.Server.WebAdmin/ShiftOS.Server.WebAdmin.csproj @@ -0,0 +1,104 @@ + + + + + Debug + AnyCPU + {B29FDD06-E6FE-40A2-8258-283728CED81A} + Exe + Properties + ShiftOS.Server.WebAdmin + ShiftOS.Server.WebAdmin + v4.5.2 + 512 + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\packages\Nancy.1.4.3\lib\net40\Nancy.dll + True + + + ..\packages\Nancy.Authentication.Forms.1.4.1\lib\net40\Nancy.Authentication.Forms.dll + True + + + ..\packages\Nancy.Authentication.Stateless.1.4.1\lib\net40\Nancy.Authentication.Stateless.dll + True + + + ..\packages\Nancy.Hosting.Self.1.4.1\lib\net40\Nancy.Hosting.Self.dll + True + + + ..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll + True + + + + + + + + + + + + + + + True + True + Resources.resx + + + + + + + + + {226c63b4-e60d-4949-b4e7-7a2ddbb96776} + ShiftOS.Server + + + + + ResXFileCodeGenerator + Resources.Designer.cs + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3