diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ab848d9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,330 @@ +# ---> VisualStudio +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +build/ +bld/ +[Bb]in/ +[Oo]bj/ + +# Visual Studio 2015 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# DNX +project.lock.json +artifacts/ + +*_i.c +*_p.c +*_i.h +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opensdf +*.sdf +*.cachefile + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding add-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# TODO: Comment the next line if you want to checkin your web deploy settings +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/packages/* +# except build/, which is used as an MSBuild target. +!**/packages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/packages/repositories.config + +# Windows Azure Build Output +csx/ +*.build.csdef + +# Windows Store app package directory +AppPackages/ + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!*.[Cc]ache/ + +# Others +ClientBin/ +[Ss]tyle[Cc]op.* +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.pfx +*.publishsettings +node_modules/ +orleans.codegen.cs + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm + +# SQL Server files +*.mdf +*.ldf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings + +# Microsoft Fakes +FakesAssemblies/ + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# ---> C Sharp +# Build Folders (you can keep bin if you'd like, to store dlls and pdbs) +[Bb]in/ +[Oo]bj/ + +# mstest test results +TestResults + +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# User-specific files +*.suo +*.user +*.sln.docstates + +# Build results +[Dd]ebug/ +[Rr]elease/ +x64/ +*_i.c +*_p.c +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.log +*.vspscc +*.vssscc +.builds + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opensdf +*.sdf + +# Visual Studio profiler +*.psess +*.vsp +*.vspx + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper* + +# NCrunch +*.ncrunch* +.*crunch*.local.xml + +# Installshield output folder +[Ee]xpress + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish + +# Publish Web Output +*.Publish.xml + +# NuGet Packages Directory +packages + +# Windows Azure Build Output +csx +*.build.csdef + +# Windows Store app package directory +AppPackages/ + +# Others +[Bb]in +[Oo]bj +sql +TestResults +[Tt]est[Rr]esult* +*.Cache +ClientBin +[Ss]tyle[Cc]op.* +~$* +*.dbmdl +Generated_Code #added for RIA/Silverlight projects + +# Backup & report files from converting an old project file to a newer +# Visual Studio version. Backup files are not needed, because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML + +.ionide/symbolCache.db diff --git a/.vs/Effector.Plugin.Lib/FileContentIndex/47e36499-a976-4ac4-87f7-0d96a9c3b5e9.vsidx b/.vs/Effector.Plugin.Lib/FileContentIndex/47e36499-a976-4ac4-87f7-0d96a9c3b5e9.vsidx deleted file mode 100644 index a5e4af2..0000000 Binary files a/.vs/Effector.Plugin.Lib/FileContentIndex/47e36499-a976-4ac4-87f7-0d96a9c3b5e9.vsidx and /dev/null differ diff --git a/.vs/Effector.Plugin.Lib/FileContentIndex/828d5703-c62f-47b2-907d-b3f891f62570.vsidx b/.vs/Effector.Plugin.Lib/FileContentIndex/828d5703-c62f-47b2-907d-b3f891f62570.vsidx deleted file mode 100644 index 4a73cef..0000000 Binary files a/.vs/Effector.Plugin.Lib/FileContentIndex/828d5703-c62f-47b2-907d-b3f891f62570.vsidx and /dev/null differ diff --git a/.vs/Effector.Plugin.Lib/FileContentIndex/b2ea713a-8221-408a-8d21-5ed95b655ed4.vsidx b/.vs/Effector.Plugin.Lib/FileContentIndex/b2ea713a-8221-408a-8d21-5ed95b655ed4.vsidx deleted file mode 100644 index 379d146..0000000 Binary files a/.vs/Effector.Plugin.Lib/FileContentIndex/b2ea713a-8221-408a-8d21-5ed95b655ed4.vsidx and /dev/null differ diff --git a/.vs/Effector.Plugin.Lib/FileContentIndex/b6ade251-2b30-4eef-84d7-9d65f2fe34ab.vsidx b/.vs/Effector.Plugin.Lib/FileContentIndex/b6ade251-2b30-4eef-84d7-9d65f2fe34ab.vsidx deleted file mode 100644 index 6f794ac..0000000 Binary files a/.vs/Effector.Plugin.Lib/FileContentIndex/b6ade251-2b30-4eef-84d7-9d65f2fe34ab.vsidx and /dev/null differ diff --git a/.vs/Effector.Plugin.Lib/FileContentIndex/c9d252b2-8443-447a-8da8-a468e7179fe2.vsidx b/.vs/Effector.Plugin.Lib/FileContentIndex/c9d252b2-8443-447a-8da8-a468e7179fe2.vsidx deleted file mode 100644 index 0506973..0000000 Binary files a/.vs/Effector.Plugin.Lib/FileContentIndex/c9d252b2-8443-447a-8da8-a468e7179fe2.vsidx and /dev/null differ diff --git a/.vs/Effector.Plugin.Lib/v17/.suo b/.vs/Effector.Plugin.Lib/v17/.suo deleted file mode 100644 index 53f7b4b..0000000 Binary files a/.vs/Effector.Plugin.Lib/v17/.suo and /dev/null differ diff --git a/.vs/Effector.Plugin.Lib/v17/DocumentLayout.backup.json b/.vs/Effector.Plugin.Lib/v17/DocumentLayout.backup.json deleted file mode 100644 index b3a37d2..0000000 --- a/.vs/Effector.Plugin.Lib/v17/DocumentLayout.backup.json +++ /dev/null @@ -1,171 +0,0 @@ -{ - "Version": 1, - "WorkspaceRootPath": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\", - "Documents": [ - { - "AbsoluteMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|c:\\egtdev\\effector\\effector.plugin.lib\\effector.plugin.lib\\processmanager\\processmanagervm.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}", - "RelativeMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|solutionrelative:effector.plugin.lib\\processmanager\\processmanagervm.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}" - }, - { - "AbsoluteMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|c:\\egtdev\\effector\\effector.plugin.lib\\effector.plugin.lib\\multiplecopywnd\\multiplecopywndv.xaml||{F11ACC28-31D1-4C80-A34B-F4E09D3D753C}", - "RelativeMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|solutionrelative:effector.plugin.lib\\multiplecopywnd\\multiplecopywndv.xaml||{F11ACC28-31D1-4C80-A34B-F4E09D3D753C}" - }, - { - "AbsoluteMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|c:\\egtdev\\effector\\effector.plugin.lib\\effector.plugin.lib\\processmanager\\processmanagerv.xaml||{F11ACC28-31D1-4C80-A34B-F4E09D3D753C}", - "RelativeMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|solutionrelative:effector.plugin.lib\\processmanager\\processmanagerv.xaml||{F11ACC28-31D1-4C80-A34B-F4E09D3D753C}" - }, - { - "AbsoluteMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\effector.plugin.lib\\egtwindow\\egtwindow.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}", - "RelativeMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|solutionrelative:effector.plugin.lib\\egtwindow\\egtwindow.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}" - }, - { - "AbsoluteMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\effector.plugin.lib\\utility\\inifile.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}", - "RelativeMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|solutionrelative:effector.plugin.lib\\utility\\inifile.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}" - }, - { - "AbsoluteMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|c:\\egtdev\\effector\\effector.plugin.lib\\effector.plugin.lib\\themes\\generic.xaml||{F11ACC28-31D1-4C80-A34B-F4E09D3D753C}", - "RelativeMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|solutionrelative:effector.plugin.lib\\themes\\generic.xaml||{F11ACC28-31D1-4C80-A34B-F4E09D3D753C}" - }, - { - "AbsoluteMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\effector.plugin.lib\\constants\\pluginconstini.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}", - "RelativeMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|solutionrelative:effector.plugin.lib\\constants\\pluginconstini.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}" - }, - { - "AbsoluteMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\effector.plugin.lib\\utility\\plugininifile.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}", - "RelativeMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|solutionrelative:effector.plugin.lib\\utility\\plugininifile.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}" - }, - { - "AbsoluteMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\effector.plugin.lib\\constants\\constini.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}", - "RelativeMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|solutionrelative:effector.plugin.lib\\constants\\constini.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}" - } - ], - "DocumentGroupContainers": [ - { - "Orientation": 0, - "VerticalTabListWidth": 256, - "DocumentGroups": [ - { - "DockedWidth": 200, - "SelectedChildIndex": 2, - "Children": [ - { - "$type": "Bookmark", - "Name": "ST:128:0:{116d2292-e37d-41cd-a077-ebacac4c8cc4}" - }, - { - "$type": "Document", - "DocumentIndex": 1, - "Title": "MultipleCopyWndV.xaml", - "DocumentMoniker": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\MultipleCopyWnd\\MultipleCopyWndV.xaml", - "RelativeDocumentMoniker": "Effector.Plugin.Lib\\MultipleCopyWnd\\MultipleCopyWndV.xaml", - "ToolTip": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\MultipleCopyWnd\\MultipleCopyWndV.xaml", - "RelativeToolTip": "Effector.Plugin.Lib\\MultipleCopyWnd\\MultipleCopyWndV.xaml", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003549|", - "WhenOpened": "2025-01-16T14:20:02.087Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 0, - "Title": "ProcessManagerVM.vb", - "DocumentMoniker": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\ProcessManager\\ProcessManagerVM.vb", - "RelativeDocumentMoniker": "Effector.Plugin.Lib\\ProcessManager\\ProcessManagerVM.vb", - "ToolTip": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\ProcessManager\\ProcessManagerVM.vb", - "RelativeToolTip": "Effector.Plugin.Lib\\ProcessManager\\ProcessManagerVM.vb", - "ViewState": "AgIAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAA==", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003361|", - "WhenOpened": "2025-01-16T14:19:17.625Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 2, - "Title": "ProcessManagerV.xaml", - "DocumentMoniker": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\ProcessManager\\ProcessManagerV.xaml", - "RelativeDocumentMoniker": "Effector.Plugin.Lib\\ProcessManager\\ProcessManagerV.xaml", - "ToolTip": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\ProcessManager\\ProcessManagerV.xaml", - "RelativeToolTip": "Effector.Plugin.Lib\\ProcessManager\\ProcessManagerV.xaml", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003549|", - "WhenOpened": "2025-01-16T14:19:13.496Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 3, - "Title": "EgtWindow.vb", - "DocumentMoniker": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\EgtWindow\\EgtWindow.vb", - "RelativeDocumentMoniker": "Effector.Plugin.Lib\\EgtWindow\\EgtWindow.vb", - "ToolTip": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\EgtWindow\\EgtWindow.vb", - "RelativeToolTip": "Effector.Plugin.Lib\\EgtWindow\\EgtWindow.vb", - "ViewState": "AgIAADkAAAAAAAAAAAAAAH8AAAAtAAAAAAAAAA==", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003361|", - "WhenOpened": "2025-01-09T15:16:31.177Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 5, - "Title": "Generic.xaml", - "DocumentMoniker": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\Themes\\Generic.xaml", - "RelativeDocumentMoniker": "Effector.Plugin.Lib\\Themes\\Generic.xaml", - "ToolTip": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\Themes\\Generic.xaml", - "RelativeToolTip": "Effector.Plugin.Lib\\Themes\\Generic.xaml", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003549|", - "WhenOpened": "2025-01-09T14:50:37.334Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 6, - "Title": "PluginConstIni.vb", - "DocumentMoniker": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\Constants\\PluginConstIni.vb", - "RelativeDocumentMoniker": "Effector.Plugin.Lib\\Constants\\PluginConstIni.vb", - "ToolTip": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\Constants\\PluginConstIni.vb", - "RelativeToolTip": "Effector.Plugin.Lib\\Constants\\PluginConstIni.vb", - "ViewState": "AgIAAAAAAAAAAAAAAAAAAAcAAAABAAAAAAAAAA==", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003361|", - "WhenOpened": "2025-01-09T14:19:08.316Z" - }, - { - "$type": "Document", - "DocumentIndex": 8, - "Title": "ConstIni.vb", - "DocumentMoniker": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\Constants\\ConstIni.vb", - "RelativeDocumentMoniker": "Effector.Plugin.Lib\\Constants\\ConstIni.vb", - "ToolTip": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\Constants\\ConstIni.vb", - "RelativeToolTip": "Effector.Plugin.Lib\\Constants\\ConstIni.vb", - "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003361|", - "WhenOpened": "2025-01-09T14:17:20.215Z" - }, - { - "$type": "Document", - "DocumentIndex": 7, - "Title": "PluginIniFile.vb", - "DocumentMoniker": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\Utility\\PluginIniFile.vb", - "RelativeDocumentMoniker": "Effector.Plugin.Lib\\Utility\\PluginIniFile.vb", - "ToolTip": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\Utility\\PluginIniFile.vb", - "RelativeToolTip": "Effector.Plugin.Lib\\Utility\\PluginIniFile.vb", - "ViewState": "AgIAAAAAAAAAAAAAAAAAABAAAAAUAAAAAAAAAA==", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003361|", - "WhenOpened": "2025-01-09T12:12:44.529Z" - }, - { - "$type": "Document", - "DocumentIndex": 4, - "Title": "IniFile.vb", - "DocumentMoniker": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\Utility\\IniFile.vb", - "RelativeDocumentMoniker": "Effector.Plugin.Lib\\Utility\\IniFile.vb", - "ToolTip": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\Utility\\IniFile.vb", - "RelativeToolTip": "Effector.Plugin.Lib\\Utility\\IniFile.vb", - "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003361|", - "WhenOpened": "2025-01-09T12:09:43.898Z", - "EditorCaption": "" - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/.vs/Effector.Plugin.Lib/v17/DocumentLayout.json b/.vs/Effector.Plugin.Lib/v17/DocumentLayout.json deleted file mode 100644 index b3a37d2..0000000 --- a/.vs/Effector.Plugin.Lib/v17/DocumentLayout.json +++ /dev/null @@ -1,171 +0,0 @@ -{ - "Version": 1, - "WorkspaceRootPath": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\", - "Documents": [ - { - "AbsoluteMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|c:\\egtdev\\effector\\effector.plugin.lib\\effector.plugin.lib\\processmanager\\processmanagervm.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}", - "RelativeMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|solutionrelative:effector.plugin.lib\\processmanager\\processmanagervm.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}" - }, - { - "AbsoluteMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|c:\\egtdev\\effector\\effector.plugin.lib\\effector.plugin.lib\\multiplecopywnd\\multiplecopywndv.xaml||{F11ACC28-31D1-4C80-A34B-F4E09D3D753C}", - "RelativeMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|solutionrelative:effector.plugin.lib\\multiplecopywnd\\multiplecopywndv.xaml||{F11ACC28-31D1-4C80-A34B-F4E09D3D753C}" - }, - { - "AbsoluteMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|c:\\egtdev\\effector\\effector.plugin.lib\\effector.plugin.lib\\processmanager\\processmanagerv.xaml||{F11ACC28-31D1-4C80-A34B-F4E09D3D753C}", - "RelativeMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|solutionrelative:effector.plugin.lib\\processmanager\\processmanagerv.xaml||{F11ACC28-31D1-4C80-A34B-F4E09D3D753C}" - }, - { - "AbsoluteMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\effector.plugin.lib\\egtwindow\\egtwindow.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}", - "RelativeMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|solutionrelative:effector.plugin.lib\\egtwindow\\egtwindow.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}" - }, - { - "AbsoluteMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\effector.plugin.lib\\utility\\inifile.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}", - "RelativeMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|solutionrelative:effector.plugin.lib\\utility\\inifile.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}" - }, - { - "AbsoluteMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|c:\\egtdev\\effector\\effector.plugin.lib\\effector.plugin.lib\\themes\\generic.xaml||{F11ACC28-31D1-4C80-A34B-F4E09D3D753C}", - "RelativeMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|solutionrelative:effector.plugin.lib\\themes\\generic.xaml||{F11ACC28-31D1-4C80-A34B-F4E09D3D753C}" - }, - { - "AbsoluteMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\effector.plugin.lib\\constants\\pluginconstini.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}", - "RelativeMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|solutionrelative:effector.plugin.lib\\constants\\pluginconstini.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}" - }, - { - "AbsoluteMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\effector.plugin.lib\\utility\\plugininifile.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}", - "RelativeMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|solutionrelative:effector.plugin.lib\\utility\\plugininifile.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}" - }, - { - "AbsoluteMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\effector.plugin.lib\\constants\\constini.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}", - "RelativeMoniker": "D:0:0:{E5ECC5E1-EA7B-447D-9A07-F5EE25D27779}|Effector.Plugin.Lib\\Effector.Plugin.Lib.vbproj|solutionrelative:effector.plugin.lib\\constants\\constini.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}" - } - ], - "DocumentGroupContainers": [ - { - "Orientation": 0, - "VerticalTabListWidth": 256, - "DocumentGroups": [ - { - "DockedWidth": 200, - "SelectedChildIndex": 2, - "Children": [ - { - "$type": "Bookmark", - "Name": "ST:128:0:{116d2292-e37d-41cd-a077-ebacac4c8cc4}" - }, - { - "$type": "Document", - "DocumentIndex": 1, - "Title": "MultipleCopyWndV.xaml", - "DocumentMoniker": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\MultipleCopyWnd\\MultipleCopyWndV.xaml", - "RelativeDocumentMoniker": "Effector.Plugin.Lib\\MultipleCopyWnd\\MultipleCopyWndV.xaml", - "ToolTip": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\MultipleCopyWnd\\MultipleCopyWndV.xaml", - "RelativeToolTip": "Effector.Plugin.Lib\\MultipleCopyWnd\\MultipleCopyWndV.xaml", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003549|", - "WhenOpened": "2025-01-16T14:20:02.087Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 0, - "Title": "ProcessManagerVM.vb", - "DocumentMoniker": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\ProcessManager\\ProcessManagerVM.vb", - "RelativeDocumentMoniker": "Effector.Plugin.Lib\\ProcessManager\\ProcessManagerVM.vb", - "ToolTip": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\ProcessManager\\ProcessManagerVM.vb", - "RelativeToolTip": "Effector.Plugin.Lib\\ProcessManager\\ProcessManagerVM.vb", - "ViewState": "AgIAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAA==", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003361|", - "WhenOpened": "2025-01-16T14:19:17.625Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 2, - "Title": "ProcessManagerV.xaml", - "DocumentMoniker": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\ProcessManager\\ProcessManagerV.xaml", - "RelativeDocumentMoniker": "Effector.Plugin.Lib\\ProcessManager\\ProcessManagerV.xaml", - "ToolTip": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\ProcessManager\\ProcessManagerV.xaml", - "RelativeToolTip": "Effector.Plugin.Lib\\ProcessManager\\ProcessManagerV.xaml", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003549|", - "WhenOpened": "2025-01-16T14:19:13.496Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 3, - "Title": "EgtWindow.vb", - "DocumentMoniker": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\EgtWindow\\EgtWindow.vb", - "RelativeDocumentMoniker": "Effector.Plugin.Lib\\EgtWindow\\EgtWindow.vb", - "ToolTip": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\EgtWindow\\EgtWindow.vb", - "RelativeToolTip": "Effector.Plugin.Lib\\EgtWindow\\EgtWindow.vb", - "ViewState": "AgIAADkAAAAAAAAAAAAAAH8AAAAtAAAAAAAAAA==", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003361|", - "WhenOpened": "2025-01-09T15:16:31.177Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 5, - "Title": "Generic.xaml", - "DocumentMoniker": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\Themes\\Generic.xaml", - "RelativeDocumentMoniker": "Effector.Plugin.Lib\\Themes\\Generic.xaml", - "ToolTip": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\Themes\\Generic.xaml", - "RelativeToolTip": "Effector.Plugin.Lib\\Themes\\Generic.xaml", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003549|", - "WhenOpened": "2025-01-09T14:50:37.334Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 6, - "Title": "PluginConstIni.vb", - "DocumentMoniker": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\Constants\\PluginConstIni.vb", - "RelativeDocumentMoniker": "Effector.Plugin.Lib\\Constants\\PluginConstIni.vb", - "ToolTip": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\Constants\\PluginConstIni.vb", - "RelativeToolTip": "Effector.Plugin.Lib\\Constants\\PluginConstIni.vb", - "ViewState": "AgIAAAAAAAAAAAAAAAAAAAcAAAABAAAAAAAAAA==", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003361|", - "WhenOpened": "2025-01-09T14:19:08.316Z" - }, - { - "$type": "Document", - "DocumentIndex": 8, - "Title": "ConstIni.vb", - "DocumentMoniker": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\Constants\\ConstIni.vb", - "RelativeDocumentMoniker": "Effector.Plugin.Lib\\Constants\\ConstIni.vb", - "ToolTip": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\Constants\\ConstIni.vb", - "RelativeToolTip": "Effector.Plugin.Lib\\Constants\\ConstIni.vb", - "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003361|", - "WhenOpened": "2025-01-09T14:17:20.215Z" - }, - { - "$type": "Document", - "DocumentIndex": 7, - "Title": "PluginIniFile.vb", - "DocumentMoniker": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\Utility\\PluginIniFile.vb", - "RelativeDocumentMoniker": "Effector.Plugin.Lib\\Utility\\PluginIniFile.vb", - "ToolTip": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\Utility\\PluginIniFile.vb", - "RelativeToolTip": "Effector.Plugin.Lib\\Utility\\PluginIniFile.vb", - "ViewState": "AgIAAAAAAAAAAAAAAAAAABAAAAAUAAAAAAAAAA==", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003361|", - "WhenOpened": "2025-01-09T12:12:44.529Z" - }, - { - "$type": "Document", - "DocumentIndex": 4, - "Title": "IniFile.vb", - "DocumentMoniker": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\Utility\\IniFile.vb", - "RelativeDocumentMoniker": "Effector.Plugin.Lib\\Utility\\IniFile.vb", - "ToolTip": "C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\Utility\\IniFile.vb", - "RelativeToolTip": "Effector.Plugin.Lib\\Utility\\IniFile.vb", - "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003361|", - "WhenOpened": "2025-01-09T12:09:43.898Z", - "EditorCaption": "" - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/Effector.Plugin.Lib/.vs/Effector.Plugin.Lib.vbproj.dtbcache.json b/Effector.Plugin.Lib/.vs/Effector.Plugin.Lib.vbproj.dtbcache.json deleted file mode 100644 index be0c1c3..0000000 --- a/Effector.Plugin.Lib/.vs/Effector.Plugin.Lib.vbproj.dtbcache.json +++ /dev/null @@ -1 +0,0 @@ -{"RootPath":"C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib","ProjectFileName":"Effector.Plugin.Lib.vbproj","Configuration":"Debug|AnyCPU","FrameworkPath":"","Sources":[{"SourceFile":"Constants\\ConstGen.vb"},{"SourceFile":"Constants\\ConstIni.vb"},{"SourceFile":"Constants\\PluginConstIni.vb"},{"SourceFile":"EgtWindow\\EgtWindow.vb"},{"SourceFile":"MultipleCopyWnd\\MultipleCopyWndV.xaml.vb"},{"SourceFile":"MultipleCopyWnd\\MultipleCopyWndVM.vb"},{"SourceFile":"My Project\\AssemblyInfo.vb"},{"SourceFile":"My Project\\Resources.Designer.vb"},{"SourceFile":"My Project\\Settings.Designer.vb"},{"SourceFile":"TitleBar\\TitleBarV.xaml.vb"},{"SourceFile":"Utility\\Command.vb"},{"SourceFile":"Utility\\ExecProcessManager.vb"},{"SourceFile":"Utility\\GenInterface.vb"},{"SourceFile":"Utility\\IdNameStruct.vb"},{"SourceFile":"Utility\\IniFile.vb"},{"SourceFile":"Utility\\PluginIniFile.vb"},{"SourceFile":"Utility\\StringConversion.vb"},{"SourceFile":"Utility\\VMBase.vb"},{"SourceFile":"obj\\Debug\\.NETFramework,Version=v4.7.2.AssemblyAttributes.vb"},{"SourceFile":"C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\obj\\Debug\\MultipleCopyWnd\\MultipleCopyWndV.g.vb"},{"SourceFile":"C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\obj\\Debug\\TitleBar\\TitleBarV.g.vb"},{"SourceFile":"C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\obj\\Debug\\GeneratedInternalTypeHelper.g.vb"}],"References":[{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.2\\PresentationCore.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.2\\PresentationFramework.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.2\\System.Core.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.2\\System.Data.DataSetExtensions.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.2\\System.Data.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.2\\System.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.2\\System.Net.Http.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.2\\System.Xaml.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.2\\System.Xml.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.2\\System.Xml.Linq.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.2\\WindowsBase.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""}],"Analyzers":[],"Outputs":[{"OutputItemFullPath":"C:\\EgtDev\\Effector\\Effector.Plugin.Lib\\Effector.Plugin.Lib\\bin\\Debug\\Effector.Plugin.Lib.dll","OutputItemRelativePath":"Effector.Plugin.Lib.dll"},{"OutputItemFullPath":"","OutputItemRelativePath":""}],"CopyToOutputEntries":[]} \ No newline at end of file diff --git a/Effector.Plugin.Lib/bin/Debug/Effector.Plugin.Lib.dll b/Effector.Plugin.Lib/bin/Debug/Effector.Plugin.Lib.dll deleted file mode 100644 index 6fab0ba..0000000 Binary files a/Effector.Plugin.Lib/bin/Debug/Effector.Plugin.Lib.dll and /dev/null differ diff --git a/Effector.Plugin.Lib/bin/Debug/Effector.Plugin.Lib.pdb b/Effector.Plugin.Lib/bin/Debug/Effector.Plugin.Lib.pdb deleted file mode 100644 index 1bf64e3..0000000 Binary files a/Effector.Plugin.Lib/bin/Debug/Effector.Plugin.Lib.pdb and /dev/null differ diff --git a/Effector.Plugin.Lib/bin/Debug/Effector.Plugin.Lib.xml b/Effector.Plugin.Lib/bin/Debug/Effector.Plugin.Lib.xml deleted file mode 100644 index 3a9d20d..0000000 --- a/Effector.Plugin.Lib/bin/Debug/Effector.Plugin.Lib.xml +++ /dev/null @@ -1,78 +0,0 @@ - - - - -Effector.Plugin.Lib - - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - -MultipleCopyWndV - - - - -InitializeComponent - - - - -ProcessManagerV - - - - -InitializeComponent - - - - -TitleBar - - - - -InitializeComponent - - - - - A command whose sole purpose is to - relay its functionality to other - objects by invoking delegates. The - default return value for the CanExecute - method is 'true'. - - - - - Creates a new command that can always execute. - - The execution logic. - - - - Creates a new command. - - The execution logic. - The execution status logic. - - - diff --git a/Effector.Plugin.Lib/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.vb b/Effector.Plugin.Lib/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.vb deleted file mode 100644 index a0e4a61..0000000 --- a/Effector.Plugin.Lib/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.vb +++ /dev/null @@ -1,7 +0,0 @@ -' - Option Strict Off - Option Explicit On - - Imports System - Imports System.Reflection - diff --git a/Effector.Plugin.Lib/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Effector.Plugin.Lib/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache deleted file mode 100644 index 8f737c8..0000000 Binary files a/Effector.Plugin.Lib/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and /dev/null differ diff --git a/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib.Resources.resources b/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib.Resources.resources deleted file mode 100644 index 6c05a97..0000000 Binary files a/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib.Resources.resources and /dev/null differ diff --git a/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib.dll b/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib.dll deleted file mode 100644 index 6fab0ba..0000000 Binary files a/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib.dll and /dev/null differ diff --git a/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib.g.resources b/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib.g.resources deleted file mode 100644 index edc732f..0000000 Binary files a/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib.g.resources and /dev/null differ diff --git a/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib.pdb b/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib.pdb deleted file mode 100644 index 1bf64e3..0000000 Binary files a/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib.pdb and /dev/null differ diff --git a/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib.vbproj.AssemblyReference.cache b/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib.vbproj.AssemblyReference.cache deleted file mode 100644 index 6129c9d..0000000 Binary files a/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib.vbproj.AssemblyReference.cache and /dev/null differ diff --git a/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib.vbproj.CoreCompileInputs.cache b/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib.vbproj.CoreCompileInputs.cache deleted file mode 100644 index 840fd5f..0000000 --- a/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib.vbproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -f0542cce302d0958c38ca15058ca24aded3d23622f2bc176ce5498d46b31d0b8 diff --git a/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib.vbproj.FileListAbsolute.txt b/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib.vbproj.FileListAbsolute.txt deleted file mode 100644 index d10ccd4..0000000 --- a/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib.vbproj.FileListAbsolute.txt +++ /dev/null @@ -1,21 +0,0 @@ -C:\EgtDev\Effector\Effector.Plugin.Lib\Effector.Plugin.Lib\obj\Debug\Effector.Plugin.Lib.vbproj.AssemblyReference.cache -C:\EgtDev\Effector\Effector.Plugin.Lib\Effector.Plugin.Lib\obj\Debug\TitleBar\TitleBarV.baml -C:\EgtDev\Effector\Effector.Plugin.Lib\Effector.Plugin.Lib\obj\Debug\MultipleCopyWnd\MultipleCopyWndV.g.vb -C:\EgtDev\Effector\Effector.Plugin.Lib\Effector.Plugin.Lib\obj\Debug\TitleBar\TitleBarV.g.vb -C:\EgtDev\Effector\Effector.Plugin.Lib\Effector.Plugin.Lib\obj\Debug\GeneratedInternalTypeHelper.g.vb -C:\EgtDev\Effector\Effector.Plugin.Lib\Effector.Plugin.Lib\obj\Debug\Effector.Plugin.Lib_MarkupCompile.cache -C:\EgtDev\Effector\Effector.Plugin.Lib\Effector.Plugin.Lib\obj\Debug\Effector.Plugin.Lib_MarkupCompile.lref -C:\EgtDev\Effector\Effector.Plugin.Lib\Effector.Plugin.Lib\bin\Debug\Effector.Plugin.Lib.dll -C:\EgtDev\Effector\Effector.Plugin.Lib\Effector.Plugin.Lib\bin\Debug\Effector.Plugin.Lib.pdb -C:\EgtDev\Effector\Effector.Plugin.Lib\Effector.Plugin.Lib\bin\Debug\Effector.Plugin.Lib.xml -C:\EgtDev\Effector\Effector.Plugin.Lib\Effector.Plugin.Lib\obj\Debug\MultipleCopyWnd\MultipleCopyWndV.baml -C:\EgtDev\Effector\Effector.Plugin.Lib\Effector.Plugin.Lib\obj\Debug\Themes\Generic.baml -C:\EgtDev\Effector\Effector.Plugin.Lib\Effector.Plugin.Lib\obj\Debug\Effector.Plugin.Lib.g.resources -C:\EgtDev\Effector\Effector.Plugin.Lib\Effector.Plugin.Lib\obj\Debug\Effector.Plugin.Lib.Resources.resources -C:\EgtDev\Effector\Effector.Plugin.Lib\Effector.Plugin.Lib\obj\Debug\Effector.Plugin.Lib.vbproj.GenerateResource.cache -C:\EgtDev\Effector\Effector.Plugin.Lib\Effector.Plugin.Lib\obj\Debug\Effector.Plugin.Lib.vbproj.CoreCompileInputs.cache -C:\EgtDev\Effector\Effector.Plugin.Lib\Effector.Plugin.Lib\obj\Debug\Effector.Plugin.Lib.dll -C:\EgtDev\Effector\Effector.Plugin.Lib\Effector.Plugin.Lib\obj\Debug\Effector.Plugin.Lib.xml -C:\EgtDev\Effector\Effector.Plugin.Lib\Effector.Plugin.Lib\obj\Debug\Effector.Plugin.Lib.pdb -C:\EgtDev\Effector\Effector.Plugin.Lib\Effector.Plugin.Lib\obj\Debug\ProcessManager\ProcessManagerV.g.vb -C:\EgtDev\Effector\Effector.Plugin.Lib\Effector.Plugin.Lib\obj\Debug\ProcessManager\ProcessManagerV.baml diff --git a/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib.vbproj.GenerateResource.cache b/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib.vbproj.GenerateResource.cache deleted file mode 100644 index e0ae2d3..0000000 Binary files a/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib.vbproj.GenerateResource.cache and /dev/null differ diff --git a/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib.xml b/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib.xml deleted file mode 100644 index 3a9d20d..0000000 --- a/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib.xml +++ /dev/null @@ -1,78 +0,0 @@ - - - - -Effector.Plugin.Lib - - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - -MultipleCopyWndV - - - - -InitializeComponent - - - - -ProcessManagerV - - - - -InitializeComponent - - - - -TitleBar - - - - -InitializeComponent - - - - - A command whose sole purpose is to - relay its functionality to other - objects by invoking delegates. The - default return value for the CanExecute - method is 'true'. - - - - - Creates a new command that can always execute. - - The execution logic. - - - - Creates a new command. - - The execution logic. - The execution status logic. - - - diff --git a/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib_MarkupCompile.cache b/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib_MarkupCompile.cache deleted file mode 100644 index 157fbb0..0000000 --- a/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib_MarkupCompile.cache +++ /dev/null @@ -1,20 +0,0 @@ -Effector.Plugin.Lib - - -library -VB -.vb -C:\EgtDev\Effector\Effector.Plugin.Lib\Effector.Plugin.Lib\obj\Debug\ -Effector.Plugin.Lib -none -false - - -4-1904268581 - -21736316138 -111190997905 -MultipleCopyWnd\MultipleCopyWndV.xaml;ProcessManager\ProcessManagerV.xaml;Themes\Generic.xaml;TitleBar\TitleBarV.xaml; - -False - diff --git a/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib_MarkupCompile.i.cache b/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib_MarkupCompile.i.cache deleted file mode 100644 index 9c2c2f2..0000000 --- a/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib_MarkupCompile.i.cache +++ /dev/null @@ -1,20 +0,0 @@ -Effector.Plugin.Lib - - -library -VB -.vb -C:\EgtDev\Effector\Effector.Plugin.Lib\Effector.Plugin.Lib\obj\Debug\ -Effector.Plugin.Lib -none -false - - -4-1904268581 - -22-492149270 -111190997905 -MultipleCopyWnd\MultipleCopyWndV.xaml;ProcessManager\ProcessManagerV.xaml;Themes\Generic.xaml;TitleBar\TitleBarV.xaml; - -False - diff --git a/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib_MarkupCompile.lref b/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib_MarkupCompile.lref deleted file mode 100644 index 5f4e6a3..0000000 --- a/Effector.Plugin.Lib/obj/Debug/Effector.Plugin.Lib_MarkupCompile.lref +++ /dev/null @@ -1,6 +0,0 @@ -C:\EgtDev\Effector\Effector.Plugin.Lib\Effector.Plugin.Lib\obj\Debug\GeneratedInternalTypeHelper.g.vb - -FC:\EgtDev\Effector\Effector.Plugin.Lib\Effector.Plugin.Lib\MultipleCopyWnd\MultipleCopyWndV.xaml;; -FC:\EgtDev\Effector\Effector.Plugin.Lib\Effector.Plugin.Lib\ProcessManager\ProcessManagerV.xaml;; -FC:\EgtDev\Effector\Effector.Plugin.Lib\Effector.Plugin.Lib\Themes\Generic.xaml;; - diff --git a/Effector.Plugin.Lib/obj/Debug/GeneratedInternalTypeHelper.g.i.vb b/Effector.Plugin.Lib/obj/Debug/GeneratedInternalTypeHelper.g.i.vb deleted file mode 100644 index 13af8ee..0000000 --- a/Effector.Plugin.Lib/obj/Debug/GeneratedInternalTypeHelper.g.i.vb +++ /dev/null @@ -1,65 +0,0 @@ -'------------------------------------------------------------------------------ -' -' This code was generated by a tool. -' Runtime Version:4.0.30319.42000 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' -'------------------------------------------------------------------------------ - -Option Strict Off -Option Explicit On - - - -Namespace XamlGeneratedNamespace - - ''' - '''GeneratedInternalTypeHelper - ''' - _ - Public NotInheritable Class GeneratedInternalTypeHelper - Inherits System.Windows.Markup.InternalTypeHelper - - ''' - '''CreateInstance - ''' - Protected Overrides Function CreateInstance(ByVal type As System.Type, ByVal culture As System.Globalization.CultureInfo) As Object - Return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.[Public] Or System.Reflection.BindingFlags.NonPublic) _ - Or (System.Reflection.BindingFlags.Instance Or System.Reflection.BindingFlags.CreateInstance)), Nothing, Nothing, culture) - End Function - - ''' - '''GetPropertyValue - ''' - Protected Overrides Function GetPropertyValue(ByVal propertyInfo As System.Reflection.PropertyInfo, ByVal target As Object, ByVal culture As System.Globalization.CultureInfo) As Object - Return propertyInfo.GetValue(target, System.Reflection.BindingFlags.[Default], Nothing, Nothing, culture) - End Function - - ''' - '''SetPropertyValue - ''' - Protected Overrides Sub SetPropertyValue(ByVal propertyInfo As System.Reflection.PropertyInfo, ByVal target As Object, ByVal value As Object, ByVal culture As System.Globalization.CultureInfo) - propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.[Default], Nothing, Nothing, culture) - End Sub - - ''' - '''CreateDelegate - ''' - Protected Overrides Function CreateDelegate(ByVal delegateType As System.Type, ByVal target As Object, ByVal handler As String) As System.[Delegate] - Return CType(target.GetType.InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod _ - Or (System.Reflection.BindingFlags.NonPublic Or System.Reflection.BindingFlags.Instance)), Nothing, target, New Object() {delegateType, handler}, Nothing),System.[Delegate]) - End Function - - ''' - '''AddEventHandler - ''' - Protected Overrides Sub AddEventHandler(ByVal eventInfo As System.Reflection.EventInfo, ByVal target As Object, ByVal handler As System.[Delegate]) - eventInfo.AddEventHandler(target, handler) - End Sub - End Class -End Namespace - diff --git a/Effector.Plugin.Lib/obj/Debug/GeneratedInternalTypeHelper.g.vb b/Effector.Plugin.Lib/obj/Debug/GeneratedInternalTypeHelper.g.vb deleted file mode 100644 index c65238f..0000000 --- a/Effector.Plugin.Lib/obj/Debug/GeneratedInternalTypeHelper.g.vb +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/Effector.Plugin.Lib/obj/Debug/MultipleCopyWnd/MultipleCopyWndV.baml b/Effector.Plugin.Lib/obj/Debug/MultipleCopyWnd/MultipleCopyWndV.baml deleted file mode 100644 index e99949b..0000000 Binary files a/Effector.Plugin.Lib/obj/Debug/MultipleCopyWnd/MultipleCopyWndV.baml and /dev/null differ diff --git a/Effector.Plugin.Lib/obj/Debug/MultipleCopyWnd/MultipleCopyWndV.g.i.vb b/Effector.Plugin.Lib/obj/Debug/MultipleCopyWnd/MultipleCopyWndV.g.i.vb deleted file mode 100644 index 6db280b..0000000 --- a/Effector.Plugin.Lib/obj/Debug/MultipleCopyWnd/MultipleCopyWndV.g.i.vb +++ /dev/null @@ -1,83 +0,0 @@ -#ExternalChecksum("..\..\..\MultipleCopyWnd\MultipleCopyWndV.xaml","{8829d00f-11b8-4213-878b-770e8597ac16}","7939E0F2EC5733FCE5DB6F35D9229B219F841E25968F6CAD809031C8564156BE") -'------------------------------------------------------------------------------ -' -' This code was generated by a tool. -' Runtime Version:4.0.30319.42000 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' -'------------------------------------------------------------------------------ - -Option Strict Off -Option Explicit On - -Imports Effector.Plugin.Lib -Imports System -Imports System.Diagnostics -Imports System.Windows -Imports System.Windows.Automation -Imports System.Windows.Controls -Imports System.Windows.Controls.Primitives -Imports System.Windows.Data -Imports System.Windows.Documents -Imports System.Windows.Ink -Imports System.Windows.Input -Imports System.Windows.Markup -Imports System.Windows.Media -Imports System.Windows.Media.Animation -Imports System.Windows.Media.Effects -Imports System.Windows.Media.Imaging -Imports System.Windows.Media.Media3D -Imports System.Windows.Media.TextFormatting -Imports System.Windows.Navigation -Imports System.Windows.Shapes -Imports System.Windows.Shell - - -''' -'''MultipleCopyWndV -''' - _ -Partial Public Class MultipleCopyWndV - Inherits Effector.Plugin.[Lib].EgtWindow - Implements System.Windows.Markup.IComponentConnector - - Private _contentLoaded As Boolean - - ''' - '''InitializeComponent - ''' - _ - Public Sub InitializeComponent() Implements System.Windows.Markup.IComponentConnector.InitializeComponent - If _contentLoaded Then - Return - End If - _contentLoaded = true - Dim resourceLocater As System.Uri = New System.Uri("/Effector.Plugin.Lib;component/multiplecopywnd/multiplecopywndv.xaml", System.UriKind.Relative) - - #ExternalSource("..\..\..\MultipleCopyWnd\MultipleCopyWndV.xaml",1) - System.Windows.Application.LoadComponent(Me, resourceLocater) - - #End ExternalSource - End Sub - - _ - Friend Function _CreateDelegate(ByVal delegateType As System.Type, ByVal handler As String) As System.[Delegate] - Return System.[Delegate].CreateDelegate(delegateType, Me, handler) - End Function - - _ - Sub System_Windows_Markup_IComponentConnector_Connect(ByVal connectionId As Integer, ByVal target As Object) Implements System.Windows.Markup.IComponentConnector.Connect - Me._contentLoaded = true - End Sub -End Class - diff --git a/Effector.Plugin.Lib/obj/Debug/MultipleCopyWnd/MultipleCopyWndV.g.vb b/Effector.Plugin.Lib/obj/Debug/MultipleCopyWnd/MultipleCopyWndV.g.vb deleted file mode 100644 index 6db280b..0000000 --- a/Effector.Plugin.Lib/obj/Debug/MultipleCopyWnd/MultipleCopyWndV.g.vb +++ /dev/null @@ -1,83 +0,0 @@ -#ExternalChecksum("..\..\..\MultipleCopyWnd\MultipleCopyWndV.xaml","{8829d00f-11b8-4213-878b-770e8597ac16}","7939E0F2EC5733FCE5DB6F35D9229B219F841E25968F6CAD809031C8564156BE") -'------------------------------------------------------------------------------ -' -' This code was generated by a tool. -' Runtime Version:4.0.30319.42000 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' -'------------------------------------------------------------------------------ - -Option Strict Off -Option Explicit On - -Imports Effector.Plugin.Lib -Imports System -Imports System.Diagnostics -Imports System.Windows -Imports System.Windows.Automation -Imports System.Windows.Controls -Imports System.Windows.Controls.Primitives -Imports System.Windows.Data -Imports System.Windows.Documents -Imports System.Windows.Ink -Imports System.Windows.Input -Imports System.Windows.Markup -Imports System.Windows.Media -Imports System.Windows.Media.Animation -Imports System.Windows.Media.Effects -Imports System.Windows.Media.Imaging -Imports System.Windows.Media.Media3D -Imports System.Windows.Media.TextFormatting -Imports System.Windows.Navigation -Imports System.Windows.Shapes -Imports System.Windows.Shell - - -''' -'''MultipleCopyWndV -''' - _ -Partial Public Class MultipleCopyWndV - Inherits Effector.Plugin.[Lib].EgtWindow - Implements System.Windows.Markup.IComponentConnector - - Private _contentLoaded As Boolean - - ''' - '''InitializeComponent - ''' - _ - Public Sub InitializeComponent() Implements System.Windows.Markup.IComponentConnector.InitializeComponent - If _contentLoaded Then - Return - End If - _contentLoaded = true - Dim resourceLocater As System.Uri = New System.Uri("/Effector.Plugin.Lib;component/multiplecopywnd/multiplecopywndv.xaml", System.UriKind.Relative) - - #ExternalSource("..\..\..\MultipleCopyWnd\MultipleCopyWndV.xaml",1) - System.Windows.Application.LoadComponent(Me, resourceLocater) - - #End ExternalSource - End Sub - - _ - Friend Function _CreateDelegate(ByVal delegateType As System.Type, ByVal handler As String) As System.[Delegate] - Return System.[Delegate].CreateDelegate(delegateType, Me, handler) - End Function - - _ - Sub System_Windows_Markup_IComponentConnector_Connect(ByVal connectionId As Integer, ByVal target As Object) Implements System.Windows.Markup.IComponentConnector.Connect - Me._contentLoaded = true - End Sub -End Class - diff --git a/Effector.Plugin.Lib/obj/Debug/ProcessManager/ProcessManagerV.baml b/Effector.Plugin.Lib/obj/Debug/ProcessManager/ProcessManagerV.baml deleted file mode 100644 index 2f4b757..0000000 Binary files a/Effector.Plugin.Lib/obj/Debug/ProcessManager/ProcessManagerV.baml and /dev/null differ diff --git a/Effector.Plugin.Lib/obj/Debug/ProcessManager/ProcessManagerV.g.i.vb b/Effector.Plugin.Lib/obj/Debug/ProcessManager/ProcessManagerV.g.i.vb deleted file mode 100644 index cdb05f9..0000000 --- a/Effector.Plugin.Lib/obj/Debug/ProcessManager/ProcessManagerV.g.i.vb +++ /dev/null @@ -1,83 +0,0 @@ -#ExternalChecksum("..\..\..\ProcessManager\ProcessManagerV.xaml","{8829d00f-11b8-4213-878b-770e8597ac16}","8C65D5AF9E1845E0F6C89DAEBA16CCD5F042906A92E3DEBB2AB6BD25D0535D88") -'------------------------------------------------------------------------------ -' -' This code was generated by a tool. -' Runtime Version:4.0.30319.42000 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' -'------------------------------------------------------------------------------ - -Option Strict Off -Option Explicit On - -Imports Effector.Plugin.Lib -Imports System -Imports System.Diagnostics -Imports System.Windows -Imports System.Windows.Automation -Imports System.Windows.Controls -Imports System.Windows.Controls.Primitives -Imports System.Windows.Data -Imports System.Windows.Documents -Imports System.Windows.Ink -Imports System.Windows.Input -Imports System.Windows.Markup -Imports System.Windows.Media -Imports System.Windows.Media.Animation -Imports System.Windows.Media.Effects -Imports System.Windows.Media.Imaging -Imports System.Windows.Media.Media3D -Imports System.Windows.Media.TextFormatting -Imports System.Windows.Navigation -Imports System.Windows.Shapes -Imports System.Windows.Shell - - -''' -'''ProcessManagerV -''' - _ -Partial Public Class ProcessManagerV - Inherits Effector.Plugin.[Lib].EgtWindow - Implements System.Windows.Markup.IComponentConnector - - Private _contentLoaded As Boolean - - ''' - '''InitializeComponent - ''' - _ - Public Sub InitializeComponent() Implements System.Windows.Markup.IComponentConnector.InitializeComponent - If _contentLoaded Then - Return - End If - _contentLoaded = true - Dim resourceLocater As System.Uri = New System.Uri("/Effector.Plugin.Lib;component/processmanager/processmanagerv.xaml", System.UriKind.Relative) - - #ExternalSource("..\..\..\ProcessManager\ProcessManagerV.xaml",1) - System.Windows.Application.LoadComponent(Me, resourceLocater) - - #End ExternalSource - End Sub - - _ - Friend Function _CreateDelegate(ByVal delegateType As System.Type, ByVal handler As String) As System.[Delegate] - Return System.[Delegate].CreateDelegate(delegateType, Me, handler) - End Function - - _ - Sub System_Windows_Markup_IComponentConnector_Connect(ByVal connectionId As Integer, ByVal target As Object) Implements System.Windows.Markup.IComponentConnector.Connect - Me._contentLoaded = true - End Sub -End Class - diff --git a/Effector.Plugin.Lib/obj/Debug/ProcessManager/ProcessManagerV.g.vb b/Effector.Plugin.Lib/obj/Debug/ProcessManager/ProcessManagerV.g.vb deleted file mode 100644 index cdb05f9..0000000 --- a/Effector.Plugin.Lib/obj/Debug/ProcessManager/ProcessManagerV.g.vb +++ /dev/null @@ -1,83 +0,0 @@ -#ExternalChecksum("..\..\..\ProcessManager\ProcessManagerV.xaml","{8829d00f-11b8-4213-878b-770e8597ac16}","8C65D5AF9E1845E0F6C89DAEBA16CCD5F042906A92E3DEBB2AB6BD25D0535D88") -'------------------------------------------------------------------------------ -' -' This code was generated by a tool. -' Runtime Version:4.0.30319.42000 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' -'------------------------------------------------------------------------------ - -Option Strict Off -Option Explicit On - -Imports Effector.Plugin.Lib -Imports System -Imports System.Diagnostics -Imports System.Windows -Imports System.Windows.Automation -Imports System.Windows.Controls -Imports System.Windows.Controls.Primitives -Imports System.Windows.Data -Imports System.Windows.Documents -Imports System.Windows.Ink -Imports System.Windows.Input -Imports System.Windows.Markup -Imports System.Windows.Media -Imports System.Windows.Media.Animation -Imports System.Windows.Media.Effects -Imports System.Windows.Media.Imaging -Imports System.Windows.Media.Media3D -Imports System.Windows.Media.TextFormatting -Imports System.Windows.Navigation -Imports System.Windows.Shapes -Imports System.Windows.Shell - - -''' -'''ProcessManagerV -''' - _ -Partial Public Class ProcessManagerV - Inherits Effector.Plugin.[Lib].EgtWindow - Implements System.Windows.Markup.IComponentConnector - - Private _contentLoaded As Boolean - - ''' - '''InitializeComponent - ''' - _ - Public Sub InitializeComponent() Implements System.Windows.Markup.IComponentConnector.InitializeComponent - If _contentLoaded Then - Return - End If - _contentLoaded = true - Dim resourceLocater As System.Uri = New System.Uri("/Effector.Plugin.Lib;component/processmanager/processmanagerv.xaml", System.UriKind.Relative) - - #ExternalSource("..\..\..\ProcessManager\ProcessManagerV.xaml",1) - System.Windows.Application.LoadComponent(Me, resourceLocater) - - #End ExternalSource - End Sub - - _ - Friend Function _CreateDelegate(ByVal delegateType As System.Type, ByVal handler As String) As System.[Delegate] - Return System.[Delegate].CreateDelegate(delegateType, Me, handler) - End Function - - _ - Sub System_Windows_Markup_IComponentConnector_Connect(ByVal connectionId As Integer, ByVal target As Object) Implements System.Windows.Markup.IComponentConnector.Connect - Me._contentLoaded = true - End Sub -End Class - diff --git a/Effector.Plugin.Lib/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll b/Effector.Plugin.Lib/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll deleted file mode 100644 index b3dda02..0000000 Binary files a/Effector.Plugin.Lib/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll and /dev/null differ diff --git a/Effector.Plugin.Lib/obj/Debug/Themes/Generic.baml b/Effector.Plugin.Lib/obj/Debug/Themes/Generic.baml deleted file mode 100644 index 7f61ecc..0000000 Binary files a/Effector.Plugin.Lib/obj/Debug/Themes/Generic.baml and /dev/null differ diff --git a/Effector.Plugin.Lib/obj/Debug/TitleBar/TitleBarV.baml b/Effector.Plugin.Lib/obj/Debug/TitleBar/TitleBarV.baml deleted file mode 100644 index 976f18a..0000000 Binary files a/Effector.Plugin.Lib/obj/Debug/TitleBar/TitleBarV.baml and /dev/null differ diff --git a/Effector.Plugin.Lib/obj/Debug/TitleBar/TitleBarV.g.i.vb b/Effector.Plugin.Lib/obj/Debug/TitleBar/TitleBarV.g.i.vb deleted file mode 100644 index 42ad09f..0000000 --- a/Effector.Plugin.Lib/obj/Debug/TitleBar/TitleBarV.g.i.vb +++ /dev/null @@ -1,75 +0,0 @@ -#ExternalChecksum("..\..\..\TitleBar\TitleBarV.xaml","{8829d00f-11b8-4213-878b-770e8597ac16}","6F99ABB02409D64A07C56F9BB29C3CDF85E1FC21A80D10C4B554E1B440A8B058") -'------------------------------------------------------------------------------ -' -' This code was generated by a tool. -' Runtime Version:4.0.30319.42000 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' -'------------------------------------------------------------------------------ - -Option Strict Off -Option Explicit On - -Imports System -Imports System.Diagnostics -Imports System.Windows -Imports System.Windows.Automation -Imports System.Windows.Controls -Imports System.Windows.Controls.Primitives -Imports System.Windows.Data -Imports System.Windows.Documents -Imports System.Windows.Ink -Imports System.Windows.Input -Imports System.Windows.Markup -Imports System.Windows.Media -Imports System.Windows.Media.Animation -Imports System.Windows.Media.Effects -Imports System.Windows.Media.Imaging -Imports System.Windows.Media.Media3D -Imports System.Windows.Media.TextFormatting -Imports System.Windows.Navigation -Imports System.Windows.Shapes -Imports System.Windows.Shell - - -''' -'''TitleBar -''' - _ -Partial Public Class TitleBar - Inherits System.Windows.Controls.Grid - Implements System.Windows.Markup.IComponentConnector - - Private _contentLoaded As Boolean - - ''' - '''InitializeComponent - ''' - _ - Public Sub InitializeComponent() Implements System.Windows.Markup.IComponentConnector.InitializeComponent - If _contentLoaded Then - Return - End If - _contentLoaded = true - Dim resourceLocater As System.Uri = New System.Uri("/Effector.Plugin.Lib;component/titlebar/titlebarv.xaml", System.UriKind.Relative) - - #ExternalSource("..\..\..\TitleBar\TitleBarV.xaml",1) - System.Windows.Application.LoadComponent(Me, resourceLocater) - - #End ExternalSource - End Sub - - _ - Sub System_Windows_Markup_IComponentConnector_Connect(ByVal connectionId As Integer, ByVal target As Object) Implements System.Windows.Markup.IComponentConnector.Connect - Me._contentLoaded = true - End Sub -End Class - diff --git a/Effector.Plugin.Lib/obj/Debug/TitleBar/TitleBarV.g.vb b/Effector.Plugin.Lib/obj/Debug/TitleBar/TitleBarV.g.vb deleted file mode 100644 index 42ad09f..0000000 --- a/Effector.Plugin.Lib/obj/Debug/TitleBar/TitleBarV.g.vb +++ /dev/null @@ -1,75 +0,0 @@ -#ExternalChecksum("..\..\..\TitleBar\TitleBarV.xaml","{8829d00f-11b8-4213-878b-770e8597ac16}","6F99ABB02409D64A07C56F9BB29C3CDF85E1FC21A80D10C4B554E1B440A8B058") -'------------------------------------------------------------------------------ -' -' This code was generated by a tool. -' Runtime Version:4.0.30319.42000 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' -'------------------------------------------------------------------------------ - -Option Strict Off -Option Explicit On - -Imports System -Imports System.Diagnostics -Imports System.Windows -Imports System.Windows.Automation -Imports System.Windows.Controls -Imports System.Windows.Controls.Primitives -Imports System.Windows.Data -Imports System.Windows.Documents -Imports System.Windows.Ink -Imports System.Windows.Input -Imports System.Windows.Markup -Imports System.Windows.Media -Imports System.Windows.Media.Animation -Imports System.Windows.Media.Effects -Imports System.Windows.Media.Imaging -Imports System.Windows.Media.Media3D -Imports System.Windows.Media.TextFormatting -Imports System.Windows.Navigation -Imports System.Windows.Shapes -Imports System.Windows.Shell - - -''' -'''TitleBar -''' - _ -Partial Public Class TitleBar - Inherits System.Windows.Controls.Grid - Implements System.Windows.Markup.IComponentConnector - - Private _contentLoaded As Boolean - - ''' - '''InitializeComponent - ''' - _ - Public Sub InitializeComponent() Implements System.Windows.Markup.IComponentConnector.InitializeComponent - If _contentLoaded Then - Return - End If - _contentLoaded = true - Dim resourceLocater As System.Uri = New System.Uri("/Effector.Plugin.Lib;component/titlebar/titlebarv.xaml", System.UriKind.Relative) - - #ExternalSource("..\..\..\TitleBar\TitleBarV.xaml",1) - System.Windows.Application.LoadComponent(Me, resourceLocater) - - #End ExternalSource - End Sub - - _ - Sub System_Windows_Markup_IComponentConnector_Connect(ByVal connectionId As Integer, ByVal target As Object) Implements System.Windows.Markup.IComponentConnector.Connect - Me._contentLoaded = true - End Sub -End Class -