Changeset 8600 for trunk/sources/HeuristicLab.Encodings.RealVectorEncoding
- Timestamp:
- 09/07/12 16:26:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.RealVectorEncoding/3.3/HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj
r6866 r8600 192 192 </ProjectReference> 193 193 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 194 <Project>{ F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>194 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 195 195 <Name>HeuristicLab.Core-3.3</Name> 196 196 <Private>False</Private> 197 197 </ProjectReference> 198 198 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 199 <Project>{ F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>199 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 200 200 <Name>HeuristicLab.Data-3.3</Name> 201 201 <Private>False</Private> … … 264 264 --> 265 265 <PropertyGroup> 266 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)266 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 267 267 set ProjectDir=$(ProjectDir) 268 268 set SolutionDir=$(SolutionDir) … … 271 271 call PreBuildEvent.cmd 272 272 </PreBuildEvent> 273 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 274 export ProjectDir=$(ProjectDir) 275 export SolutionDir=$(SolutionDir) 276 277 $SolutionDir/PreBuildEvent.sh 278 </PreBuildEvent> 273 279 </PropertyGroup> 274 280 </Project>
Note: See TracChangeset
for help on using the changeset viewer.