Changeset 6663
- Timestamp:
- 08/17/11 13:28:24 (13 years ago)
- Location:
- trunk/sources/HeuristicLab.Optimization/3.3
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj
r6042 r6663 111 111 </ItemGroup> 112 112 <ItemGroup> 113 <Compile Include="IRunCollectionModifier.cs" /> 113 114 <None Include="HeuristicLabOptimizationPlugin.cs.frame" /> 114 115 <Compile Include="Algorithms\Algorithm.cs" /> 115 116 <Compile Include="BatchRun.cs" /> 117 <Compile Include="Calculator.cs" /> 116 118 <Compile Include="Interfaces\IDiscreteDoubleMatrixModifier.cs" /> 117 119 <Compile Include="Algorithms\HeuristicOptimizationEngineAlgorithm.cs" /> … … 136 138 <Compile Include="Interfaces\ISingleObjectiveHeuristicOptimizationProblem.cs" /> 137 139 <Compile Include="Problems\Problem.cs" /> 140 <Compile Include="RunCollectionFormulaModifer.cs" /> 141 <Compile Include="RunCollectionFuzzifier.cs" /> 142 <Compile Include="RunCollectionModificationEvaluator.cs" /> 138 143 <Compile Include="RunCollectionConstraints\RunCollectionComparisonConstraint.cs" /> 139 144 <Compile Include="RunCollectionConstraints\RunCollectionConstraintCollection.cs" /> … … 244 249 </BootstrapperPackage> 245 250 </ItemGroup> 251 <ItemGroup> 252 <Content Include="bin\x86\Debug\HeuristicLab.Collections-3.3.dll" /> 253 <Content Include="bin\x86\Debug\HeuristicLab.Collections-3.3.pdb" /> 254 <Content Include="bin\x86\Debug\HeuristicLab.Common-3.3.dll" /> 255 <Content Include="bin\x86\Debug\HeuristicLab.Common-3.3.pdb" /> 256 <Content Include="bin\x86\Debug\HeuristicLab.Common.Resources-3.3.dll" /> 257 <Content Include="bin\x86\Debug\HeuristicLab.Common.Resources-3.3.pdb" /> 258 <Content Include="bin\x86\Debug\HeuristicLab.Core-3.3.dll" /> 259 <Content Include="bin\x86\Debug\HeuristicLab.Core-3.3.pdb" /> 260 <Content Include="bin\x86\Debug\HeuristicLab.Data-3.3.dll" /> 261 <Content Include="bin\x86\Debug\HeuristicLab.Data-3.3.pdb" /> 262 <Content Include="bin\x86\Debug\HeuristicLab.Optimization-3.3.dll" /> 263 <Content Include="bin\x86\Debug\HeuristicLab.Optimization-3.3.pdb" /> 264 <Content Include="bin\x86\Debug\HeuristicLab.Parameters-3.3.dll" /> 265 <Content Include="bin\x86\Debug\HeuristicLab.Parameters-3.3.pdb" /> 266 <Content Include="bin\x86\Debug\HeuristicLab.Persistence-3.3.dll" /> 267 <Content Include="bin\x86\Debug\HeuristicLab.Persistence-3.3.pdb" /> 268 <Content Include="bin\x86\Debug\HeuristicLab.PluginInfrastructure-3.3.dll" /> 269 <Content Include="bin\x86\Debug\HeuristicLab.PluginInfrastructure-3.3.pdb" /> 270 <Content Include="bin\x86\Debug\HeuristicLab.Tracing-3.3.dll" /> 271 <Content Include="bin\x86\Debug\HeuristicLab.Tracing-3.3.pdb" /> 272 <Content Include="bin\x86\Debug\ICSharpCode.SharpZipLib License.txt" /> 273 <Content Include="bin\x86\Debug\ICSharpCode.SharpZipLib.dll" /> 274 </ItemGroup> 275 <ItemGroup> 276 <Folder Include="bin\Debug\" /> 277 <Folder Include="bin\Release\" /> 278 <Folder Include="bin\x64\Debug\" /> 279 <Folder Include="bin\x64\Release\" /> 280 <Folder Include="bin\x86\Release\" /> 281 </ItemGroup> 246 282 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 247 283 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.