Changeset 4822
- Timestamp:
- 11/16/10 22:36:44 (14 years ago)
- Location:
- branches/SmalltalkExport
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SmalltalkExport/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters/3.3/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters.csproj
r4821 r4822 1 <?xml version="1.0" encoding="utf-8"?>1 <?xml version="1.0" encoding="utf-8"?> 2 2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 3 <PropertyGroup> … … 39 39 <ItemGroup> 40 40 <Reference Include="HeuristicLab.Common-3.3"> 41 <HintPath> ..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>41 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath> 42 42 </Reference> 43 43 <Reference Include="HeuristicLab.Core-3.3"> 44 <HintPath> ..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>44 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath> 45 45 </Reference> 46 46 <Reference Include="HeuristicLab.Core.Views-3.3"> 47 <HintPath> ..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>47 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath> 48 48 </Reference> 49 49 <Reference Include="HeuristicLab.MainForm-3.3"> 50 <HintPath> ..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>50 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath> 51 51 </Reference> 52 52 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3"> 53 <HintPath> ..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>53 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 54 54 </Reference> 55 55 <Reference Include="HeuristicLab.Persistence-3.3"> 56 <HintPath> ..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>56 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath> 57 57 </Reference> 58 58 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 59 <HintPath> ..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>59 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 60 60 </Reference> 61 61 <Reference Include="Microsoft.Build.Conversion.v3.5" />
Note: See TracChangeset
for help on using the changeset viewer.