Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/08/11 12:10:59 (13 years ago)
Author:
svonolfe
Message:

Added solution for MPIsupport (#1542)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/MPI/HeuristicLab.Operators.MPISupport/3.3/HeuristicLab.Operators.MPISupport-3.3.csproj

    r6347 r6393  
    9696  </PropertyGroup>
    9797  <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>
    98122    <Reference Include="MPI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=29b4a045737654fe, processorArchitecture=MSIL">
    99123      <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.MPInet\1.0.0\MPI.dll</HintPath>
     
    121145    <None Include="HeuristicLab.snk" />
    122146    <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>
    153147  </ItemGroup>
    154148  <ItemGroup>
     
    186180SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabOperatorsMPISupportPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabOperatorsMPISupportPlugin.cs"</PreBuildEvent>
    187181  </PropertyGroup>
     182  <PropertyGroup>
     183    <PostBuildEvent>set ProjectName=$(ProjectName)
     184set Source=$(TargetPath)
     185set Configuration=$(ConfigurationName)
     186set Platform=$(PlatformName)
     187set SolutionDir=$(SolutionDir)
     188
     189if exist "$(SolutionDir)CustomPostBuild.cmd" call "$(SolutionDir)CustomPostBuild.cmd"</PostBuildEvent>
     190  </PropertyGroup>
    188191</Project>
Note: See TracChangeset for help on using the changeset viewer.