Changeset 6347 for branches/MPI/HeuristicLab.Operators.MPISupport/3.3/HeuristicLab.Operators.MPISupport-3.3.csproj
- Timestamp:
- 05/31/11 16:14:03 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/MPI/HeuristicLab.Operators.MPISupport/3.3/HeuristicLab.Operators.MPISupport-3.3.csproj
r6346 r6347 114 114 <None Include="HeuristicLabOperatorsMPISupportPlugin.cs.frame" /> 115 115 <Compile Include="HeuristicLabOperatorsMPISupportPlugin.cs" /> 116 <Compile Include="MPITransportWrapper.cs" /> 117 <Compile Include="MPIUnidirectionalRingMigrator.cs" /> 116 118 <Compile Include="Properties\AssemblyInfo.cs" /> 117 119 </ItemGroup> … … 121 123 </ItemGroup> 122 124 <ItemGroup> 125 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 126 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 127 <Name>HeuristicLab.Collections-3.3</Name> 128 </ProjectReference> 129 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 130 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 131 <Name>HeuristicLab.Common-3.3</Name> 132 </ProjectReference> 133 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 134 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 135 <Name>HeuristicLab.Core-3.3</Name> 136 </ProjectReference> 137 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 138 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 139 <Name>HeuristicLab.Operators-3.3</Name> 140 </ProjectReference> 141 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 142 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 143 <Name>HeuristicLab.Optimization-3.3</Name> 144 </ProjectReference> 123 145 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 124 146 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
Note: See TracChangeset
for help on using the changeset viewer.