diff options
| author | Michael <[email protected]> | 2017-01-17 17:26:27 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-01-17 17:26:27 -0500 |
| commit | 18f93056b7d882b4dcce4d3afacd1ba6d37d94ac (patch) | |
| tree | d56af63f2b6efe5f939bd072d2b7531923595ccd /ShiftOS.Server/ShiftOS.Server.csproj | |
| parent | b348a76db785c040d957f055ba9cc8569bf0c285 (diff) | |
| download | shiftos_thereturn-18f93056b7d882b4dcce4d3afacd1ba6d37d94ac.tar.gz shiftos_thereturn-18f93056b7d882b4dcce4d3afacd1ba6d37d94ac.tar.bz2 shiftos_thereturn-18f93056b7d882b4dcce4d3afacd1ba6d37d94ac.zip | |
Tutorial backend, deletion of Nancy
I'll probably do a SaaS webadmin tool for the MUD in ASP.NET someday.
Diffstat (limited to 'ShiftOS.Server/ShiftOS.Server.csproj')
| -rw-r--r-- | ShiftOS.Server/ShiftOS.Server.csproj | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ShiftOS.Server/ShiftOS.Server.csproj b/ShiftOS.Server/ShiftOS.Server.csproj index 8db678e..ae6248c 100644 --- a/ShiftOS.Server/ShiftOS.Server.csproj +++ b/ShiftOS.Server/ShiftOS.Server.csproj @@ -37,18 +37,6 @@ <HintPath>..\packages\DynamicLua.1.1.2.0\lib\net40-Client\DynamicLua.dll</HintPath> <Private>True</Private> </Reference> - <Reference Include="Nancy, Version=1.4.1.0, Culture=neutral, processorArchitecture=MSIL"> - <HintPath>..\packages\Nancy.1.4.1\lib\net40\Nancy.dll</HintPath> - <Private>True</Private> - </Reference> - <Reference Include="Nancy.Authentication.Basic, Version=1.4.1.0, Culture=neutral, processorArchitecture=MSIL"> - <HintPath>..\packages\Nancy.Authentication.Basic.1.4.1\lib\net40\Nancy.Authentication.Basic.dll</HintPath> - <Private>True</Private> - </Reference> - <Reference Include="Nancy.Hosting.Self, Version=1.4.1.0, Culture=neutral, processorArchitecture=MSIL"> - <HintPath>..\packages\Nancy.Hosting.Self.1.4.1\lib\net40\Nancy.Hosting.Self.dll</HintPath> - <Private>True</Private> - </Reference> <Reference Include="NetSockets"> <HintPath>..\Libraries\NetSockets.dll</HintPath> </Reference> @@ -73,7 +61,6 @@ <DesignTime>True</DesignTime> <DependentUpon>Resources.resx</DependentUpon> </Compile> - <Compile Include="WebAdmin.cs" /> </ItemGroup> <ItemGroup> <None Include="App.config" /> |
