Changeset 4925 for branches/UserManagement
- Timestamp:
- 11/24/10 20:31:05 (14 years ago)
- Location:
- branches/UserManagement
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UserManagement/HeuristicLab.Authentication.sln
r4789 r4925 17 17 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Services.Authentication.ServiceClient", "HeuristicLab.Services.Authentication.ServiceClients\HeuristicLab.Services.Authentication.ServiceClient.csproj", "{8E698904-936D-4C7A-AB0D-6225778D2968}" 18 18 EndProject 19 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Services.Authentication", "HeuristicLab.Services.Authentication\HeuristicLab.Services.Authentication.csproj", "{ 9FD3F26D-B051-4F4C-9C66-4A361EE357AD}"19 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Services.Authentication", "HeuristicLab.Services.Authentication\HeuristicLab.Services.Authentication.csproj", "{0E7ADDD6-C7EA-45F6-A7ED-48041ABF1A87}" 20 20 EndProject 21 21 Global … … 72 72 {8E698904-936D-4C7A-AB0D-6225778D2968}.Release|Mixed Platforms.Build.0 = Release|Any CPU 73 73 {8E698904-936D-4C7A-AB0D-6225778D2968}.Release|x86.ActiveCfg = Release|Any CPU 74 { 9FD3F26D-B051-4F4C-9C66-4A361EE357AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU75 { 9FD3F26D-B051-4F4C-9C66-4A361EE357AD}.Debug|Any CPU.Build.0 = Debug|Any CPU76 { 9FD3F26D-B051-4F4C-9C66-4A361EE357AD}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU77 { 9FD3F26D-B051-4F4C-9C66-4A361EE357AD}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU78 { 9FD3F26D-B051-4F4C-9C66-4A361EE357AD}.Debug|x86.ActiveCfg = Debug|Any CPU79 { 9FD3F26D-B051-4F4C-9C66-4A361EE357AD}.Release|Any CPU.ActiveCfg = Release|Any CPU80 { 9FD3F26D-B051-4F4C-9C66-4A361EE357AD}.Release|Any CPU.Build.0 = Release|Any CPU81 { 9FD3F26D-B051-4F4C-9C66-4A361EE357AD}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU82 { 9FD3F26D-B051-4F4C-9C66-4A361EE357AD}.Release|Mixed Platforms.Build.0 = Release|Any CPU83 { 9FD3F26D-B051-4F4C-9C66-4A361EE357AD}.Release|x86.ActiveCfg = Release|Any CPU74 {0E7ADDD6-C7EA-45F6-A7ED-48041ABF1A87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 75 {0E7ADDD6-C7EA-45F6-A7ED-48041ABF1A87}.Debug|Any CPU.Build.0 = Debug|Any CPU 76 {0E7ADDD6-C7EA-45F6-A7ED-48041ABF1A87}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU 77 {0E7ADDD6-C7EA-45F6-A7ED-48041ABF1A87}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU 78 {0E7ADDD6-C7EA-45F6-A7ED-48041ABF1A87}.Debug|x86.ActiveCfg = Debug|Any CPU 79 {0E7ADDD6-C7EA-45F6-A7ED-48041ABF1A87}.Release|Any CPU.ActiveCfg = Release|Any CPU 80 {0E7ADDD6-C7EA-45F6-A7ED-48041ABF1A87}.Release|Any CPU.Build.0 = Release|Any CPU 81 {0E7ADDD6-C7EA-45F6-A7ED-48041ABF1A87}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU 82 {0E7ADDD6-C7EA-45F6-A7ED-48041ABF1A87}.Release|Mixed Platforms.Build.0 = Release|Any CPU 83 {0E7ADDD6-C7EA-45F6-A7ED-48041ABF1A87}.Release|x86.ActiveCfg = Release|Any CPU 84 84 EndGlobalSection 85 85 GlobalSection(SolutionProperties) = preSolution -
branches/UserManagement/HeuristicLab.Services.Authentication.ServiceClients/HeuristicLab.Services.Authentication.ServiceClient.csproj
r4789 r4925 34 34 <Reference Include="System" /> 35 35 <Reference Include="System.Core" /> 36 <Reference Include="System.Runtime.Serialization" /> 37 <Reference Include="System.ServiceModel" /> 36 38 <Reference Include="System.Xml.Linq" /> 37 39 <Reference Include="System.Data.DataSetExtensions" /> … … 41 43 </ItemGroup> 42 44 <ItemGroup> 45 <Compile Include="Client.cs" /> 46 <Compile Include="ServiceClients\Application.cs" /> 47 <Compile Include="ServiceClients\AuthenticationServiceClient.cs" /> 43 48 <Compile Include="Properties\AssemblyInfo.cs" /> 49 <Compile Include="ServiceClients\Role.cs" /> 50 <Compile Include="ServiceClients\User.cs" /> 44 51 </ItemGroup> 45 52 <ItemGroup> 53 <None Include="app.config" /> 46 54 <None Include="ServiceClients\GenerateServiceClients.cmd" /> 47 55 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.