Changeset 6393
- Timestamp:
- 06/08/11 12:10:59 (13 years ago)
- Location:
- branches/MPI
- Files:
-
- 5 added
- 2 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/MPI/HeuristicLab.ExtLibs/HeuristicLab.MPInet/1.0.0/HeuristicLab.MPInet-1.0.0.csproj
r6346 r6393 96 96 </PropertyGroup> 97 97 <ItemGroup> 98 <Reference Include="Accessibility"> 99 <EmbedInteropTypes>True</EmbedInteropTypes> 100 </Reference> 101 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 102 <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 103 </Reference> 98 104 <Reference Include="System" /> 99 105 <Reference Include="System.Core"> … … 116 122 <None Include="HeuristicLab.snk" /> 117 123 <None Include="Properties\AssemblyInfo.frame" /> 118 </ItemGroup>119 <ItemGroup>120 <ProjectReference Include="..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">121 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>122 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>123 </ProjectReference>124 124 </ItemGroup> 125 125 <ItemGroup> … … 167 167 call PreBuildEvent.cmd</PreBuildEvent> 168 168 </PropertyGroup> 169 <PropertyGroup> 170 <PostBuildEvent> 171 </PostBuildEvent> 172 </PropertyGroup> 169 173 </Project> -
branches/MPI/HeuristicLab.MPIAlgorithmRunner/3.3/HeuristicLab.MPIAlgorithmRunner-3.3.csproj
r6388 r6393 103 103 </PropertyGroup> 104 104 <ItemGroup> 105 <Reference Include="HeuristicLab.Collections-3.3"> 106 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath> 107 </Reference> 108 <Reference Include="HeuristicLab.Common-3.3"> 109 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath> 110 </Reference> 111 <Reference Include="HeuristicLab.Core-3.3"> 112 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath> 113 </Reference> 114 <Reference Include="HeuristicLab.Optimization-3.3"> 115 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath> 116 </Reference> 117 <Reference Include="HeuristicLab.Persistence-3.3"> 118 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath> 119 </Reference> 120 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 121 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 122 </Reference> 105 123 <Reference Include="Microsoft.Hpc.Scheduler, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> 106 124 <HintPath>Microsoft.Hpc.Scheduler.dll</HintPath> … … 126 144 </ItemGroup> 127 145 <ItemGroup> 128 <ProjectReference Include="..\..\..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 129 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 130 <Name>HeuristicLab.Collections-3.3</Name> 131 </ProjectReference> 132 <ProjectReference Include="..\..\..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 133 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 134 <Name>HeuristicLab.Common-3.3</Name> 135 </ProjectReference> 136 <ProjectReference Include="..\..\..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 137 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 138 <Name>HeuristicLab.Core-3.3</Name> 139 </ProjectReference> 140 <ProjectReference Include="..\..\..\..\HeuristicLab.Operators.MPISupport\3.3\HeuristicLab.Operators.MPISupport-3.3.csproj"> 146 <ProjectReference Include="..\..\HeuristicLab.Operators.MPISupport\3.3\HeuristicLab.Operators.MPISupport-3.3.csproj"> 141 147 <Project>{6BD69CDA-4875-4045-8B35-6FD4602854F5}</Project> 142 148 <Name>HeuristicLab.Operators.MPISupport-3.3</Name> 143 149 </ProjectReference> 144 <ProjectReference Include="..\..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 145 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 146 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 147 </ProjectReference> 148 <ProjectReference Include="..\..\1.0.0\HeuristicLab.MPInet-1.0.0.csproj"> 150 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.MPInet\1.0.0\HeuristicLab.MPInet-1.0.0.csproj"> 149 151 <Project>{C47EEE60-DF91-46DB-9B78-F2C2301D6FE7}</Project> 150 152 <Name>HeuristicLab.MPInet-1.0.0</Name> 151 </ProjectReference>152 <ProjectReference Include="..\..\..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">153 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>154 <Name>HeuristicLab.Optimization-3.3</Name>155 </ProjectReference>156 <ProjectReference Include="..\..\..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">157 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>158 <Name>HeuristicLab.Persistence-3.3</Name>159 153 </ProjectReference> 160 154 </ItemGroup> … … 163 157 <None Include="HeuristicLabMPIAlgorithmRunnerPlugin.cs.frame" /> 164 158 <None Include="Properties\AssemblyInfo.frame" /> 165 <None Include="MPI_ISLAND_GA.hl">166 <CopyToOutputDirectory>Always</CopyToOutputDirectory>167 </None>168 </ItemGroup>169 <ItemGroup>170 <Content Include="Howto.txt" />171 159 </ItemGroup> 172 160 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -
branches/MPI/HeuristicLab.MPIEngine/3.3/HeuristicLab.MPIEngine-3.3.csproj
r6388 r6393 104 104 </PropertyGroup> 105 105 <ItemGroup> 106 <Reference Include="HeuristicLab.Collections-3.3"> 107 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath> 108 </Reference> 109 <Reference Include="HeuristicLab.Common-3.3"> 110 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath> 111 </Reference> 112 <Reference Include="HeuristicLab.Core-3.3"> 113 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath> 114 </Reference> 115 <Reference Include="HeuristicLab.Optimization-3.3"> 116 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath> 117 </Reference> 118 <Reference Include="HeuristicLab.Persistence-3.3"> 119 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath> 120 </Reference> 121 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 122 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 123 </Reference> 124 <Reference Include="HeuristicLab.SequentialEngine-3.3"> 125 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.SequentialEngine-3.3.dll</HintPath> 126 </Reference> 106 127 <Reference Include="Microsoft.Hpc.Scheduler, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> 107 128 <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.MPInet\MPIAlgorithmRunner\3.3\Microsoft.Hpc.Scheduler.dll</HintPath> … … 126 147 </ItemGroup> 127 148 <ItemGroup> 128 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 129 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 130 <Name>HeuristicLab.Collections-3.3</Name> 131 </ProjectReference> 132 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 133 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 134 <Name>HeuristicLab.Common-3.3</Name> 135 </ProjectReference> 136 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 137 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 138 <Name>HeuristicLab.Core-3.3</Name> 139 </ProjectReference> 140 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.MPInet\MPIAlgorithmRunner\3.3\HeuristicLab.MPIAlgorithmRunner-3.3.csproj"> 149 <ProjectReference Include="..\..\HeuristicLab.MPIAlgorithmRunner\3.3\HeuristicLab.MPIAlgorithmRunner-3.3.csproj"> 141 150 <Project>{62C3B458-430E-4EF4-8250-C50BCF94D035}</Project> 142 151 <Name>HeuristicLab.MPIAlgorithmRunner-3.3</Name> … … 145 154 <Project>{6BD69CDA-4875-4045-8B35-6FD4602854F5}</Project> 146 155 <Name>HeuristicLab.Operators.MPISupport-3.3</Name> 147 </ProjectReference>148 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">149 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>150 <Name>HeuristicLab.Optimization-3.3</Name>151 </ProjectReference>152 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">153 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>154 <Name>HeuristicLab.Persistence-3.3</Name>155 </ProjectReference>156 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">157 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>158 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>159 </ProjectReference>160 <ProjectReference Include="..\..\HeuristicLab.SequentialEngine\3.3\HeuristicLab.SequentialEngine-3.3.csproj">161 <Project>{DC3D7072-7999-4719-B65D-3997744D5DC1}</Project>162 <Name>HeuristicLab.SequentialEngine-3.3</Name>163 156 </ProjectReference> 164 157 </ItemGroup> … … 173 166 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabMPIEnginePlugin.cs.frame" "%25ProjectDir%25\HeuristicLabMPIEnginePlugin.cs"</PreBuildEvent> 174 167 </PropertyGroup> 168 <PropertyGroup> 169 <PostBuildEvent>set ProjectName=$(ProjectName) 170 set Source=$(TargetPath) 171 set Configuration=$(ConfigurationName) 172 set Platform=$(PlatformName) 173 set SolutionDir=$(SolutionDir) 174 175 if exist "$(SolutionDir)CustomPostBuild.cmd" call "$(SolutionDir)CustomPostBuild.cmd"</PostBuildEvent> 176 </PropertyGroup> 175 177 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 176 178 Other similar extension points exist, see Microsoft.Common.targets. -
branches/MPI/HeuristicLab.Operators.MPISupport/3.3/HeuristicLab.Operators.MPISupport-3.3.csproj
r6347 r6393 96 96 </PropertyGroup> 97 97 <ItemGroup> 98 <Reference Include="Accessibility"> 99 <EmbedInteropTypes>True</EmbedInteropTypes> 100 </Reference> 101 <Reference Include="HeuristicLab.Collections-3.3"> 102 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath> 103 </Reference> 104 <Reference Include="HeuristicLab.Common-3.3"> 105 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath> 106 </Reference> 107 <Reference Include="HeuristicLab.Core-3.3"> 108 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath> 109 </Reference> 110 <Reference Include="HeuristicLab.Operators-3.3"> 111 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath> 112 </Reference> 113 <Reference Include="HeuristicLab.Optimization-3.3"> 114 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath> 115 </Reference> 116 <Reference Include="HeuristicLab.Persistence-3.3"> 117 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath> 118 </Reference> 119 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 120 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 121 </Reference> 98 122 <Reference Include="MPI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=29b4a045737654fe, processorArchitecture=MSIL"> 99 123 <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.MPInet\1.0.0\MPI.dll</HintPath> … … 121 145 <None Include="HeuristicLab.snk" /> 122 146 <None Include="Properties\AssemblyInfo.frame" /> 123 </ItemGroup>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>145 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">146 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>147 <Name>HeuristicLab.Persistence-3.3</Name>148 </ProjectReference>149 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">150 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>151 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>152 </ProjectReference>153 147 </ItemGroup> 154 148 <ItemGroup> … … 186 180 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabOperatorsMPISupportPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabOperatorsMPISupportPlugin.cs"</PreBuildEvent> 187 181 </PropertyGroup> 182 <PropertyGroup> 183 <PostBuildEvent>set ProjectName=$(ProjectName) 184 set Source=$(TargetPath) 185 set Configuration=$(ConfigurationName) 186 set Platform=$(PlatformName) 187 set SolutionDir=$(SolutionDir) 188 189 if exist "$(SolutionDir)CustomPostBuild.cmd" call "$(SolutionDir)CustomPostBuild.cmd"</PostBuildEvent> 190 </PropertyGroup> 188 191 </Project>
Note: See TracChangeset
for help on using the changeset viewer.