Implemented AML Engine

- Open AutomationML files
- Save AutomationML files
- Create new AutomationML document
- Show RoleClassLibrarys and InterfaceClassLibrarys of document
-Show Attributes of different Librarys
- Basic filter for attributes
- Switch between expert and easy mode
- Added Link to wiki
This commit is contained in:
2021-11-22 16:11:24 +01:00
parent 0b36bb098b
commit 79d2aef017
42 changed files with 2954 additions and 41 deletions

View File

@@ -1,3 +1,3 @@
is_global = true
build_property.RootNamespace = ModellingWizardForDeviceDescriptions
build_property.ProjectDir = C:\Users\Florian\Source\Repos\TINF20C_ModellingWizard_Devices\SOURCE\ModellingWizardForDeviceDescriptions\
build_property.ProjectDir = C:\Users\Florian\source\repos\TINF20C_ModellingWizard_Devices\SOURCE\ModellingWizardForDeviceDescriptions\

View File

@@ -0,0 +1,27 @@
C:\Users\Florian\source\repos\TINF20C_ModellingWizard_Devices\SOURCE\ModellingWizardForDeviceDescriptions\bin\Debug\netcoreapp3.1\ModellingWizardForDeviceDescriptions.exe
C:\Users\Florian\source\repos\TINF20C_ModellingWizard_Devices\SOURCE\ModellingWizardForDeviceDescriptions\bin\Debug\netcoreapp3.1\ModellingWizardForDeviceDescriptions.deps.json
C:\Users\Florian\source\repos\TINF20C_ModellingWizard_Devices\SOURCE\ModellingWizardForDeviceDescriptions\bin\Debug\netcoreapp3.1\ModellingWizardForDeviceDescriptions.runtimeconfig.json
C:\Users\Florian\source\repos\TINF20C_ModellingWizard_Devices\SOURCE\ModellingWizardForDeviceDescriptions\bin\Debug\netcoreapp3.1\ModellingWizardForDeviceDescriptions.runtimeconfig.dev.json
C:\Users\Florian\source\repos\TINF20C_ModellingWizard_Devices\SOURCE\ModellingWizardForDeviceDescriptions\bin\Debug\netcoreapp3.1\ModellingWizardForDeviceDescriptions.dll
C:\Users\Florian\source\repos\TINF20C_ModellingWizard_Devices\SOURCE\ModellingWizardForDeviceDescriptions\bin\Debug\netcoreapp3.1\ModellingWizardForDeviceDescriptions.pdb
C:\Users\Florian\source\repos\TINF20C_ModellingWizard_Devices\SOURCE\ModellingWizardForDeviceDescriptions\bin\Debug\netcoreapp3.1\AML.Engine.Services.dll
C:\Users\Florian\source\repos\TINF20C_ModellingWizard_Devices\SOURCE\ModellingWizardForDeviceDescriptions\bin\Debug\netcoreapp3.1\AML.Engine.dll
C:\Users\Florian\source\repos\TINF20C_ModellingWizard_Devices\SOURCE\ModellingWizardForDeviceDescriptions\bin\Debug\netcoreapp3.1\System.IO.FileSystem.AccessControl.dll
C:\Users\Florian\source\repos\TINF20C_ModellingWizard_Devices\SOURCE\ModellingWizardForDeviceDescriptions\bin\Debug\netcoreapp3.1\System.IO.Packaging.dll
C:\Users\Florian\source\repos\TINF20C_ModellingWizard_Devices\SOURCE\ModellingWizardForDeviceDescriptions\bin\Debug\netcoreapp3.1\System.Security.AccessControl.dll
C:\Users\Florian\source\repos\TINF20C_ModellingWizard_Devices\SOURCE\ModellingWizardForDeviceDescriptions\bin\Debug\netcoreapp3.1\System.Security.Principal.Windows.dll
C:\Users\Florian\source\repos\TINF20C_ModellingWizard_Devices\SOURCE\ModellingWizardForDeviceDescriptions\bin\Debug\netcoreapp3.1\runtimes\win\lib\netstandard2.0\System.IO.FileSystem.AccessControl.dll
C:\Users\Florian\source\repos\TINF20C_ModellingWizard_Devices\SOURCE\ModellingWizardForDeviceDescriptions\bin\Debug\netcoreapp3.1\runtimes\win\lib\netcoreapp2.0\System.Security.AccessControl.dll
C:\Users\Florian\source\repos\TINF20C_ModellingWizard_Devices\SOURCE\ModellingWizardForDeviceDescriptions\bin\Debug\netcoreapp3.1\runtimes\unix\lib\netcoreapp2.1\System.Security.Principal.Windows.dll
C:\Users\Florian\source\repos\TINF20C_ModellingWizard_Devices\SOURCE\ModellingWizardForDeviceDescriptions\bin\Debug\netcoreapp3.1\runtimes\win\lib\netcoreapp2.1\System.Security.Principal.Windows.dll
C:\Users\Florian\source\repos\TINF20C_ModellingWizard_Devices\SOURCE\ModellingWizardForDeviceDescriptions\obj\Debug\netcoreapp3.1\ModellingWizardForDeviceDescriptions.csproj.AssemblyReference.cache
C:\Users\Florian\source\repos\TINF20C_ModellingWizard_Devices\SOURCE\ModellingWizardForDeviceDescriptions\obj\Debug\netcoreapp3.1\WinFormsApp1.Form1.resources
C:\Users\Florian\source\repos\TINF20C_ModellingWizard_Devices\SOURCE\ModellingWizardForDeviceDescriptions\obj\Debug\netcoreapp3.1\ModellingWizardForDeviceDescriptions.Properties.Resources.resources
C:\Users\Florian\source\repos\TINF20C_ModellingWizard_Devices\SOURCE\ModellingWizardForDeviceDescriptions\obj\Debug\netcoreapp3.1\ModellingWizardForDeviceDescriptions.csproj.GenerateResource.cache
C:\Users\Florian\source\repos\TINF20C_ModellingWizard_Devices\SOURCE\ModellingWizardForDeviceDescriptions\obj\Debug\netcoreapp3.1\ModellingWizardForDeviceDescriptions.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\Florian\source\repos\TINF20C_ModellingWizard_Devices\SOURCE\ModellingWizardForDeviceDescriptions\obj\Debug\netcoreapp3.1\ModellingWizardForDeviceDescriptions.AssemblyInfoInputs.cache
C:\Users\Florian\source\repos\TINF20C_ModellingWizard_Devices\SOURCE\ModellingWizardForDeviceDescriptions\obj\Debug\netcoreapp3.1\ModellingWizardForDeviceDescriptions.AssemblyInfo.cs
C:\Users\Florian\source\repos\TINF20C_ModellingWizard_Devices\SOURCE\ModellingWizardForDeviceDescriptions\obj\Debug\netcoreapp3.1\ModellingWizardForDeviceDescriptions.csproj.CoreCompileInputs.cache
C:\Users\Florian\source\repos\TINF20C_ModellingWizard_Devices\SOURCE\ModellingWizardForDeviceDescriptions\obj\Debug\netcoreapp3.1\ModellingWizardForDeviceDescriptions.dll
C:\Users\Florian\source\repos\TINF20C_ModellingWizard_Devices\SOURCE\ModellingWizardForDeviceDescriptions\obj\Debug\netcoreapp3.1\ModellingWizardForDeviceDescriptions.pdb
C:\Users\Florian\source\repos\TINF20C_ModellingWizard_Devices\SOURCE\ModellingWizardForDeviceDescriptions\obj\Debug\netcoreapp3.1\ModellingWizardForDeviceDescriptions.genruntimeconfig.cache

