Changeset 2400
- Timestamp:
- 09/30/09 09:38:20 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.BackgroundProcessing/HeuristicLab.BackgroundProcessing-3.2.csproj
r2399 r2400 50 50 </PropertyGroup> 51 51 <ItemGroup> 52 <Reference Include="HeuristicLab.PluginInfrastructure, Version=3.2.0.2234, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">53 <SpecificVersion>False</SpecificVersion>54 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.0\HeuristicLab.PluginInfrastructure.dll</HintPath>55 </Reference>56 52 <Reference Include="System" /> 57 53 <Reference Include="System.Core"> … … 84 80 <None Include="HeuristicLab.snk" /> 85 81 </ItemGroup> 82 <ItemGroup> 83 <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj"> 84 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 85 <Name>HeuristicLab.PluginInfrastructure</Name> 86 </ProjectReference> 87 </ItemGroup> 86 88 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 87 89 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. … … 95 97 <PostBuildEvent> 96 98 </PostBuildEvent> 99 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 100 set ProjectDir=$(ProjectDir) 101 set SolutionDir=$(SolutionDir) 102 103 104 call PreBuildEvent.cmd</PreBuildEvent> 97 105 </PropertyGroup> 98 106 </Project>
Note: See TracChangeset
for help on using the changeset viewer.