- 使用正确的Aveva.ApplicationFramework.IAddin接口 - 在Start方法中直接弹出欢迎对话框 - 移除自定义接口定义,使用AVEVA官方接口 - 插件现在可以在PDMS启动时正常加载并显示 - 添加.gitignore忽略VS临时文件 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
32 lines
1.5 KiB
Plaintext
32 lines
1.5 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 17
|
|
VisualStudioVersion = 17.11.35303.130
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TellmePdmsPluging", "TellmePdmsPluging.csproj", "{5E040389-82EF-4A66-942E-A65817CAB55F}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Debug|x86 = Debug|x86
|
|
Release|Any CPU = Release|Any CPU
|
|
Release|x86 = Release|x86
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{5E040389-82EF-4A66-942E-A65817CAB55F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{5E040389-82EF-4A66-942E-A65817CAB55F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{5E040389-82EF-4A66-942E-A65817CAB55F}.Debug|x86.ActiveCfg = Debug|x86
|
|
{5E040389-82EF-4A66-942E-A65817CAB55F}.Debug|x86.Build.0 = Debug|x86
|
|
{5E040389-82EF-4A66-942E-A65817CAB55F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{5E040389-82EF-4A66-942E-A65817CAB55F}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{5E040389-82EF-4A66-942E-A65817CAB55F}.Release|x86.ActiveCfg = Release|x86
|
|
{5E040389-82EF-4A66-942E-A65817CAB55F}.Release|x86.Build.0 = Release|x86
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {E979C325-F34D-4225-BE85-65498F9A2887}
|
|
EndGlobalSection
|
|
EndGlobal
|