diff options
| author | Michael <[email protected]> | 2017-02-11 20:40:40 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-11 20:40:40 -0500 |
| commit | 118174ec137a07c376f08ac02f995b99dc8facd9 (patch) | |
| tree | 3fa75bc7c9128f8ad9b40b8689a255b9156cc54f /ShiftOS.Server.WebAdmin/ShiftOS.Server.WebAdmin.csproj | |
| parent | 263ee283de817c68bad1b2c7ff55a6f370a0c2c9 (diff) | |
| download | shiftos_thereturn-118174ec137a07c376f08ac02f995b99dc8facd9.tar.gz shiftos_thereturn-118174ec137a07c376f08ac02f995b99dc8facd9.tar.bz2 shiftos_thereturn-118174ec137a07c376f08ac02f995b99dc8facd9.zip | |
Admin panel login system is working.
Diffstat (limited to 'ShiftOS.Server.WebAdmin/ShiftOS.Server.WebAdmin.csproj')
| -rw-r--r-- | ShiftOS.Server.WebAdmin/ShiftOS.Server.WebAdmin.csproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ShiftOS.Server.WebAdmin/ShiftOS.Server.WebAdmin.csproj b/ShiftOS.Server.WebAdmin/ShiftOS.Server.WebAdmin.csproj index ce9fc77..cdf291b 100644 --- a/ShiftOS.Server.WebAdmin/ShiftOS.Server.WebAdmin.csproj +++ b/ShiftOS.Server.WebAdmin/ShiftOS.Server.WebAdmin.csproj @@ -76,6 +76,10 @@ <None Include="packages.config" /> </ItemGroup> <ItemGroup> + <ProjectReference Include="..\ShiftOS.Objects\ShiftOS.Objects.csproj"> + <Project>{A069089A-8962-4607-B2B2-4CF4A371066E}</Project> + <Name>ShiftOS.Objects</Name> + </ProjectReference> <ProjectReference Include="..\ShiftOS.Server\ShiftOS.Server.csproj"> <Project>{226c63b4-e60d-4949-b4e7-7a2ddbb96776}</Project> <Name>ShiftOS.Server</Name> @@ -93,6 +97,12 @@ <ItemGroup> <None Include="Resources\LoginView.txt" /> </ItemGroup> + <ItemGroup> + <None Include="Resources\SetupView.txt" /> + </ItemGroup> + <ItemGroup> + <None Include="Resources\Status.txt" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. |
