Last change
on this file since 17251 was
16985,
checked in by dpiringe, 5 years ago
|
#2924:
- added CLI Framework HeuristicLab.CommandLineInterface
- added definition language test project HeuristicLab.DefinitionLanguage
- added test project HeuristicLab.DynamicAssemblyTestApp, for PluginInfrastructure testing
- changed project HeuristicLab to .NET Core and used it to create a CLI-Tool with the new CLI Framework
- added Docker support to HeuristicLab
- added IRunnerHost.cs ... forgot last commit
- changed DockerRunnerHost and NativeRunnerHost to HeuristicLab-3.3.exe, was a little test project before
- added new solution file HeuristicLab 3.3 No Views.sln, where all view projects are unloaded at start
|
File size:
293 bytes
|
Line | |
---|
1 | **/.dockerignore
|
---|
2 | **/.env
|
---|
3 | **/.git
|
---|
4 | **/.gitignore
|
---|
5 | **/.vs
|
---|
6 | **/.vscode
|
---|
7 | **/*.*proj.user
|
---|
8 | **/azds.yaml
|
---|
9 | **/charts
|
---|
10 | **/bin
|
---|
11 | **/obj
|
---|
12 | **/Dockerfile
|
---|
13 | **/Dockerfile.develop
|
---|
14 | **/docker-compose.yml
|
---|
15 | **/docker-compose.*.yml
|
---|
16 | **/*.dbmdl
|
---|
17 | **/*.jfm
|
---|
18 | **/secrets.dev.yaml
|
---|
19 | **/values.dev.yaml
|
---|
20 | **/.toolstarget |
---|
Note: See
TracBrowser
for help on using the repository browser.