From d4a7f52a5a4c8d4acb5af9d29e10856eb8a557c2 Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周三, 20 11月 2024 15:37:48 +0800 Subject: [PATCH] 程序开机自启 --- DataCapture_MA/bin/Debug/Microsoft.Extensions.DependencyModel.xml | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/DataCapture_MA/bin/Debug/Microsoft.Extensions.DependencyModel.xml b/DataCapture_MA/bin/Debug/Microsoft.Extensions.DependencyModel.xml new file mode 100644 index 0000000..89b8625 --- /dev/null +++ b/DataCapture_MA/bin/Debug/Microsoft.Extensions.DependencyModel.xml @@ -0,0 +1,23 @@ +<?xml version="1.0"?> +<doc> + <assembly> + <name>Microsoft.Extensions.DependencyModel</name> + </assembly> + <members> + <member name="P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.Runtime"> + <summary> + The runtime ID associated with this group (may be empty if the group is runtime-agnostic) + </summary> + </member> + <member name="P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.AssetPaths"> + <summary> + Gets a list of asset paths provided in this runtime group + </summary> + </member> + <member name="P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.RuntimeFiles"> + <summary> + Gets a list of RuntimeFiles provided in this runtime group + </summary> + </member> + </members> +</doc> -- Gitblit v1.9.3