Changeset 12232 for branches/OptimizationNetworks/HeuristicLab.Scripting
- Timestamp:
- 03/21/15 10:39:50 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OptimizationNetworks/HeuristicLab.Scripting/3.3/HeuristicLab.Scripting-3.3.csproj
r11577 r12232 18 18 <DebugType>full</DebugType> 19 19 <Optimize>false</Optimize> 20 <OutputPath>..\..\ bin\</OutputPath>20 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 21 21 <DefineConstants>DEBUG;TRACE</DefineConstants> 22 22 <ErrorReport>prompt</ErrorReport> … … 75 75 </PropertyGroup> 76 76 <ItemGroup> 77 <Reference Include="HeuristicLab.Collections-3.3"> 78 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath> 79 <Private>False</Private> 80 </Reference> 81 <Reference Include="HeuristicLab.Common-3.3"> 82 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 83 <Private>False</Private> 84 </Reference> 85 <Reference Include="HeuristicLab.Core-3.3"> 86 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 87 <Private>False</Private> 88 </Reference> 89 <Reference Include="HeuristicLab.Persistence-3.3"> 90 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 91 <Private>False</Private> 92 </Reference> 93 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 94 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 95 <Private>False</Private> 96 </Reference> 77 97 <Reference Include="Microsoft.CSharp" /> 78 98 <Reference Include="System" /> … … 100 120 </ItemGroup> 101 121 <ItemGroup> 102 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">103 <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>104 <Name>HeuristicLab.Collections-3.3</Name>105 <Private>False</Private>106 </ProjectReference>107 122 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 108 123 <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project> 109 124 <Name>HeuristicLab.Common.Resources-3.3</Name> 110 <Private>False</Private>111 </ProjectReference>112 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">113 <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>114 <Name>HeuristicLab.Common-3.3</Name>115 <Private>False</Private>116 </ProjectReference>117 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">118 <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>119 <Name>HeuristicLab.Core-3.3</Name>120 <Private>False</Private>121 </ProjectReference>122 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">123 <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project>124 <Name>HeuristicLab.Persistence-3.3</Name>125 <Private>False</Private>126 </ProjectReference>127 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">128 <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>129 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>130 125 <Private>False</Private> 131 126 </ProjectReference>
Note: See TracChangeset
for help on using the changeset viewer.