Changeset 7555
- Timestamp:
- 03/05/12 23:19:46 (13 years ago)
- Location:
- branches/ClientUserManagement
- Files:
-
- 29 added
- 3 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ClientUserManagement/HeuristicLab.Clients.Access/3.3/HeuristicLab.Clients.Access-3.3.csproj
r7553 r7555 38 38 </PropertyGroup> 39 39 <ItemGroup> 40 <Reference Include="HeuristicLab.Algorithms.Benchmarks-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" /> 40 <Reference Include="HeuristicLab.Algorithms.Benchmarks-3.3"> 41 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.Benchmarks-3.3.dll</HintPath> 42 <Private>False</Private> 43 </Reference> 41 44 <Reference Include="HeuristicLab.Clients.Common-3.3"> 42 45 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Clients.Common-3.3.dll</HintPath> … … 59 62 <Private>False</Private> 60 63 </Reference> 61 <Reference Include="HeuristicLab.Core.Views-3.3">62 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>63 <Private>False</Private>64 </Reference>65 64 <Reference Include="HeuristicLab.Data-3.3"> 66 65 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath> 67 66 <Private>False</Private> 68 67 </Reference> 69 <Reference Include="HeuristicLab. MainForm-3.3">70 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab. MainForm-3.3.dll</HintPath>68 <Reference Include="HeuristicLab.Optimization-3.3"> 69 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 71 70 <Private>False</Private> 72 71 </Reference> 73 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">74 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>75 <Private>False</Private>76 </Reference>77 <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />78 <Reference Include="HeuristicLab.Optimizer-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />79 72 <Reference Include="HeuristicLab.Persistence-3.3"> 80 73 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> … … 102 95 <Compile Include="ClientInformation.cs" /> 103 96 <Compile Include="ClientInformationUtils.cs" /> 104 <Compile Include="ClientViews\ClientInformationDialog.cs">105 <SubType>Form</SubType>106 </Compile>107 <Compile Include="ClientViews\ClientInformationDialog.Designer.cs">108 <DependentUpon>ClientInformationDialog.cs</DependentUpon>109 </Compile>110 <Compile Include="ClientViews\ClientRegistrationDialog.cs">111 <SubType>Form</SubType>112 </Compile>113 <Compile Include="ClientViews\ClientRegistrationDialog.Designer.cs">114 <DependentUpon>ClientRegistrationDialog.cs</DependentUpon>115 </Compile>116 <Compile Include="ClientViews\ClientView.cs">117 <SubType>UserControl</SubType>118 </Compile>119 <Compile Include="ClientViews\ClientView.Designer.cs">120 <DependentUpon>ClientView.cs</DependentUpon>121 </Compile>122 <Compile Include="ClientViews\AdminClientView.cs">123 <SubType>UserControl</SubType>124 </Compile>125 <Compile Include="ClientViews\AdminClientView.Designer.cs">126 <DependentUpon>AdminClientView.cs</DependentUpon>127 </Compile>128 <Compile Include="MenuItems\ClientInfoMenuItem.cs" />129 97 <Compile Include="Plugin.cs" /> 130 98 <Compile Include="Properties\AssemblyInfo.cs" /> … … 144 112 </Compile> 145 113 <Compile Include="UserInformation.cs" /> 146 <Compile Include="Views\LightweightUserGroupSelectionDialog.cs">147 <SubType>Form</SubType>148 </Compile>149 <Compile Include="Views\LightweightUserGroupSelectionDialog.Designer.cs">150 <DependentUpon>LightweightUserGroupSelectionDialog.cs</DependentUpon>151 </Compile>152 <Compile Include="Views\LightweightUserGroupSelectionView.cs">153 <SubType>UserControl</SubType>154 </Compile>155 <Compile Include="Views\LightweightUserGroupSelectionView.Designer.cs">156 <DependentUpon>LightweightUserGroupSelectionView.cs</DependentUpon>157 </Compile>158 <Compile Include="Views\LightweightUserView.cs">159 <SubType>UserControl</SubType>160 </Compile>161 <Compile Include="Views\LightweightUserView.Designer.cs">162 <DependentUpon>LightweightUserView.cs</DependentUpon>163 </Compile>164 <Compile Include="Views\RefreshableLightweightUserView.cs">165 <SubType>UserControl</SubType>166 </Compile>167 <Compile Include="Views\RefreshableLightweightUserView.Designer.cs">168 <DependentUpon>RefreshableLightweightUserView.cs</DependentUpon>169 </Compile>170 <Compile Include="Views\RefreshableView.cs">171 <SubType>UserControl</SubType>172 </Compile>173 <Compile Include="Views\RefreshableView.Designer.cs">174 <DependentUpon>RefreshableView.cs</DependentUpon>175 </Compile>176 114 </ItemGroup> 177 115 <ItemGroup> -
branches/ClientUserManagement/HeuristicLab.Clients.Access/3.3/Plugin.cs.frame
r7534 r7555 32 32 [PluginDependency("HeuristicLab.Optimization", "3.3")] 33 33 [PluginDependency("HeuristicLab.Collections", "3.3")] 34 [PluginDependency("HeuristicLab.Optimizer", "3.3")]35 34 [PluginDependency("HeuristicLab.Common", "3.3")] 36 35 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 37 36 [PluginDependency("HeuristicLab.Core", "3.3")] 38 [PluginDependency("HeuristicLab.Core.Views", "3.3")]39 37 [PluginDependency("HeuristicLab.Data", "3.3")] 40 [PluginDependency("HeuristicLab.MainForm", "3.3")]41 [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]42 38 [PluginDependency("HeuristicLab.Persistence", "3.3")] 43 39 public class HeuristicLabClientsAccessPlugin : PluginBase { -
branches/ClientUserManagement/HeuristicLab.Services.Access.sln
r6840 r7555 19 19 EndProject 20 20 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Services.Access-3.3.Tests", "HeuristicLab.Services.Access-3.3.Tests\HeuristicLab.Services.Access-3.3.Tests.csproj", "{70C5A73A-148C-45A2-938F-F8F6DAA80A02}" 21 EndProject 22 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Clients.Access.Views-3.3", "HeuristicLab.Clients.Access.Views\3.3\HeuristicLab.Clients.Access.Views-3.3.csproj", "{FE856595-64CD-46DA-9CD2-FFF3E6B0D4F2}" 21 23 EndProject 22 24 Global … … 83 85 {70C5A73A-148C-45A2-938F-F8F6DAA80A02}.Release|Mixed Platforms.Build.0 = Release|Any CPU 84 86 {70C5A73A-148C-45A2-938F-F8F6DAA80A02}.Release|x86.ActiveCfg = Release|Any CPU 87 {FE856595-64CD-46DA-9CD2-FFF3E6B0D4F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 88 {FE856595-64CD-46DA-9CD2-FFF3E6B0D4F2}.Debug|Any CPU.Build.0 = Debug|Any CPU 89 {FE856595-64CD-46DA-9CD2-FFF3E6B0D4F2}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU 90 {FE856595-64CD-46DA-9CD2-FFF3E6B0D4F2}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU 91 {FE856595-64CD-46DA-9CD2-FFF3E6B0D4F2}.Debug|x86.ActiveCfg = Debug|Any CPU 92 {FE856595-64CD-46DA-9CD2-FFF3E6B0D4F2}.Release|Any CPU.ActiveCfg = Release|Any CPU 93 {FE856595-64CD-46DA-9CD2-FFF3E6B0D4F2}.Release|Any CPU.Build.0 = Release|Any CPU 94 {FE856595-64CD-46DA-9CD2-FFF3E6B0D4F2}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU 95 {FE856595-64CD-46DA-9CD2-FFF3E6B0D4F2}.Release|Mixed Platforms.Build.0 = Release|Any CPU 96 {FE856595-64CD-46DA-9CD2-FFF3E6B0D4F2}.Release|x86.ActiveCfg = Release|Any CPU 85 97 EndGlobalSection 86 98 GlobalSection(SolutionProperties) = preSolution
Note: See TracChangeset
for help on using the changeset viewer.