Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/project.json @ 13656

Last change on this file since 13656 was 13656, checked in by ascheibe, 9 years ago

#2582 created branch for Hive Web Job Manager

File size: 7.0 KB
Line 
1{
2  "version": "1.0.0-*",
3  "resource": [
4    "Resources/*.resx",
5    "Resources/*.resources"
6  ],
7  "compilationOptions": {
8    "emitEntryPoint": true
9  },
10
11  "dependencies": {
12    "Microsoft.AspNet.Diagnostics": "1.0.0-rc1-final",
13    "Microsoft.AspNet.IISPlatformHandler": "1.0.0-rc1-final",
14    "Microsoft.AspNet.Loader.IIS": "1.0.0-beta7",
15    "Microsoft.AspNet.Mvc": "6.0.0-rc1-final",
16    "Microsoft.AspNet.Mvc.TagHelpers": "6.0.0-rc1-final",
17    "Microsoft.AspNet.Server.IIS": "1.0.0-beta7",
18    "Microsoft.AspNet.Server.Kestrel": "1.0.0-rc1-final",
19    "Microsoft.AspNet.StaticFiles": "1.0.0-rc1-final"
20  },
21
22  "commands": {
23    "web": "Microsoft.AspNet.Server.Kestrel"
24  },
25
26
27  "frameworks": {
28    "dnx451": {
29      "dependencies": {
30        "HeuristicLab.Algorithms.ALPS-3.3": "1.0.0-*",
31        "HeuristicLab.Algorithms.Benchmarks-3.3": "1.0.0-*",
32        "HeuristicLab.Algorithms.CMAEvolutionStrategy-3.3": "1.0.0-*",
33        "HeuristicLab.Algorithms.CMAEvolutionStrategy-3.4": "1.0.0-*",
34        "HeuristicLab.Algorithms.DataAnalysis-3.4": "1.0.0-*",
35        "HeuristicLab.Algorithms.EvolutionStrategy-3.3": "1.0.0-*",
36        "HeuristicLab.Algorithms.GeneticAlgorithm-3.3": "1.0.0-*",
37        "HeuristicLab.Algorithms.GradientDescent-3.3": "1.0.0-*",
38        "HeuristicLab.Algorithms.LocalSearch-3.3": "1.0.0-*",
39        "HeuristicLab.Algorithms.NSGA2-3.3": "1.0.0-*",
40        "HeuristicLab.Algorithms.OffspringSelectionEvolutionStrategy-3.3": "1.0.0-*",
41        "HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3": "1.0.0-*",
42        "HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3": "1.0.0-*",
43        "HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3": "1.0.0-*",
44        "HeuristicLab.Algorithms.RandomSearch-3.3": "1.0.0-*",
45        "HeuristicLab.Algorithms.RAPGA-3.3": "1.0.0-*",
46        "HeuristicLab.Algorithms.ScatterSearch-3.3": "1.0.0-*",
47        "HeuristicLab.Algorithms.SimulatedAnnealing-3.3": "1.0.0-*",
48        "HeuristicLab.Algorithms.TabuSearch-3.3": "1.0.0-*",
49        "HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3": "1.0.0-*",
50        "HeuristicLab.Analysis-3.3": "1.0.0-*",
51        "HeuristicLab.Clients.Access-3.3": "1.0.0-*",
52        "HeuristicLab.Clients.Common-3.3": "1.0.0-*",
53        "HeuristicLab.Clients.Hive.Administrator-3.3": "1.0.0-*",
54        "HeuristicLab.Clients.Hive-3.3": "1.0.0-*",
55        "HeuristicLab.Clients.OKB-3.3": "1.0.0-*",
56        "HeuristicLab.Collections-3.3": "1.0.0-*",
57        "HeuristicLab.Common.Resources-3.3": "1.0.0-*",
58        "HeuristicLab.Common-3.3": "1.0.0-*",
59        "HeuristicLab.Core-3.3": "1.0.0-*",
60        "HeuristicLab.Data-3.3": "1.0.0-*",
61        "HeuristicLab.DataPreprocessing-3.4": "1.0.0-*",
62        "HeuristicLab.DebugEngine-3.3": "1.0.0-*",
63        "HeuristicLab.Encodings.BinaryVectorEncoding-3.3": "1.0.0-*",
64        "HeuristicLab.Encodings.IntegerVectorEncoding-3.3": "1.0.0-*",
65        "HeuristicLab.Encodings.LinearLinkageEncoding-3.3": "1.0.0-*",
66        "HeuristicLab.Encodings.PermutationEncoding-3.3": "1.0.0-*",
67        "HeuristicLab.Encodings.RealVectorEncoding-3.3": "1.0.0-*",
68        "HeuristicLab.Encodings.ScheduleEncoding-3.3": "1.0.0-*",
69        "HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4": "1.0.0-*",
70        "HeuristicLab.Hive-3.3": "1.0.0-*",
71        "HeuristicLab.Operators.Programmable-3.3": "1.0.0-*",
72        "HeuristicLab.Operators.Views.GraphVisualization-3.3": "1.0.0-*",
73        "HeuristicLab.Operators-3.3": "1.0.0-*",
74        "HeuristicLab.Optimization.Operators-3.3": "1.0.0-*",
75        "HeuristicLab.Optimization-3.3": "1.0.0-*",
76        "HeuristicLab.Optimizer-3.3": "1.0.0-*",
77        "HeuristicLab.ParallelEngine-3.3": "1.0.0-*",
78        "HeuristicLab.Parameters-3.3": "1.0.0-*",
79        "HeuristicLab.Persistence-3.3": "1.0.0-*",
80        "HeuristicLab.PluginInfrastructure-3.3": "1.0.0-*",
81        "HeuristicLab.Problems.ArtificialAnt-3.4": "1.0.0-*",
82        "HeuristicLab.Problems.Binary-3.3": "1.0.0-*",
83        "HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4": "1.0.0-*",
84        "HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4": "1.0.0-*",
85        "HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4": "1.0.0-*",
86        "HeuristicLab.Problems.DataAnalysis.Symbolic-3.4": "1.0.0-*",
87        "HeuristicLab.Problems.DataAnalysis.Trading-3.4": "1.0.0-*",
88        "HeuristicLab.Problems.DataAnalysis-3.4": "1.0.0-*",
89        "HeuristicLab.Problems.ExternalEvaluation.GP-3.5": "1.0.0-*",
90        "HeuristicLab.Problems.ExternalEvaluation.Matlab-3.3": "1.0.0-*",
91        "HeuristicLab.Problems.ExternalEvaluation.Scilab-3.3": "1.0.0-*",
92        "HeuristicLab.Problems.ExternalEvaluation-3.4": "1.0.0-*",
93        "HeuristicLab.Problems.GeneticProgramming-3.3": "1.0.0-*",
94        "HeuristicLab.Problems.GrammaticalEvolution-3.3": "1.0.0-*",
95        "HeuristicLab.Problems.GrammaticalEvolution-3.4": "1.0.0-*",
96        "HeuristicLab.Problems.Instances.CordeauGQAP-3.3": "1.0.0-*",
97        "HeuristicLab.Problems.Instances.DataAnalysis-3.3": "1.0.0-*",
98        "HeuristicLab.Problems.Instances.ElloumiCTAP-3.3": "1.0.0-*",
99        "HeuristicLab.Problems.Instances.Orienteering-3.3": "1.0.0-*",
100        "HeuristicLab.Problems.Instances.QAPLIB-3.3": "1.0.0-*",
101        "HeuristicLab.Problems.Instances.Scheduling-3.3": "1.0.0-*",
102        "HeuristicLab.Problems.Instances.TSPLIB-3.3": "1.0.0-*",
103        "HeuristicLab.Problems.Instances.VehicleRouting-3.4": "1.0.0-*",
104        "HeuristicLab.Problems.Instances-3.3": "1.0.0-*",
105        "HeuristicLab.Problems.Knapsack-3.3": "1.0.0-*",
106        "HeuristicLab.Problems.LawnMower-3.3": "1.0.0-*",
107        "HeuristicLab.Problems.LinearAssignment-3.3": "1.0.0-*",
108        "HeuristicLab.Problems.NK-3.3": "1.0.0-*",
109        "HeuristicLab.Problems.Orienteering-3.3": "1.0.0-*",
110        "HeuristicLab.Problems.ParameterOptimization-3.3": "1.0.0-*",
111        "HeuristicLab.Problems.Programmable-3.3": "1.0.0-*",
112        "HeuristicLab.Problems.PTSP-3.3": "1.0.0-*",
113        "HeuristicLab.Problems.QuadraticAssignment.Algorithms-3.3": "1.0.0-*",
114        "HeuristicLab.Problems.QuadraticAssignment-3.3": "1.0.0-*",
115        "HeuristicLab.Problems.Scheduling-3.3": "1.0.0-*",
116        "HeuristicLab.Problems.TestFunctions-3.3": "1.0.0-*",
117        "HeuristicLab.Problems.TravelingSalesman-3.3": "1.0.0-*",
118        "HeuristicLab.Problems.VehicleRouting-3.4": "1.0.0-*",
119        "HeuristicLab.Random-3.3": "1.0.0-*",
120        "HeuristicLab.Scripting-3.3": "1.0.0-*",
121        "HeuristicLab.Selection-3.3": "1.0.0-*",
122        "HeuristicLab.SequentialEngine-3.3": "1.0.0-*",
123        "HeuristicLab.Tracing-3.3": "1.0.0-*",
124        "ALGLIB-3.7.0": "1.0.0-*",
125        "AutoDiff-1.0": "1.0.0-*"
126      },
127      "frameworkAssemblies": {
128        "System.Drawing": "4.0.0.0",
129        "System.IdentityModel": "4.0.0.0",
130        "System.ServiceModel": "4.0.0.0",
131        "System.Web": "4.0.0.0"
132      }
133    }
134
135  },
136
137  "exclude": [
138    "wwwroot",
139    "node_modules"
140  ],
141  "publishExclude": [
142    "**.user",
143    "**.vspscc"
144  ]
145}
Note: See TracBrowser for help on using the repository browser.