Last change
on this file since 16985 was
16985,
checked in by dpiringe, 6 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
|
Rev | Line | |
---|
[16985] | 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.