Merge branch 'develop' of https://gitlab.steamware.net/egalware-supervisor/plugin/effector.plugin.lib into develop
This commit is contained in:
+330
@@ -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
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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":[]}
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,78 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
Effector.Plugin.Lib
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Effector.Plugin.Lib.My.Resources.Resources">
|
||||
<summary>
|
||||
A strongly-typed resource class, for looking up localized strings, etc.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Effector.Plugin.Lib.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Returns the cached ResourceManager instance used by this class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Effector.Plugin.Lib.My.Resources.Resources.Culture">
|
||||
<summary>
|
||||
Overrides the current thread's CurrentUICulture property for all
|
||||
resource lookups using this strongly typed resource class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Effector.Plugin.Lib.MultipleCopyWndV">
|
||||
<summary>
|
||||
MultipleCopyWndV
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Effector.Plugin.Lib.MultipleCopyWndV.InitializeComponent">
|
||||
<summary>
|
||||
InitializeComponent
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Effector.Plugin.Lib.ProcessManagerV">
|
||||
<summary>
|
||||
ProcessManagerV
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Effector.Plugin.Lib.ProcessManagerV.InitializeComponent">
|
||||
<summary>
|
||||
InitializeComponent
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Effector.Plugin.Lib.TitleBar">
|
||||
<summary>
|
||||
TitleBar
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Effector.Plugin.Lib.TitleBar.InitializeComponent">
|
||||
<summary>
|
||||
InitializeComponent
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Effector.Plugin.Lib.Command">
|
||||
<summary>
|
||||
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'.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Effector.Plugin.Lib.Command.#ctor(System.Action{System.Object})">
|
||||
<summary>
|
||||
Creates a new command that can always execute.
|
||||
</summary>
|
||||
<param name="execute">The execution logic.</param>
|
||||
</member>
|
||||
<member name="M:Effector.Plugin.Lib.Command.#ctor(System.Action{System.Object},System.Predicate{System.Object})">
|
||||
<summary>
|
||||
Creates a new command.
|
||||
</summary>
|
||||
<param name="execute">The execution logic.</param>
|
||||
<param name="canExecute">The execution status logic.</param>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
@@ -1,7 +0,0 @@
|
||||
' <autogenerated/>
|
||||
Option Strict Off
|
||||
Option Explicit On
|
||||
|
||||
Imports System
|
||||
Imports System.Reflection
|
||||
<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName:=".NET Framework 4.7.2")>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +0,0 @@
|
||||
f0542cce302d0958c38ca15058ca24aded3d23622f2bc176ce5498d46b31d0b8
|
||||
@@ -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
|
||||
Binary file not shown.
@@ -1,78 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
Effector.Plugin.Lib
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Effector.Plugin.Lib.My.Resources.Resources">
|
||||
<summary>
|
||||
A strongly-typed resource class, for looking up localized strings, etc.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Effector.Plugin.Lib.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Returns the cached ResourceManager instance used by this class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Effector.Plugin.Lib.My.Resources.Resources.Culture">
|
||||
<summary>
|
||||
Overrides the current thread's CurrentUICulture property for all
|
||||
resource lookups using this strongly typed resource class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Effector.Plugin.Lib.MultipleCopyWndV">
|
||||
<summary>
|
||||
MultipleCopyWndV
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Effector.Plugin.Lib.MultipleCopyWndV.InitializeComponent">
|
||||
<summary>
|
||||
InitializeComponent
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Effector.Plugin.Lib.ProcessManagerV">
|
||||
<summary>
|
||||
ProcessManagerV
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Effector.Plugin.Lib.ProcessManagerV.InitializeComponent">
|
||||
<summary>
|
||||
InitializeComponent
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Effector.Plugin.Lib.TitleBar">
|
||||
<summary>
|
||||
TitleBar
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Effector.Plugin.Lib.TitleBar.InitializeComponent">
|
||||
<summary>
|
||||
InitializeComponent
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Effector.Plugin.Lib.Command">
|
||||
<summary>
|
||||
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'.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Effector.Plugin.Lib.Command.#ctor(System.Action{System.Object})">
|
||||
<summary>
|
||||
Creates a new command that can always execute.
|
||||
</summary>
|
||||
<param name="execute">The execution logic.</param>
|
||||
</member>
|
||||
<member name="M:Effector.Plugin.Lib.Command.#ctor(System.Action{System.Object},System.Predicate{System.Object})">
|
||||
<summary>
|
||||
Creates a new command.
|
||||
</summary>
|
||||
<param name="execute">The execution logic.</param>
|
||||
<param name="canExecute">The execution status logic.</param>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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;;
|
||||
|
||||
@@ -1,65 +0,0 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' 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.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict Off
|
||||
Option Explicit On
|
||||
|
||||
<Assembly: System.Windows.Markup.RootNamespaceAttribute("Effector.Plugin.Lib")>
|
||||
|
||||
Namespace XamlGeneratedNamespace
|
||||
|
||||
'''<summary>
|
||||
'''GeneratedInternalTypeHelper
|
||||
'''</summary>
|
||||
<System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0"), _
|
||||
System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)> _
|
||||
Public NotInheritable Class GeneratedInternalTypeHelper
|
||||
Inherits System.Windows.Markup.InternalTypeHelper
|
||||
|
||||
'''<summary>
|
||||
'''CreateInstance
|
||||
'''</summary>
|
||||
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
|
||||
|
||||
'''<summary>
|
||||
'''GetPropertyValue
|
||||
'''</summary>
|
||||
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
|
||||
|
||||
'''<summary>
|
||||
'''SetPropertyValue
|
||||
'''</summary>
|
||||
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
|
||||
|
||||
'''<summary>
|
||||
'''CreateDelegate
|
||||
'''</summary>
|
||||
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
|
||||
|
||||
'''<summary>
|
||||
'''AddEventHandler
|
||||
'''</summary>
|
||||
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
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
|
||||
|
||||
Binary file not shown.
@@ -1,83 +0,0 @@
|
||||
#ExternalChecksum("..\..\..\MultipleCopyWnd\MultipleCopyWndV.xaml","{8829d00f-11b8-4213-878b-770e8597ac16}","7939E0F2EC5733FCE5DB6F35D9229B219F841E25968F6CAD809031C8564156BE")
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' 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.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
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
|
||||
|
||||
|
||||
'''<summary>
|
||||
'''MultipleCopyWndV
|
||||
'''</summary>
|
||||
<Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Public Class MultipleCopyWndV
|
||||
Inherits Effector.Plugin.[Lib].EgtWindow
|
||||
Implements System.Windows.Markup.IComponentConnector
|
||||
|
||||
Private _contentLoaded As Boolean
|
||||
|
||||
'''<summary>
|
||||
'''InitializeComponent
|
||||
'''</summary>
|
||||
<System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")> _
|
||||
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
|
||||
|
||||
<System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0"), _
|
||||
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")> _
|
||||
Friend Function _CreateDelegate(ByVal delegateType As System.Type, ByVal handler As String) As System.[Delegate]
|
||||
Return System.[Delegate].CreateDelegate(delegateType, Me, handler)
|
||||
End Function
|
||||
|
||||
<System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0"), _
|
||||
System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never), _
|
||||
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes"), _
|
||||
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity"), _
|
||||
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")> _
|
||||
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
|
||||
|
||||
@@ -1,83 +0,0 @@
|
||||
#ExternalChecksum("..\..\..\MultipleCopyWnd\MultipleCopyWndV.xaml","{8829d00f-11b8-4213-878b-770e8597ac16}","7939E0F2EC5733FCE5DB6F35D9229B219F841E25968F6CAD809031C8564156BE")
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' 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.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
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
|
||||
|
||||
|
||||
'''<summary>
|
||||
'''MultipleCopyWndV
|
||||
'''</summary>
|
||||
<Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Public Class MultipleCopyWndV
|
||||
Inherits Effector.Plugin.[Lib].EgtWindow
|
||||
Implements System.Windows.Markup.IComponentConnector
|
||||
|
||||
Private _contentLoaded As Boolean
|
||||
|
||||
'''<summary>
|
||||
'''InitializeComponent
|
||||
'''</summary>
|
||||
<System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")> _
|
||||
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
|
||||
|
||||
<System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0"), _
|
||||
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")> _
|
||||
Friend Function _CreateDelegate(ByVal delegateType As System.Type, ByVal handler As String) As System.[Delegate]
|
||||
Return System.[Delegate].CreateDelegate(delegateType, Me, handler)
|
||||
End Function
|
||||
|
||||
<System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0"), _
|
||||
System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never), _
|
||||
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes"), _
|
||||
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity"), _
|
||||
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")> _
|
||||
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
|
||||
|
||||
Binary file not shown.
@@ -1,83 +0,0 @@
|
||||
#ExternalChecksum("..\..\..\ProcessManager\ProcessManagerV.xaml","{8829d00f-11b8-4213-878b-770e8597ac16}","8C65D5AF9E1845E0F6C89DAEBA16CCD5F042906A92E3DEBB2AB6BD25D0535D88")
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' 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.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
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
|
||||
|
||||
|
||||
'''<summary>
|
||||
'''ProcessManagerV
|
||||
'''</summary>
|
||||
<Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Public Class ProcessManagerV
|
||||
Inherits Effector.Plugin.[Lib].EgtWindow
|
||||
Implements System.Windows.Markup.IComponentConnector
|
||||
|
||||
Private _contentLoaded As Boolean
|
||||
|
||||
'''<summary>
|
||||
'''InitializeComponent
|
||||
'''</summary>
|
||||
<System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")> _
|
||||
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
|
||||
|
||||
<System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0"), _
|
||||
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")> _
|
||||
Friend Function _CreateDelegate(ByVal delegateType As System.Type, ByVal handler As String) As System.[Delegate]
|
||||
Return System.[Delegate].CreateDelegate(delegateType, Me, handler)
|
||||
End Function
|
||||
|
||||
<System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0"), _
|
||||
System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never), _
|
||||
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes"), _
|
||||
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity"), _
|
||||
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")> _
|
||||
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
|
||||
|
||||
@@ -1,83 +0,0 @@
|
||||
#ExternalChecksum("..\..\..\ProcessManager\ProcessManagerV.xaml","{8829d00f-11b8-4213-878b-770e8597ac16}","8C65D5AF9E1845E0F6C89DAEBA16CCD5F042906A92E3DEBB2AB6BD25D0535D88")
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' 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.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
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
|
||||
|
||||
|
||||
'''<summary>
|
||||
'''ProcessManagerV
|
||||
'''</summary>
|
||||
<Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Public Class ProcessManagerV
|
||||
Inherits Effector.Plugin.[Lib].EgtWindow
|
||||
Implements System.Windows.Markup.IComponentConnector
|
||||
|
||||
Private _contentLoaded As Boolean
|
||||
|
||||
'''<summary>
|
||||
'''InitializeComponent
|
||||
'''</summary>
|
||||
<System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")> _
|
||||
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
|
||||
|
||||
<System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0"), _
|
||||
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")> _
|
||||
Friend Function _CreateDelegate(ByVal delegateType As System.Type, ByVal handler As String) As System.[Delegate]
|
||||
Return System.[Delegate].CreateDelegate(delegateType, Me, handler)
|
||||
End Function
|
||||
|
||||
<System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0"), _
|
||||
System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never), _
|
||||
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes"), _
|
||||
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity"), _
|
||||
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")> _
|
||||
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
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,75 +0,0 @@
|
||||
#ExternalChecksum("..\..\..\TitleBar\TitleBarV.xaml","{8829d00f-11b8-4213-878b-770e8597ac16}","6F99ABB02409D64A07C56F9BB29C3CDF85E1FC21A80D10C4B554E1B440A8B058")
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' 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.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
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
|
||||
|
||||
|
||||
'''<summary>
|
||||
'''TitleBar
|
||||
'''</summary>
|
||||
<Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Public Class TitleBar
|
||||
Inherits System.Windows.Controls.Grid
|
||||
Implements System.Windows.Markup.IComponentConnector
|
||||
|
||||
Private _contentLoaded As Boolean
|
||||
|
||||
'''<summary>
|
||||
'''InitializeComponent
|
||||
'''</summary>
|
||||
<System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")> _
|
||||
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
|
||||
|
||||
<System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0"), _
|
||||
System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never), _
|
||||
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes"), _
|
||||
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity"), _
|
||||
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")> _
|
||||
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
|
||||
|
||||
@@ -1,75 +0,0 @@
|
||||
#ExternalChecksum("..\..\..\TitleBar\TitleBarV.xaml","{8829d00f-11b8-4213-878b-770e8597ac16}","6F99ABB02409D64A07C56F9BB29C3CDF85E1FC21A80D10C4B554E1B440A8B058")
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' 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.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
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
|
||||
|
||||
|
||||
'''<summary>
|
||||
'''TitleBar
|
||||
'''</summary>
|
||||
<Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Public Class TitleBar
|
||||
Inherits System.Windows.Controls.Grid
|
||||
Implements System.Windows.Markup.IComponentConnector
|
||||
|
||||
Private _contentLoaded As Boolean
|
||||
|
||||
'''<summary>
|
||||
'''InitializeComponent
|
||||
'''</summary>
|
||||
<System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")> _
|
||||
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
|
||||
|
||||
<System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0"), _
|
||||
System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never), _
|
||||
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes"), _
|
||||
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity"), _
|
||||
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")> _
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user