Changeset 382
- Timestamp:
- 07/12/08 11:40:36 (16 years ago)
- Location:
- trunk/sources
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.CEDMA.Core/HeuristicLab.CEDMA.Core.csproj
r377 r382 34 34 </PropertyGroup> 35 35 <ItemGroup> 36 <Reference Include="HeuristicLab.PluginInfrastructure, Version=3.0.0.316, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">37 <SpecificVersion>False</SpecificVersion>38 <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.0\HeuristicLab.PluginInfrastructure.dll</HintPath>39 </Reference>40 36 <Reference Include="System" /> 41 37 <Reference Include="System.Core"> … … 97 93 <Name>HeuristicLab.Core</Name> 98 94 </ProjectReference> 95 <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj"> 96 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 97 <Name>HeuristicLab.PluginInfrastructure</Name> 98 </ProjectReference> 99 99 </ItemGroup> 100 100 <ItemGroup> -
trunk/sources/HeuristicLab.CEDMA.DB.Interfaces/HeuristicLab.CEDMA.DB.Interfaces.csproj
r375 r382 34 34 </PropertyGroup> 35 35 <ItemGroup> 36 <Reference Include="HeuristicLab.PluginInfrastructure, Version=3.0.0.316, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">37 <SpecificVersion>False</SpecificVersion>38 <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.0\HeuristicLab.PluginInfrastructure.dll</HintPath>39 </Reference>40 36 <Reference Include="System" /> 41 37 <Reference Include="System.Core"> … … 69 65 <None Include="HeuristicLab.snk" /> 70 66 </ItemGroup> 67 <ItemGroup> 68 <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj"> 69 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 70 <Name>HeuristicLab.PluginInfrastructure</Name> 71 </ProjectReference> 72 </ItemGroup> 71 73 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 72 74 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
trunk/sources/HeuristicLab.CEDMA.DB/HeuristicLab.CEDMA.DB.csproj
r373 r382 36 36 </PropertyGroup> 37 37 <ItemGroup> 38 <Reference Include="HeuristicLab.PluginInfrastructure, Version=3.0.0.316, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">39 <SpecificVersion>False</SpecificVersion>40 <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.0\HeuristicLab.PluginInfrastructure.dll</HintPath>41 </Reference>42 38 <Reference Include="System" /> 43 39 <Reference Include="System.Core"> … … 76 72 <Name>HeuristicLab.CEDMA.DB.Interfaces</Name> 77 73 </ProjectReference> 74 <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj"> 75 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 76 <Name>HeuristicLab.PluginInfrastructure</Name> 77 </ProjectReference> 78 78 <ProjectReference Include="..\HeuristicLab.SQLite\HeuristicLab.SQLite.csproj"> 79 79 <Project>{6960CBCD-E44B-49B0-BA86-671091C42C36}</Project> -
trunk/sources/HeuristicLab.CEDMA.Operators/HeuristicLab.CEDMA.Operators.csproj
r377 r382 34 34 </PropertyGroup> 35 35 <ItemGroup> 36 <Reference Include="HeuristicLab.PluginInfrastructure, Version=3.0.0.316, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">37 <SpecificVersion>False</SpecificVersion>38 <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.0\HeuristicLab.PluginInfrastructure.dll</HintPath>39 </Reference>40 36 <Reference Include="System" /> 41 37 <Reference Include="System.Core"> … … 82 78 <Name>HeuristicLab.Data</Name> 83 79 </ProjectReference> 80 <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj"> 81 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 82 <Name>HeuristicLab.PluginInfrastructure</Name> 83 </ProjectReference> 84 84 </ItemGroup> 85 85 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset
for help on using the changeset viewer.