Infineon.EAF.Runtime v2.59.0

With .gitignore *.traineddata
This commit is contained in:
2025-02-21 13:47:08 -07:00
parent 5368852e1b
commit 5cda494708
170 changed files with 17870 additions and 14 deletions

46
Adaptation/.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,46 @@
{
"recommendations": [
"adrianwilczynski.asp-net-core-switcher",
"adrianwilczynski.namespace",
"adrianwilczynski.terminal-commands",
"aliasadidev.nugetpackagemanagergui",
"bodil.file-browser",
"codezombiech.gitignore",
"cweijan.vscode-office",
"donjayamanne.githistory",
"EditorConfig.EditorConfig",
"eg2.vscode-npm-script",
"esbenp.prettier-vscode",
"formulahendry.dotnet-test-explorer",
"GitHub.remotehub",
"GitHub.vscode-pull-request-github",
"hashhar.gitattributes",
"hediet.vscode-drawio",
"mikeburgh.xml-format",
"ms-dotnettools.blazorwasm-companion",
"ms-dotnettools.csharp",
"ms-dotnettools.vscode-dotnet-runtime",
"ms-edgedevtools.vscode-edge-devtools",
"ms-vscode-remote.remote-ssh",
"ms-vscode-remote.remote-ssh-edit",
"ms-vscode.powershell",
"patcx.vscode-nuget-gallery",
"rangav.vscode-thunder-client",
"streetsidesoftware.code-spell-checker",
"VirtusLab.codetale",
"VisualStudioExptTeam.vscodeintellicode",
"vscode-icons-team.vscode-icons"
],
"unwantedRecommendations": [
"virtuslab.codetale",
"ms-azuretools.vscode-docker",
"christian-kohler.npm-intellisense",
"firefox-devtools.vscode-firefox-debug",
"dbaeumer.vscode-eslint",
"dbaeumer.jshint",
"felipecaputo.git-project-manager",
"eamodio.gitlens",
"hookyqr.beautify",
"davidanson.vscode-markdownlint"
]
}

1
Adaptation/.vscode/format-report.json vendored Normal file
View File

@ -0,0 +1 @@
[]

10
Adaptation/.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,10 @@
{
"configurations": [
{
"name": ".NET Core Attach",
"type": "coreclr",
"request": "attach",
"processId": 8084
}
]
}

5
Adaptation/.vscode/mklink.md vendored Normal file
View File

@ -0,0 +1,5 @@
# mklink
```bash
mklink /J "T:\DEP08SIHTRPLC\06_SourceCode\DEP08SIHTRPLC\Adaptation\.kanbn" "D:\5-Other-Small\Kanban\DEP08SIHTRPLC"
```

81
Adaptation/.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,81 @@
{
"[markdown]": {
"editor.wordWrap": "off"
},
"cSpell.words": [
"Analyte",
"CICN",
"EGANAIXG",
"ELODS",
"EQPT",
"etcs",
"GRATXT",
"grpf",
"Hmmssfff",
"hvfet",
"Icpms",
"IPDSF",
"Irmn",
"IRMNSPC",
"ISMTP",
"ISNULL",
"JOBID",
"JVXRD",
"Klarf",
"Lehighton",
"Lian",
"messa",
"milli",
"mvfet",
"MVIN",
"PDSF",
"pdsfc",
"PPID",
"pptst",
"reactno",
"RPMPL",
"RPMXY",
"rtsp",
"RUNMO",
"SIASM",
"statusdtm",
"stddev",
"Stks",
"SUMMO",
"Tesseract",
"TIBCO",
"TMAL",
"TMGA",
"TXTAPC",
"TXTIQS",
"Villach",
"XRDAI",
"XRDFWHM",
"XRDSL",
"XRDXRR",
"XRDXY"
],
"coverage-gutters.coverageBaseDir": "../../../../DEP08SIASM/05_TestResults/TestResults/**",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#7ea1d9",
"activityBar.activeBorder": "#f8e6ed",
"activityBar.background": "#7ea1d9",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#f8e6ed",
"activityBarBadge.foreground": "#15202b",
"sash.hoverBorder": "#7ea1d9",
"statusBar.background": "#5684ce",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#7ea1d9",
"statusBarItem.remoteBackground": "#5684ce",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#5684ce",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#5684ce99",
"titleBar.inactiveForeground": "#e7e7e799",
"commandCenter.border": "#e7e7e799"
},
"peacock.color": "#5684ce",
"cSpell.enabled": false
}

110
Adaptation/.vscode/tasks.json vendored Normal file
View File

@ -0,0 +1,110 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "Build",
"command": "dotnet",
"type": "process",
"args": [
"build",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "Test-Debug",
"command": "dotnet",
"type": "process",
"args": [
"test",
"-c",
"Debug"
],
"problemMatcher": "$msCompile"
},
{
"label": "Test-Release",
"command": "dotnet",
"type": "process",
"args": [
"test",
"-c",
"Release"
],
"problemMatcher": "$msCompile"
},
{
"label": "Format",
"command": "dotnet",
"type": "process",
"args": [
"format",
"--report",
".vscode",
"--verbosity",
"detailed",
"--severity",
"warn"
],
"problemMatcher": "$msCompile"
},
{
"label": "Nuget Clear",
"command": "dotnet",
"type": "process",
"args": [
"nuget",
"locals",
"all",
"--clear"
],
"problemMatcher": "$msCompile"
},
{
"label": "MSBuild for EAF Deployment Packages",
"command": "C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/MSBuild/Current/Bin/MSBuild.exe",
"type": "process",
"args": [
"/target:Build",
"/restore:True",
"/p:RestoreSources=https://artifactory.intra.infineon.com/artifactory/api/nuget/ngt-fi-package-main-vir/%3Bhttps://tfs.intra.infineon.com/tfs/FactoryIntegration/_packaging/EAF/nuget/v3/index.json%3Bhttps://tfs.intra.infineon.com/tfs/FactoryIntegration/_packaging/EAF%40Local/nuget/v3/index.json%3Bhttps://api.nuget.org/v3/index.json",
"/detailedsummary",
"/consoleloggerparameters:PerformanceSummary;ErrorsOnly;",
"/property:Configuration=Debug;TargetFrameworkVersion=v4.8",
"../DEP08SIASM.csproj"
],
"problemMatcher": "$msCompile"
},
{
"label": "Project",
"type": "shell",
"command": "code ../DEP08SIASM.csproj",
"problemMatcher": []
},
{
"label": "Git Config",
"type": "shell",
"command": "code ../.git/config",
"problemMatcher": []
},
{
"label": "Kanbn Console",
"type": "npm",
"script": "kanbn.board",
"problemMatcher": []
},
{
"label": "Kanbn Write Boad",
"type": "shell",
"command": "& kanbn board -j | L:/Git/kanbn2md/kanbn2md.exe >.kanbn/board.md",
"problemMatcher": []
},
{
"label": "Kanbn Write json",
"type": "npm",
"script": "kanbn.board.json",
"problemMatcher": []
}
]
}