Changeset 5989
- Timestamp:
- 04/08/11 16:17:04 (14 years ago)
- Location:
- branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Controllers/AccountController.cs
r5988 r5989 9 9 using System.Web.Security; 10 10 using HLWebPluginHost.Models; 11 using HLWebPluginHost.OKBQueryService; 12 using HLWebPluginHost.Helpers; 11 13 12 14 13 namespace HLWebPluginHost.Controllers { -
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/HLWebPluginHost.csproj
r5988 r5989 74 74 </Compile> 75 75 <Compile Include="Lib\HLServiceMembershipProvider.cs" /> 76 <Compile Include="Helpers\Query.cs" />77 76 <Compile Include="Models\AccountModels.cs" /> 78 77 <Compile Include="PluginLib\AssemblyResourceProvider.cs" />
Note: See TracChangeset
for help on using the changeset viewer.