Update 20241118

This commit is contained in:
Stefan Hutter
2024-11-18 15:21:58 +01:00
parent 69de21ca51
commit 194a97416c
120 changed files with 635 additions and 61 deletions

View File

@@ -158,6 +158,9 @@
},
"E:\\Software-Projekte\\OnDoc\\OnDoc\\Model\\Model.csproj": {
"projectPath": "E:\\Software-Projekte\\OnDoc\\OnDoc\\Model\\Model.csproj"
},
"E:\\Software-Projekte\\OnDoc\\OnDoc\\OnDocOffice\\OnDocOffice.csproj": {
"projectPath": "E:\\Software-Projekte\\OnDoc\\OnDoc\\OnDocOffice\\OnDocOffice.csproj"
}
}
}
@@ -227,6 +230,28 @@
"net481": {}
}
},
"E:\\Software-Projekte\\OnDoc\\OnDoc\\OnDocOffice\\OnDocOffice.csproj": {
"restore": {
"projectUniqueName": "E:\\Software-Projekte\\OnDoc\\OnDoc\\OnDocOffice\\OnDocOffice.csproj",
"projectName": "OnDocOffice",
"projectPath": "E:\\Software-Projekte\\OnDoc\\OnDoc\\OnDocOffice\\OnDocOffice.csproj",
"frameworks": {
"net481": {
"projectReferences": {
"E:\\Software-Projekte\\OnDoc\\OnDoc\\Helper\\Helper.csproj": {
"projectPath": "E:\\Software-Projekte\\OnDoc\\OnDoc\\Helper\\Helper.csproj"
},
"E:\\Software-Projekte\\OnDoc\\OnDoc\\Model\\Model.csproj": {
"projectPath": "E:\\Software-Projekte\\OnDoc\\OnDoc\\Model\\Model.csproj"
}
}
}
}
},
"frameworks": {
"net481": {}
}
},
"E:\\Software-Projekte\\OnDoc\\OnDoc\\VBFileManagement\\VBFileManagement.vbproj": {
"restore": {
"projectUniqueName": "E:\\Software-Projekte\\OnDoc\\OnDoc\\VBFileManagement\\VBFileManagement.vbproj",

Binary file not shown.

Binary file not shown.

View File

@@ -311,7 +311,8 @@
"dependencies": {
"Database": "1.0.0",
"Helper": "1.0.0",
"Model": "1.0.0"
"Model": "1.0.0",
"OnDocOffice": "1.0.0"
},
"compile": {
"bin/placeholder/DocGen.dll": {}
@@ -356,6 +357,19 @@
"bin/placeholder/OfficePrinter.dll": {}
}
},
"OnDocOffice/1.0.0": {
"type": "project",
"dependencies": {
"Helper": "1.0.0",
"Model": "1.0.0"
},
"compile": {
"bin/placeholder/OnDocOffice.dll": {}
},
"runtime": {
"bin/placeholder/OnDocOffice.dll": {}
}
},
"VBFileManagement/1.0.0": {
"type": "project",
"compile": {
@@ -676,7 +690,8 @@
"dependencies": {
"Database": "1.0.0",
"Helper": "1.0.0",
"Model": "1.0.0"
"Model": "1.0.0",
"OnDocOffice": "1.0.0"
},
"compile": {
"bin/placeholder/DocGen.dll": {}
@@ -721,6 +736,19 @@
"bin/placeholder/OfficePrinter.dll": {}
}
},
"OnDocOffice/1.0.0": {
"type": "project",
"dependencies": {
"Helper": "1.0.0",
"Model": "1.0.0"
},
"compile": {
"bin/placeholder/OnDocOffice.dll": {}
},
"runtime": {
"bin/placeholder/OnDocOffice.dll": {}
}
},
"VBFileManagement/1.0.0": {
"type": "project",
"compile": {
@@ -1041,7 +1069,8 @@
"dependencies": {
"Database": "1.0.0",
"Helper": "1.0.0",
"Model": "1.0.0"
"Model": "1.0.0",
"OnDocOffice": "1.0.0"
},
"compile": {
"bin/placeholder/DocGen.dll": {}
@@ -1086,6 +1115,19 @@
"bin/placeholder/OfficePrinter.dll": {}
}
},
"OnDocOffice/1.0.0": {
"type": "project",
"dependencies": {
"Helper": "1.0.0",
"Model": "1.0.0"
},
"compile": {
"bin/placeholder/OnDocOffice.dll": {}
},
"runtime": {
"bin/placeholder/OnDocOffice.dll": {}
}
},
"VBFileManagement/1.0.0": {
"type": "project",
"compile": {
@@ -1406,7 +1448,8 @@
"dependencies": {
"Database": "1.0.0",
"Helper": "1.0.0",
"Model": "1.0.0"
"Model": "1.0.0",
"OnDocOffice": "1.0.0"
},
"compile": {
"bin/placeholder/DocGen.dll": {}
@@ -1451,6 +1494,19 @@
"bin/placeholder/OfficePrinter.dll": {}
}
},
"OnDocOffice/1.0.0": {
"type": "project",
"dependencies": {
"Helper": "1.0.0",
"Model": "1.0.0"
},
"compile": {
"bin/placeholder/OnDocOffice.dll": {}
},
"runtime": {
"bin/placeholder/OnDocOffice.dll": {}
}
},
"VBFileManagement/1.0.0": {
"type": "project",
"compile": {
@@ -1771,7 +1827,8 @@
"dependencies": {
"Database": "1.0.0",
"Helper": "1.0.0",
"Model": "1.0.0"
"Model": "1.0.0",
"OnDocOffice": "1.0.0"
},
"compile": {
"bin/placeholder/DocGen.dll": {}
@@ -1816,6 +1873,19 @@
"bin/placeholder/OfficePrinter.dll": {}
}
},
"OnDocOffice/1.0.0": {
"type": "project",
"dependencies": {
"Helper": "1.0.0",
"Model": "1.0.0"
},
"compile": {
"bin/placeholder/OnDocOffice.dll": {}
},
"runtime": {
"bin/placeholder/OnDocOffice.dll": {}
}
},
"VBFileManagement/1.0.0": {
"type": "project",
"compile": {
@@ -2848,6 +2918,11 @@
"path": "../OfficePrinter/OfficePrinter.csproj",
"msbuildProject": "../OfficePrinter/OfficePrinter.csproj"
},
"OnDocOffice/1.0.0": {
"type": "project",
"path": "../OnDocOffice/OnDocOffice.csproj",
"msbuildProject": "../OnDocOffice/OnDocOffice.csproj"
},
"VBFileManagement/1.0.0": {
"type": "project",
"path": "../VBFileManagement/VBFileManagement.vbproj",

View File

@@ -1,6 +1,6 @@
{
"version": 2,
"dgSpecHash": "LwjOZBX8J9I=",
"dgSpecHash": "yvBt3tq7lIs=",
"success": true,
"projectFilePath": "E:\\Software-Projekte\\OnDoc\\OnDoc\\Client\\Client.csproj",
"expectedPackageFiles": [