diff options
| author | Michael <[email protected]> | 2017-02-12 18:35:15 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-12 18:35:15 -0500 |
| commit | f54f01494101f931b8987e64a65f7bc8f2314d09 (patch) | |
| tree | 871676195aad4705dbe1679a4e05f8f0d502ae0e /ShiftOS.Server.WebAdmin/ShiftOS.Server.WebAdmin.csproj | |
| parent | f5ef64e87d4ec61f630ab28235c4906bfb08a2e1 (diff) | |
| download | shiftos_thereturn-f54f01494101f931b8987e64a65f7bc8f2314d09.tar.gz shiftos_thereturn-f54f01494101f931b8987e64a65f7bc8f2314d09.tar.bz2 shiftos_thereturn-f54f01494101f931b8987e64a65f7bc8f2314d09.zip | |
More admin panel work.
Diffstat (limited to 'ShiftOS.Server.WebAdmin/ShiftOS.Server.WebAdmin.csproj')
| -rw-r--r-- | ShiftOS.Server.WebAdmin/ShiftOS.Server.WebAdmin.csproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ShiftOS.Server.WebAdmin/ShiftOS.Server.WebAdmin.csproj b/ShiftOS.Server.WebAdmin/ShiftOS.Server.WebAdmin.csproj index 3eaca2f..faec295 100644 --- a/ShiftOS.Server.WebAdmin/ShiftOS.Server.WebAdmin.csproj +++ b/ShiftOS.Server.WebAdmin/ShiftOS.Server.WebAdmin.csproj @@ -109,6 +109,12 @@ <ItemGroup> <None Include="Resources\ChatEditTemplate.txt" /> </ItemGroup> + <ItemGroup> + <None Include="Resources\NoUsersFound.txt" /> + </ItemGroup> + <ItemGroup> + <None Include="Resources\GenericTableList.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. |
