Changeset 4333 for branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Core/3.3/HeuristicLab.Hive.Server.Core-3.3.csproj
- Timestamp:
- 08/27/10 08:35:43 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Core/3.3/HeuristicLab.Hive.Server.Core-3.3.csproj
r4302 r4333 114 114 </ItemGroup> 115 115 <ItemGroup> 116 <Compile Include="Authorization\AuthorizationManager.cs" /> 116 117 <Compile Include="CreateHiveDatabaseApplication.cs" /> 117 118 <Compile Include="SlaveCommunicator.cs" /> … … 122 123 <Compile Include="Facades\ClientFacade.cs" /> 123 124 <Compile Include="HeuristicLabHiveServerCorePlugin.cs" /> 124 <Compile Include="InternalInterfaces\I HivePermissionManager.cs" />125 <Compile Include="InternalInterfaces\IAuthorizationManager.cs" /> 125 126 <Compile Include="InternalInterfaces\IInternalSlaveCommunicator.cs" /> 126 127 <Compile Include="InternalInterfaces\IInternalJobManager.cs" /> … … 158 159 </ProjectReference> 159 160 </ItemGroup> 160 <ItemGroup> 161 <Folder Include="Authorization\" /> 162 </ItemGroup> 161 <ItemGroup /> 163 162 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 164 163 <ProjectExtensions>
Note: See TracChangeset
for help on using the changeset viewer.