tests/fixtures/MinimalProcess/project.json
|
{
"name": "MinimalProcess", "projectId": "00000000-0000-0000-0000-000000000001", "description": "Minimal zero-dependency fixture for CpmfUipsPack integration tests.", "main": "Main.xaml", "dependencies": {}, "webServices": [], "entitiesStores": [], "schemaVersion": "4.0", "studioVersion": "23.10.0.0", "projectVersion": "1.0.0", "runtimeOptions": { "autoDispose": false, "netFrameworkLazyLoading": false, "isPausable": true, "isAttended": false, "requiresUserInteraction": false, "supportsPersistence": false, "workflowSerialization": "DataContract", "excludedLoggedData": [ "Private:*", "*password*" ], "executionType": "Workflow", "readyForPiP": false, "startsInPiP": false, "mustRestoreAllDependencies": false, "pipType": "ChildSession" }, "designOptions": { "projectProfile": "Developement", "outputType": "Process", "libraryOptions": { "includeOriginalXaml": false, "privateWorkflows": [] }, "processOptions": { "ignoredFiles": [] }, "fileInfoCollection": [], "modernBehavior": false, "saveToCloud": false }, "expressionLanguage": "VisualBasic", "entryPoints": [ { "filePath": "Main.xaml", "uniqueId": "00000000-0000-0000-0000-000000000002", "input": [], "output": [] } ], "isTemplate": false, "templateProjectData": {}, "publishData": {}, "targetFramework": "Windows" } |