Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 13754 was 13754, checked in by jlodewyc, 8 years ago

#2582 User management done, start resource calendar

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