View File

@@ -5,7 +5,138 @@
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v3.1": {}
".NETCoreApp,Version=v3.1": {
"Aml.Engine/1.6.1": {
"dependencies": {
"System.IO.FileSystem.AccessControl": "5.0.0",
"System.IO.Packaging": "5.0.0"
},
"runtime": {
"lib/netcoreapp3.1/AML.Engine.Services.dll": {
"assemblyVersion": "1.2.2.0",
"fileVersion": "1.2.2.0"
},
"lib/netcoreapp3.1/AML.Engine.dll": {
"assemblyVersion": "1.2.2.0",
"fileVersion": "1.6.1.0"
}
}
},
"Microsoft.NETCore.Platforms/5.0.0": {},
"System.IO.FileSystem.AccessControl/5.0.0": {
"dependencies": {
"System.Security.AccessControl": "5.0.0",
"System.Security.Principal.Windows": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
},
"runtimeTargets": {
"runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"System.IO.Packaging/5.0.0": {
"runtime": {
"lib/netstandard2.0/System.IO.Packaging.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"System.Security.AccessControl/5.0.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "5.0.0",
"System.Security.Principal.Windows": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/System.Security.AccessControl.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"System.Security.Principal.Windows/5.0.0": {
"runtime": {
"lib/netstandard2.0/System.Security.Principal.Windows.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
},
"runtimeTargets": {
"runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
"rid": "unix",
"assetType": "runtime",
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
},
"runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
}
}
},
"libraries": {}
"libraries": {
"Aml.Engine/1.6.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-XGuwQBuInUMevkga2NRFjutg806xb8OlBC09D5V/X6qYxYVh6mWnBHK13nwA4xyldk1cGGRet7YmS3M7+y0/9A==",
"path": "aml.engine/1.6.1",
"hashPath": "aml.engine.1.6.1.nupkg.sha512"
},
"Microsoft.NETCore.Platforms/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
"path": "microsoft.netcore.platforms/5.0.0",
"hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512"
},
"System.IO.FileSystem.AccessControl/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==",
"path": "system.io.filesystem.accesscontrol/5.0.0",
"hashPath": "system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512"
},
"System.IO.Packaging/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ebfUwKsgZF4HTwaRUj67SrJdsM4O62Fxsd6u1bSk3MNgvU8yjyfEK0xQmUFUqOYJi1IcL4HENoccl4SKVPndYw==",
"path": "system.io.packaging/5.0.0",
"hashPath": "system.io.packaging.5.0.0.nupkg.sha512"
},
"System.Security.AccessControl/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
"path": "system.security.accesscontrol/5.0.0",
"hashPath": "system.security.accesscontrol.5.0.0.nupkg.sha512"
},
"System.Security.Principal.Windows/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
"path": "system.security.principal.windows/5.0.0",
"hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
}
}
}

