From: <mar...@us...> - 2010-02-13 20:51:53
|
Revision: 25 http://cronoscontrol.svn.sourceforge.net/cronoscontrol/?rev=25&view=rev Author: marioarce Date: 2010-02-13 20:51:46 +0000 (Sat, 13 Feb 2010) Log Message: ----------- Ticket #5 adding classes related with: * Custom Role Provider ( ticket #6 ) * User authentication and session ( ticket #7 ) Modified Paths: -------------- source/trunk/CronosControl/Libraries/BusinessLogic/BusinessLogic.csproj source/trunk/CronosControl/Libraries/BusinessLogic/bin/Debug/CronosControl.BusinessLogic.dll source/trunk/CronosControl/Libraries/BusinessLogic/bin/Debug/CronosControl.BusinessLogic.pdb source/trunk/CronosControl/Libraries/BusinessLogic/bin/Debug/CronosControl.Common.dll source/trunk/CronosControl/Libraries/BusinessLogic/bin/Debug/CronosControl.Common.pdb source/trunk/CronosControl/Libraries/BusinessLogic/bin/Debug/CronosControlBusinessClassLibrary.dll source/trunk/CronosControl/Libraries/BusinessLogic/bin/Debug/CronosControlBusinessClassLibrary.pdb source/trunk/CronosControl/Libraries/BusinessLogic/bin/Debug/CronosControlClassLibrary.dll source/trunk/CronosControl/Libraries/BusinessLogic/bin/Debug/CronosControlClassLibrary.pdb source/trunk/CronosControl/Libraries/BusinessLogic/obj/Debug/CronosControl.BusinessLogic.dll source/trunk/CronosControl/Libraries/BusinessLogic/obj/Debug/CronosControl.BusinessLogic.pdb source/trunk/CronosControl/Libraries/Common/bin/Debug/CronosControl.Common.dll source/trunk/CronosControl/Libraries/Common/bin/Debug/CronosControl.Common.pdb source/trunk/CronosControl/Libraries/Common/obj/Debug/CronosControl.Common.dll source/trunk/CronosControl/Libraries/Common/obj/Debug/CronosControl.Common.pdb Modified: source/trunk/CronosControl/Libraries/BusinessLogic/BusinessLogic.csproj =================================================================== --- source/trunk/CronosControl/Libraries/BusinessLogic/BusinessLogic.csproj 2010-02-13 20:48:59 UTC (rev 24) +++ source/trunk/CronosControl/Libraries/BusinessLogic/BusinessLogic.csproj 2010-02-13 20:51:46 UTC (rev 25) @@ -39,7 +39,14 @@ <Reference Include="System.Data.Entity"> <RequiredTargetFramework>3.5</RequiredTargetFramework> </Reference> + <Reference Include="System.Design" /> <Reference Include="System.Web" /> + <Reference Include="System.Web.Extensions"> + <RequiredTargetFramework>3.5</RequiredTargetFramework> + </Reference> + <Reference Include="System.Web.Extensions.Design"> + <RequiredTargetFramework>3.5</RequiredTargetFramework> + </Reference> <Reference Include="System.Xml.Linq"> <RequiredTargetFramework>3.5</RequiredTargetFramework> </Reference> @@ -50,10 +57,14 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="BaseEntity.cs" /> <Compile Include="Configuration\Settings\SettingManager.cs" /> + <Compile Include="CronosControlContext.cs" /> <Compile Include="Profile\CronosControlMembershipProvider.cs" /> + <Compile Include="Profile\CronosControlRoleProvider.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Tracker\TrackerManager.cs" /> + <Compile Include="Tracker\TrackerSession.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\CronosControlBusinessClassLibrary\CronosControlBusinessClassLibrary.csproj"> Modified: source/trunk/CronosControl/Libraries/BusinessLogic/bin/Debug/CronosControl.BusinessLogic.dll =================================================================== (Binary files differ) Modified: source/trunk/CronosControl/Libraries/BusinessLogic/bin/Debug/CronosControl.BusinessLogic.pdb =================================================================== (Binary files differ) Modified: source/trunk/CronosControl/Libraries/BusinessLogic/bin/Debug/CronosControl.Common.dll =================================================================== (Binary files differ) Modified: source/trunk/CronosControl/Libraries/BusinessLogic/bin/Debug/CronosControl.Common.pdb =================================================================== (Binary files differ) Modified: source/trunk/CronosControl/Libraries/BusinessLogic/bin/Debug/CronosControlBusinessClassLibrary.dll =================================================================== (Binary files differ) Modified: source/trunk/CronosControl/Libraries/BusinessLogic/bin/Debug/CronosControlBusinessClassLibrary.pdb =================================================================== (Binary files differ) Modified: source/trunk/CronosControl/Libraries/BusinessLogic/bin/Debug/CronosControlClassLibrary.dll =================================================================== (Binary files differ) Modified: source/trunk/CronosControl/Libraries/BusinessLogic/bin/Debug/CronosControlClassLibrary.pdb =================================================================== (Binary files differ) Modified: source/trunk/CronosControl/Libraries/BusinessLogic/obj/Debug/CronosControl.BusinessLogic.dll =================================================================== (Binary files differ) Modified: source/trunk/CronosControl/Libraries/BusinessLogic/obj/Debug/CronosControl.BusinessLogic.pdb =================================================================== (Binary files differ) Modified: source/trunk/CronosControl/Libraries/Common/bin/Debug/CronosControl.Common.dll =================================================================== (Binary files differ) Modified: source/trunk/CronosControl/Libraries/Common/bin/Debug/CronosControl.Common.pdb =================================================================== (Binary files differ) Modified: source/trunk/CronosControl/Libraries/Common/obj/Debug/CronosControl.Common.dll =================================================================== (Binary files differ) Modified: source/trunk/CronosControl/Libraries/Common/obj/Debug/CronosControl.Common.pdb =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |