Changeset 9761
- Timestamp:
- 07/26/13 10:28:47 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/HeuristicLab.Problems.Robocode.csproj
r9609 r9761 18 18 <DebugType>full</DebugType> 19 19 <Optimize>false</Optimize> 20 <OutputPath>..\..\ HeuristicLabTrunk\sources\bin\</OutputPath>20 <OutputPath>..\..\..\trunk\sources\bin\</OutputPath> 21 21 <DefineConstants>DEBUG;TRACE</DefineConstants> 22 22 <ErrorReport>prompt</ErrorReport> … … 27 27 <DebugType>pdbonly</DebugType> 28 28 <Optimize>true</Optimize> 29 <OutputPath> bin\Release\</OutputPath>29 <OutputPath>..\..\..\trunk\sources\bin\</OutputPath> 30 30 <DefineConstants>TRACE</DefineConstants> 31 31 <ErrorReport>prompt</ErrorReport> … … 35 35 <ItemGroup> 36 36 <Reference Include="HeuristicLab.Collections-3.3"> 37 <HintPath>..\..\ HeuristicLabTrunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>37 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath> 38 38 </Reference> 39 39 <Reference Include="HeuristicLab.Common-3.3"> 40 <HintPath>..\..\ HeuristicLabTrunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>40 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 41 41 </Reference> 42 42 <Reference Include="HeuristicLab.Core-3.3"> 43 <HintPath>..\..\ HeuristicLabTrunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>43 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 44 44 </Reference> 45 45 <Reference Include="HeuristicLab.Core.Views-3.3"> 46 <HintPath>..\..\ HeuristicLabTrunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>46 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath> 47 47 </Reference> 48 48 <Reference Include="HeuristicLab.Data-3.3"> 49 <HintPath>..\..\ HeuristicLabTrunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>49 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath> 50 50 </Reference> 51 51 <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 52 52 <SpecificVersion>False</SpecificVersion> 53 <HintPath>..\..\ HeuristicLabTrunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>53 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath> 54 54 </Reference> 55 55 <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4"> 56 <HintPath>..\..\ HeuristicLabTrunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.dll</HintPath>56 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.dll</HintPath> 57 57 </Reference> 58 58 <Reference Include="HeuristicLab.MainForm-3.3"> 59 <HintPath>..\..\ HeuristicLabTrunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>59 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath> 60 60 </Reference> 61 61 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3"> 62 <HintPath>..\..\ HeuristicLabTrunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>62 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 63 63 </Reference> 64 64 <Reference Include="HeuristicLab.Operators-3.3"> 65 <HintPath>..\..\ HeuristicLabTrunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>65 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath> 66 66 </Reference> 67 67 <Reference Include="HeuristicLab.Optimization-3.3"> 68 <HintPath>..\..\ HeuristicLabTrunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>68 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 69 69 </Reference> 70 70 <Reference Include="HeuristicLab.Optimization.Operators-3.3"> 71 <HintPath>..\..\ HeuristicLabTrunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>71 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath> 72 72 </Reference> 73 73 <Reference Include="HeuristicLab.Parameters-3.3"> 74 <HintPath>..\..\ HeuristicLabTrunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>74 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 75 75 </Reference> 76 76 <Reference Include="HeuristicLab.Persistence-3.3"> 77 <HintPath>..\..\ HeuristicLabTrunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>77 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 78 78 </Reference> 79 79 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 80 <HintPath>..\..\ HeuristicLabTrunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>80 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 81 81 </Reference> 82 82 <Reference Include="System" />
Note: See TracChangeset
for help on using the changeset viewer.