View File

@@ -1,17 +1,17 @@
{
"format": 1,
"restore": {
"C:\\Users\\Florian\\Source\\Repos\\TINF20C_ModellingWizard_Devices\\SOURCE\\ModellingWizardForDeviceDescriptions\\ModellingWizardForDeviceDescriptions.csproj": {}
"C:\\Users\\Florian\\source\\repos\\TINF20C_ModellingWizard_Devices\\SOURCE\\ModellingWizardForDeviceDescriptions\\ModellingWizardForDeviceDescriptions.csproj": {}
},
"projects": {
"C:\\Users\\Florian\\Source\\Repos\\TINF20C_ModellingWizard_Devices\\SOURCE\\ModellingWizardForDeviceDescriptions\\ModellingWizardForDeviceDescriptions.csproj": {
"C:\\Users\\Florian\\source\\repos\\TINF20C_ModellingWizard_Devices\\SOURCE\\ModellingWizardForDeviceDescriptions\\ModellingWizardForDeviceDescriptions.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\Florian\\Source\\Repos\\TINF20C_ModellingWizard_Devices\\SOURCE\\ModellingWizardForDeviceDescriptions\\ModellingWizardForDeviceDescriptions.csproj",
"projectUniqueName": "C:\\Users\\Florian\\source\\repos\\TINF20C_ModellingWizard_Devices\\SOURCE\\ModellingWizardForDeviceDescriptions\\ModellingWizardForDeviceDescriptions.csproj",
"projectName": "ModellingWizardForDeviceDescriptions",
"projectPath": "C:\\Users\\Florian\\Source\\Repos\\TINF20C_ModellingWizard_Devices\\SOURCE\\ModellingWizardForDeviceDescriptions\\ModellingWizardForDeviceDescriptions.csproj",
"projectPath": "C:\\Users\\Florian\\source\\repos\\TINF20C_ModellingWizard_Devices\\SOURCE\\ModellingWizardForDeviceDescriptions\\ModellingWizardForDeviceDescriptions.csproj",
"packagesPath": "C:\\Users\\Florian\\.nuget\\packages\\",
"outputPath": "C:\\Users\\Florian\\Source\\Repos\\TINF20C_ModellingWizard_Devices\\SOURCE\\ModellingWizardForDeviceDescriptions\\obj\\",
"outputPath": "C:\\Users\\Florian\\source\\repos\\TINF20C_ModellingWizard_Devices\\SOURCE\\ModellingWizardForDeviceDescriptions\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
@@ -43,6 +43,12 @@
"frameworks": {
"netcoreapp3.1": {
"targetAlias": "netcoreapp3.1",
"dependencies": {
"Aml.Engine": {
"target": "Package",
"version": "[1.6.1, )"
}
},
"imports": [
"net461",
"net462",

View File

@@ -1,11 +1,333 @@
{
"version": 3,
"targets": {
".NETCoreApp,Version=v3.1": {}
".NETCoreApp,Version=v3.1": {
"Aml.Engine/1.6.1": {
"type": "package",
"dependencies": {
"System.IO.FileSystem.AccessControl": "5.0.0",
"System.IO.Packaging": "5.0.0"
},
"compile": {
"lib/netcoreapp3.1/AML.Engine.Services.dll": {},
"lib/netcoreapp3.1/AML.Engine.dll": {}
},
"runtime": {
"lib/netcoreapp3.1/AML.Engine.Services.dll": {},
"lib/netcoreapp3.1/AML.Engine.dll": {}
}
},
"Microsoft.NETCore.Platforms/5.0.0": {
"type": "package",
"compile": {
"lib/netstandard1.0/_._": {}
},
"runtime": {
"lib/netstandard1.0/_._": {}
}
},
"System.IO.FileSystem.AccessControl/5.0.0": {
"type": "package",
"dependencies": {
"System.Security.AccessControl": "5.0.0",
"System.Security.Principal.Windows": "5.0.0"
},
"compile": {
"ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll": {}
},
"runtime": {
"lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": {}
},
"runtimeTargets": {
"runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": {
"assetType": "runtime",
"rid": "win"
}
}
},
"System.IO.Packaging/5.0.0": {
"type": "package",
"compile": {
"ref/netstandard2.0/System.IO.Packaging.dll": {}
},
"runtime": {
"lib/netstandard2.0/System.IO.Packaging.dll": {}
}
},
"System.Security.AccessControl/5.0.0": {
"type": "package",
"dependencies": {
"Microsoft.NETCore.Platforms": "5.0.0",
"System.Security.Principal.Windows": "5.0.0"
},
"compile": {
"ref/netstandard2.0/System.Security.AccessControl.dll": {}
},
"runtime": {
"lib/netstandard2.0/System.Security.AccessControl.dll": {}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": {
"assetType": "runtime",
"rid": "win"
}
}
},
"System.Security.Principal.Windows/5.0.0": {
"type": "package",
"compile": {
"ref/netcoreapp3.0/System.Security.Principal.Windows.dll": {}
},
"runtime": {
"lib/netstandard2.0/System.Security.Principal.Windows.dll": {}
},
"runtimeTargets": {
"runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
"assetType": "runtime",
"rid": "unix"
},
"runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
"assetType": "runtime",
"rid": "win"
}
}
}
}
},
"libraries": {
"Aml.Engine/1.6.1": {
"sha512": "XGuwQBuInUMevkga2NRFjutg806xb8OlBC09D5V/X6qYxYVh6mWnBHK13nwA4xyldk1cGGRet7YmS3M7+y0/9A==",
"type": "package",
"path": "aml.engine/1.6.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"aml.engine.1.6.1.nupkg.sha512",
"aml.engine.nuspec",
"icon.png",
"lib/net4.7/AML.Engine.Services.dll",
"lib/net4.7/AML.Engine.Services.pdb",
"lib/net4.7/AML.Engine.Services.xml",
"lib/net4.7/AML.Engine.dll",
"lib/net4.7/AML.Engine.pdb",
"lib/net4.7/AML.Engine.xml",
"lib/net5.0/AML.Engine.Services.dll",
"lib/net5.0/AML.Engine.Services.pdb",
"lib/net5.0/AML.Engine.Services.xml",
"lib/net5.0/AML.Engine.dll",
"lib/net5.0/AML.Engine.pdb",
"lib/net5.0/AML.Engine.xml",
"lib/netcoreapp3.1/AML.Engine.Services.dll",
"lib/netcoreapp3.1/AML.Engine.Services.pdb",
"lib/netcoreapp3.1/AML.Engine.Services.xml",
"lib/netcoreapp3.1/AML.Engine.dll",
"lib/netcoreapp3.1/AML.Engine.pdb",
"lib/netcoreapp3.1/AML.Engine.xml",
"lib/netstandard2.0/AML.Engine.Services.dll",
"lib/netstandard2.0/AML.Engine.Services.pdb",
"lib/netstandard2.0/AML.Engine.Services.xml",
"lib/netstandard2.0/AML.Engine.dll",
"lib/netstandard2.0/AML.Engine.pdb",
"lib/netstandard2.0/AML.Engine.xml"
]
},
"Microsoft.NETCore.Platforms/5.0.0": {
"sha512": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
"type": "package",
"path": "microsoft.netcore.platforms/5.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/netstandard1.0/_._",
"microsoft.netcore.platforms.5.0.0.nupkg.sha512",
"microsoft.netcore.platforms.nuspec",
"runtime.json",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.IO.FileSystem.AccessControl/5.0.0": {
"sha512": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==",
"type": "package",
"path": "system.io.filesystem.accesscontrol/5.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net46/System.IO.FileSystem.AccessControl.dll",
"lib/net461/System.IO.FileSystem.AccessControl.dll",
"lib/net461/System.IO.FileSystem.AccessControl.xml",
"lib/netstandard1.3/System.IO.FileSystem.AccessControl.dll",
"lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll",
"lib/netstandard2.0/System.IO.FileSystem.AccessControl.xml",
"ref/net46/System.IO.FileSystem.AccessControl.dll",
"ref/net461/System.IO.FileSystem.AccessControl.dll",
"ref/net461/System.IO.FileSystem.AccessControl.xml",
"ref/netstandard1.3/System.IO.FileSystem.AccessControl.dll",
"ref/netstandard1.3/System.IO.FileSystem.AccessControl.xml",
"ref/netstandard1.3/de/System.IO.FileSystem.AccessControl.xml",
"ref/netstandard1.3/es/System.IO.FileSystem.AccessControl.xml",
"ref/netstandard1.3/fr/System.IO.FileSystem.AccessControl.xml",
"ref/netstandard1.3/it/System.IO.FileSystem.AccessControl.xml",
"ref/netstandard1.3/ja/System.IO.FileSystem.AccessControl.xml",
"ref/netstandard1.3/ko/System.IO.FileSystem.AccessControl.xml",
"ref/netstandard1.3/ru/System.IO.FileSystem.AccessControl.xml",
"ref/netstandard1.3/zh-hans/System.IO.FileSystem.AccessControl.xml",
"ref/netstandard1.3/zh-hant/System.IO.FileSystem.AccessControl.xml",
"ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll",
"ref/netstandard2.0/System.IO.FileSystem.AccessControl.xml",
"runtimes/win/lib/net46/System.IO.FileSystem.AccessControl.dll",
"runtimes/win/lib/net461/System.IO.FileSystem.AccessControl.dll",
"runtimes/win/lib/net461/System.IO.FileSystem.AccessControl.xml",
"runtimes/win/lib/netstandard1.3/System.IO.FileSystem.AccessControl.dll",
"runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll",
"runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.xml",
"system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512",
"system.io.filesystem.accesscontrol.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.IO.Packaging/5.0.0": {
"sha512": "ebfUwKsgZF4HTwaRUj67SrJdsM4O62Fxsd6u1bSk3MNgvU8yjyfEK0xQmUFUqOYJi1IcL4HENoccl4SKVPndYw==",
"type": "package",
"path": "system.io.packaging/5.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net46/System.IO.Packaging.dll",
"lib/net46/System.IO.Packaging.xml",
"lib/netstandard1.3/System.IO.Packaging.dll",
"lib/netstandard1.3/System.IO.Packaging.xml",
"lib/netstandard2.0/System.IO.Packaging.dll",
"lib/netstandard2.0/System.IO.Packaging.xml",
"ref/net46/System.IO.Packaging.dll",
"ref/net46/System.IO.Packaging.xml",
"ref/netstandard1.3/System.IO.Packaging.dll",
"ref/netstandard1.3/System.IO.Packaging.xml",
"ref/netstandard2.0/System.IO.Packaging.dll",
"ref/netstandard2.0/System.IO.Packaging.xml",
"system.io.packaging.5.0.0.nupkg.sha512",
"system.io.packaging.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.Security.AccessControl/5.0.0": {
"sha512": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
"type": "package",
"path": "system.security.accesscontrol/5.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net46/System.Security.AccessControl.dll",
"lib/net461/System.Security.AccessControl.dll",
"lib/net461/System.Security.AccessControl.xml",
"lib/netstandard1.3/System.Security.AccessControl.dll",
"lib/netstandard2.0/System.Security.AccessControl.dll",
"lib/netstandard2.0/System.Security.AccessControl.xml",
"lib/uap10.0.16299/_._",
"ref/net46/System.Security.AccessControl.dll",
"ref/net461/System.Security.AccessControl.dll",
"ref/net461/System.Security.AccessControl.xml",
"ref/netstandard1.3/System.Security.AccessControl.dll",
"ref/netstandard1.3/System.Security.AccessControl.xml",
"ref/netstandard1.3/de/System.Security.AccessControl.xml",
"ref/netstandard1.3/es/System.Security.AccessControl.xml",
"ref/netstandard1.3/fr/System.Security.AccessControl.xml",
"ref/netstandard1.3/it/System.Security.AccessControl.xml",
"ref/netstandard1.3/ja/System.Security.AccessControl.xml",
"ref/netstandard1.3/ko/System.Security.AccessControl.xml",
"ref/netstandard1.3/ru/System.Security.AccessControl.xml",
"ref/netstandard1.3/zh-hans/System.Security.AccessControl.xml",
"ref/netstandard1.3/zh-hant/System.Security.AccessControl.xml",
"ref/netstandard2.0/System.Security.AccessControl.dll",
"ref/netstandard2.0/System.Security.AccessControl.xml",
"ref/uap10.0.16299/_._",
"runtimes/win/lib/net46/System.Security.AccessControl.dll",
"runtimes/win/lib/net461/System.Security.AccessControl.dll",
"runtimes/win/lib/net461/System.Security.AccessControl.xml",
"runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll",
"runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.xml",
"runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll",
"runtimes/win/lib/uap10.0.16299/_._",
"system.security.accesscontrol.5.0.0.nupkg.sha512",
"system.security.accesscontrol.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.Security.Principal.Windows/5.0.0": {
"sha512": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
"type": "package",
"path": "system.security.principal.windows/5.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net46/System.Security.Principal.Windows.dll",
"lib/net461/System.Security.Principal.Windows.dll",
"lib/net461/System.Security.Principal.Windows.xml",
"lib/netstandard1.3/System.Security.Principal.Windows.dll",
"lib/netstandard2.0/System.Security.Principal.Windows.dll",
"lib/netstandard2.0/System.Security.Principal.Windows.xml",
"lib/uap10.0.16299/_._",
"ref/net46/System.Security.Principal.Windows.dll",
"ref/net461/System.Security.Principal.Windows.dll",
"ref/net461/System.Security.Principal.Windows.xml",
"ref/netcoreapp3.0/System.Security.Principal.Windows.dll",
"ref/netcoreapp3.0/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/System.Security.Principal.Windows.dll",
"ref/netstandard1.3/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/de/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/es/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/fr/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/it/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/ja/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/ko/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/ru/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml",
"ref/netstandard2.0/System.Security.Principal.Windows.dll",
"ref/netstandard2.0/System.Security.Principal.Windows.xml",
"ref/uap10.0.16299/_._",
"runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
"runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml",
"runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll",
"runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.xml",
"runtimes/win/lib/net46/System.Security.Principal.Windows.dll",
"runtimes/win/lib/net461/System.Security.Principal.Windows.dll",
"runtimes/win/lib/net461/System.Security.Principal.Windows.xml",
"runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
"runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.xml",
"runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll",
"runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml",
"runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll",
"runtimes/win/lib/uap10.0.16299/_._",
"system.security.principal.windows.5.0.0.nupkg.sha512",
"system.security.principal.windows.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
}
},
"libraries": {},
"projectFileDependencyGroups": {
".NETCoreApp,Version=v3.1": []
".NETCoreApp,Version=v3.1": [
"Aml.Engine >= 1.6.1"
]
},
"packageFolders": {
"C:\\Users\\Florian\\.nuget\\packages\\": {},
@@ -50,6 +372,12 @@
"frameworks": {
"netcoreapp3.1": {
"targetAlias": "netcoreapp3.1",
"dependencies": {
"Aml.Engine": {
"target": "Package",
"version": "[1.6.1, )"
}
},
"imports": [
"net461",
"net462",

View File

@@ -1,8 +1,15 @@
{
"version": 2,
"dgSpecHash": "JQVAG5bTYmyM22vsTwpg9spAupldinPoDX1is07SrApvEe01+R6F+zXpCf7SMfY6JoQe1cvU4tR3SaFiKRoYxA==",
"dgSpecHash": "XsEp1fSF1x+NfJyIZjzUuuovlMaP4nv57Yc0bgiC/PsBX3B2AATqc99NNSSkApgRHAwdu87depg3zznMl1hAhA==",
"success": true,
"projectFilePath": "C:\\Users\\Florian\\Source\\Repos\\TINF20C_ModellingWizard_Devices\\SOURCE\\ModellingWizardForDeviceDescriptions\\ModellingWizardForDeviceDescriptions.csproj",
"expectedPackageFiles": [],
"projectFilePath": "C:\\Users\\Florian\\source\\repos\\TINF20C_ModellingWizard_Devices\\SOURCE\\ModellingWizardForDeviceDescriptions\\ModellingWizardForDeviceDescriptions.csproj",
"expectedPackageFiles": [
"C:\\Users\\Florian\\.nuget\\packages\\aml.engine\\1.6.1\\aml.engine.1.6.1.nupkg.sha512",
"C:\\Users\\Florian\\.nuget\\packages\\microsoft.netcore.platforms\\5.0.0\\microsoft.netcore.platforms.5.0.0.nupkg.sha512",
"C:\\Users\\Florian\\.nuget\\packages\\system.io.filesystem.accesscontrol\\5.0.0\\system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512",
"C:\\Users\\Florian\\.nuget\\packages\\system.io.packaging\\5.0.0\\system.io.packaging.5.0.0.nupkg.sha512",
"C:\\Users\\Florian\\.nuget\\packages\\system.security.accesscontrol\\5.0.0\\system.security.accesscontrol.5.0.0.nupkg.sha512",
"C:\\Users\\Florian\\.nuget\\packages\\system.security.principal.windows\\5.0.0\\system.security.principal.windows.5.0.0.nupkg.sha512"
],
"logs": []
}