Changeset 16816 for branches/2521_ProblemRefactoring/HeuristicLab.Problems.ExternalEvaluation/3.4/HeuristicLab.Problems.ExternalEvaluation-3.4.csproj
- Timestamp:
- 04/18/19 14:06:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Problems.ExternalEvaluation/3.4/HeuristicLab.Problems.ExternalEvaluation-3.4.csproj
r16723 r16816 137 137 <Compile Include="Interfaces\IMultiObjectiveOptimizationSupport.cs" /> 138 138 <Compile Include="MultiObjectiveExternalEvaluationProblem.cs" /> 139 <Compile Include="ExternalEvaluationProblem.cs" /> 139 <Compile Include="ExternalEvaluationProblemInstances.cs" /> 140 <Compile Include="SingleObjectiveExternalEvaluationProblem.cs" /> 140 141 <Compile Include="Interfaces\IEvaluationServiceClient.cs" /> 141 142 <Compile Include="Interfaces\IEvaluationChannel.cs" /> … … 144 145 <Compile Include="Plugin.cs" /> 145 146 <Compile Include="Programmable\CompiledOptimizationSupport.cs" /> 146 <Co mpile Include="Programmable\CompiledMultiObjectiveOptimizationSupport.cs" />147 <Co mpile Include="Programmable\CompiledSingleObjectiveOptimizationSupport.cs" />148 <Compile Include="Programmable\MultiObjective OptimizationSupportScript.cs" />147 <Content Include="Programmable\MultiObjective\CompiledMultiObjectiveOptimizationSupport.cs" /> 148 <Content Include="Programmable\SingleObjective\CompiledSingleObjectiveOptimizationSupport.cs" /> 149 <Compile Include="Programmable\MultiObjective\MultiObjectiveOptimizationSupportScript.cs" /> 149 150 <Compile Include="Programmable\OptimizationSupportScript.cs" /> 150 <Compile Include="Programmable\SingleObjective OptimizationSupportScript.cs" />151 <Compile Include="Programmable\SingleObjective\SingleObjectiveOptimizationSupportScript.cs" /> 151 152 <Compile Include="Programmable\OptimizationSupportScriptException.cs" /> 152 153 <Compile Include="Programmable\Templates.Designer.cs"> … … 187 188 <Generator>ResXFileCodeGenerator</Generator> 188 189 <LastGenOutput>Templates.Designer.cs</LastGenOutput> 190 <SubType>Designer</SubType> 189 191 </EmbeddedResource> 190 192 </ItemGroup> … … 218 220 <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project> 219 221 <Name>HeuristicLab.Data-3.3</Name> 222 <Private>False</Private> 223 </ProjectReference> 224 <ProjectReference Include="..\..\HeuristicLab.Encodings.BinaryVectorEncoding\3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj"> 225 <Project>{66d249c3-a01d-42a8-82a2-919bc8ec3d83}</Project> 226 <Name>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</Name> 227 <Private>False</Private> 228 </ProjectReference> 229 <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj"> 230 <Project>{ddfb14dd-2a85-493c-a52d-e69729bbaeb0}</Project> 231 <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name> 232 <Private>False</Private> 233 </ProjectReference> 234 <ProjectReference Include="..\..\HeuristicLab.Encodings.LinearLinkageEncoding\3.4\HeuristicLab.Encodings.LinearLinkageEncoding-3.4.csproj"> 235 <Project>{be698769-975a-429e-828c-72bb2b6182c8}</Project> 236 <Name>HeuristicLab.Encodings.LinearLinkageEncoding-3.4</Name> 237 <Private>False</Private> 238 </ProjectReference> 239 <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj"> 240 <Project>{dbecb8b0-b166-4133-baf1-ed67c3fd7fca}</Project> 241 <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name> 242 <Private>False</Private> 243 </ProjectReference> 244 <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj"> 245 <Project>{bb6d334a-4bb6-4674-9883-31a6ebb32cab}</Project> 246 <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name> 247 <Private>False</Private> 248 </ProjectReference> 249 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj"> 250 <Project>{06d4a186-9319-48a0-bade-a2058d462eea}</Project> 251 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name> 220 252 <Private>False</Private> 221 253 </ProjectReference>
Note: See TracChangeset
for help on using the changeset viewer.