Added new project
This commit is contained in:
		| @@ -1,15 +0,0 @@ | |||||||
| { |  | ||||||
|   "TimeFormatSettings": { |  | ||||||
|     "DateFormat": "%Y-%m-%d", |  | ||||||
|     "TimeFormat": "%H:%M:%S", |  | ||||||
|     "DateTimeFormat": "%Y-%m-%d %H:%M:%S.%f", |  | ||||||
|     "DateTimeLogFormat": "%Y-%m-%d_%H-%M-%S" |  | ||||||
|   }, |  | ||||||
|  |  | ||||||
|   "LoggingSettings": { |  | ||||||
|     "Path": "logs/", |  | ||||||
|     "Filename": "log_$start_time.log", |  | ||||||
|     "ConsoleLogLevel": "ERROR", |  | ||||||
|     "FileLogLevel": "WARN" |  | ||||||
|   } |  | ||||||
| } |  | ||||||
| @@ -4,7 +4,8 @@ | |||||||
|     "Projects": { |     "Projects": { | ||||||
|       "multi-install-cli": "src/multi_install_cli/multi-install-cli.json", |       "multi-install-cli": "src/multi_install_cli/multi-install-cli.json", | ||||||
|       "multi-install-apps": "src/multi_install_apps/multi-install-apps.json", |       "multi-install-apps": "src/multi_install_apps/multi-install-apps.json", | ||||||
|       "test": "src/test/test.json" |       "test": "src/test/test.json", | ||||||
|  |       "multi_install": "src/multi_install/multi_install.json" | ||||||
|     }, |     }, | ||||||
|     "Scripts": {} |     "Scripts": {} | ||||||
|   } |   } | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "ProjectSettings": { |   "ProjectSettings": { | ||||||
|     "Name": "multi-install-apps", |     "Name": "multi_install", | ||||||
|     "Version": { |     "Version": { | ||||||
|       "Major": "0", |       "Major": "0", | ||||||
|       "Minor": "0", |       "Minor": "0", | ||||||
| @@ -16,7 +16,7 @@ | |||||||
|     "LicenseName": "", |     "LicenseName": "", | ||||||
|     "LicenseDescription": "", |     "LicenseDescription": "", | ||||||
|     "Dependencies": [ |     "Dependencies": [ | ||||||
|       "sh_cpl>=2021.10.0" |       "sh_cpl>=2021.10.2" | ||||||
|     ], |     ], | ||||||
|     "PythonVersion": ">=3.9.2", |     "PythonVersion": ">=3.9.2", | ||||||
|     "PythonPath": { |     "PythonPath": { | ||||||
| @@ -28,8 +28,8 @@ | |||||||
|     "ProjectType": "library", |     "ProjectType": "library", | ||||||
|     "SourcePath": "", |     "SourcePath": "", | ||||||
|     "OutputPath": "../../dist", |     "OutputPath": "../../dist", | ||||||
|     "Main": "multi_install_apps.main", |     "Main": "multi_install.main", | ||||||
|     "EntryPoint": "multi-install-apps", |     "EntryPoint": "multi_install", | ||||||
|     "IncludePackageData": false, |     "IncludePackageData": false, | ||||||
|     "Included": [], |     "Included": [], | ||||||
|     "Excluded": [ |     "Excluded": [ | ||||||
		Reference in New Issue
	
	Block a user