- Timestamp:
- 01/31/18 10:19:30 (7 years ago)
- Location:
- addons/HeuristicLab.PushGP
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
addons/HeuristicLab.PushGP
- Property svn:ignore
-
old new 1 1 *.user 2 .vs 3 TestResults 2 4 packages 3 TestResults
-
- Property svn:ignore
-
addons/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis.Base/HeuristicLab.Problems.ProgramSynthesis.Base.csproj
r15366 r15692 36 36 <ItemGroup> 37 37 <Reference Include="HeuristicLab.Collections-3.3"> 38 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>38 <HintPath>..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 39 39 </Reference> 40 40 <Reference Include="HeuristicLab.Common-3.3"> 41 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>41 <HintPath>..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 42 42 </Reference> 43 43 <Reference Include="HeuristicLab.Core-3.3"> 44 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>44 <HintPath>..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 45 45 </Reference> 46 46 <Reference Include="HeuristicLab.Core.Views-3.3"> 47 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>47 <HintPath>..\..\..\trunk\bin\HeuristicLab.Core.Views-3.3.dll</HintPath> 48 48 </Reference> 49 49 <Reference Include="HeuristicLab.Data-3.3"> 50 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>50 <HintPath>..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath> 51 51 </Reference> 52 52 <Reference Include="HeuristicLab.Data.Views-3.3"> 53 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>53 <HintPath>..\..\..\trunk\bin\HeuristicLab.Data.Views-3.3.dll</HintPath> 54 54 </Reference> 55 55 <Reference Include="HeuristicLab.MainForm-3.3"> 56 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>56 <HintPath>..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath> 57 57 </Reference> 58 58 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3"> 59 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>59 <HintPath>..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 60 60 </Reference> 61 61 <Reference Include="HeuristicLab.Parameters-3.3"> 62 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>62 <HintPath>..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 63 63 </Reference> 64 64 <Reference Include="HeuristicLab.Persistence-3.3"> 65 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>65 <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 66 66 </Reference> 67 67 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 68 68 <SpecificVersion>False</SpecificVersion> 69 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>69 <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 70 70 </Reference> 71 71 <Reference Include="HeuristicLab.Random-3.3"> 72 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>72 <HintPath>..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath> 73 73 </Reference> 74 74 <Reference Include="System" />
Note: See TracChangeset
for help on using the changeset viewer.