latest yaulw

This commit is contained in:
2016-07-25 16:41:33 -04:00
parent 2a654f11ad
commit b88bbcec26
4 changed files with 155 additions and 146 deletions

View File

@@ -9,8 +9,9 @@
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>_app</RootNamespace> <RootNamespace>_app</RootNamespace>
<AssemblyName>!app</AssemblyName> <AssemblyName>!app</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget> <PlatformTarget>AnyCPU</PlatformTarget>
@@ -49,6 +50,9 @@
<Name>Yaulw</Name> <Name>Yaulw</Name>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="app.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets. Other similar extension points exist, see Microsoft.Common.targets.

View File

@@ -9,7 +9,7 @@ namespace _app
{ {
static void Main(string[] args) static void Main(string[] args)
{ {
//var Running = Yaulw.Win32.COM.GetActiveObjects(""); var Running = Yaulw.Win32.COM.GetActiveObjects("");
//var RunningExcelWorkbooks = Yaulw.Win32.COM.GetRunningObjects(); //var RunningExcelWorkbooks = Yaulw.Win32.COM.GetRunningObjects();
//int n1 = Running.Count(); //int n1 = Running.Count();

3
!app/app.config Normal file
View File

@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>

View File

@@ -1,151 +1,153 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup> <PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion> <ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion> <SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{1FA1096D-829D-4EBC-8155-E3702B680EEA}</ProjectGuid> <ProjectGuid>{1FA1096D-829D-4EBC-8155-E3702B680EEA}</ProjectGuid>
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Yaulw</RootNamespace> <RootNamespace>Yaulw</RootNamespace>
<AssemblyName>Yaulw</AssemblyName> <AssemblyName>Yaulw</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<TargetFrameworkProfile /> <TargetFrameworkProfile />
<SccProjectName> <SccProjectName>
</SccProjectName> </SccProjectName>
<SccLocalPath> <SccLocalPath>
</SccLocalPath> </SccLocalPath>
<SccAuxPath> <SccAuxPath>
</SccAuxPath> </SccAuxPath>
<SccProvider> <SccProvider>
</SccProvider> </SccProvider>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType> <DebugType>full</DebugType>
<Optimize>false</Optimize> <Optimize>false</Optimize>
<OutputPath>..\Target\Debug\</OutputPath> <OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG;NET35</DefineConstants> <DefineConstants>TRACE;DEBUG;NET35</DefineConstants>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
</PropertyGroup> <PlatformTarget>AnyCPU</PlatformTarget>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> </PropertyGroup>
<DebugType>pdbonly</DebugType> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize> <DebugType>pdbonly</DebugType>
<OutputPath>..\Target\Release\</OutputPath> <Optimize>true</Optimize>
<DefineConstants>TRACE;NET35</DefineConstants> <OutputPath>bin\Release\</OutputPath>
<ErrorReport>prompt</ErrorReport> <DefineConstants>TRACE;NET35</DefineConstants>
<WarningLevel>4</WarningLevel> <ErrorReport>prompt</ErrorReport>
</PropertyGroup> <WarningLevel>4</WarningLevel>
<ItemGroup> <PlatformTarget>AnyCPU</PlatformTarget>
<Reference Include="log4net"> </PropertyGroup>
<HintPath>Components\log4net.dll</HintPath> <ItemGroup>
</Reference> <Reference Include="log4net">
<Reference Include="PresentationCore" /> <HintPath>Components\log4net.dll</HintPath>
<Reference Include="PresentationFramework" /> </Reference>
<Reference Include="System" /> <Reference Include="PresentationCore" />
<Reference Include="System.Core" /> <Reference Include="PresentationFramework" />
<Reference Include="System.Drawing" /> <Reference Include="System" />
<Reference Include="System.Management" /> <Reference Include="System.Core" />
<Reference Include="System.ServiceModel" /> <Reference Include="System.Drawing" />
<Reference Include="System.ServiceProcess" /> <Reference Include="System.Management" />
<Reference Include="System.Web" /> <Reference Include="System.ServiceModel" />
<Reference Include="System.Web.Services" /> <Reference Include="System.ServiceProcess" />
<Reference Include="System.Windows.Forms" /> <Reference Include="System.Web" />
<Reference Include="System.Xaml" /> <Reference Include="System.Web.Services" />
<Reference Include="System.Xml.Linq" /> <Reference Include="System.Windows.Forms" />
<Reference Include="System.Data.DataSetExtensions" /> <Reference Include="System.Xaml" />
<Reference Include="System.Data" /> <Reference Include="System.Xml.Linq" />
<Reference Include="System.Xml" /> <Reference Include="System.Data.DataSetExtensions" />
<Reference Include="WindowsBase" /> <Reference Include="System.Data" />
</ItemGroup> <Reference Include="System.Xml" />
<ItemGroup> <Reference Include="WindowsBase" />
<Compile Include="Assembly\AssemblyW.cs" /> </ItemGroup>
<Compile Include="Encryption\TextEncryptHash.cs" /> <ItemGroup>
<Compile Include="File\CHMFile.cs" /> <Compile Include="Assembly\AssemblyW.cs" />
<Compile Include="File\FileWriter.cs" /> <Compile Include="Encryption\TextEncryptHash.cs" />
<Compile Include="File\INIFile.cs" /> <Compile Include="File\CHMFile.cs" />
<Compile Include="File\ISReadWrite.cs" /> <Compile Include="File\FileWriter.cs" />
<Compile Include="File\LineReplacer.cs" /> <Compile Include="File\INIFile.cs" />
<Compile Include="File\LoggerQuick.cs" /> <Compile Include="File\ISReadWrite.cs" />
<Compile Include="File\Logging.cs" /> <Compile Include="File\LineReplacer.cs" />
<Compile Include="File\Tail.cs" /> <Compile Include="File\LoggerQuick.cs" />
<Compile Include="Installer\Common.cs" /> <Compile Include="File\Logging.cs" />
<Compile Include="Installer\FileIcon.cs" /> <Compile Include="File\Tail.cs" />
<Compile Include="Installer\ShellLink.cs" /> <Compile Include="Installer\Common.cs" />
<Compile Include="Monitor\MonitorDataStore.cs" /> <Compile Include="Installer\FileIcon.cs" />
<Compile Include="Net\Emailer.cs" /> <Compile Include="Installer\ShellLink.cs" />
<Compile Include="Net\IPHostHelper.cs" /> <Compile Include="Monitor\MonitorDataStore.cs" />
<Compile Include="Net\RouterHelper.cs" /> <Compile Include="Net\Emailer.cs" />
<Compile Include="Net\WCHelper.cs" /> <Compile Include="Net\IPHostHelper.cs" />
<Compile Include="Net\WSCaller.cs" /> <Compile Include="Net\RouterHelper.cs" />
<Compile Include="Other\CMDcommands.cs" /> <Compile Include="Net\WCHelper.cs" />
<Compile Include="Other\CMDexecute.cs" /> <Compile Include="Net\WSCaller.cs" />
<Compile Include="Other\CMDLine.cs" /> <Compile Include="Other\CMDcommands.cs" />
<Compile Include="Other\DelegateCollection.cs" /> <Compile Include="Other\CMDexecute.cs" />
<Compile Include="Other\Installer.cs" /> <Compile Include="Other\CMDLine.cs" />
<Compile Include="Other\OSInfo.cs" /> <Compile Include="Other\DelegateCollection.cs" />
<Compile Include="Other\StackWalker.cs" /> <Compile Include="Other\Installer.cs" />
<Compile Include="Other\StateM.cs" /> <Compile Include="Other\OSInfo.cs" />
<Compile Include="Other\TraceM.cs" /> <Compile Include="Other\StackWalker.cs" />
<Compile Include="Other\Versioning.cs" /> <Compile Include="Other\StateM.cs" />
<Compile Include="Process\ProcessW.cs" /> <Compile Include="Other\TraceM.cs" />
<Compile Include="Process\PStarter.cs" /> <Compile Include="Other\Versioning.cs" />
<Compile Include="Process\PStartInfo.cs" /> <Compile Include="Process\ProcessW.cs" />
<Compile Include="Process\ServiceW.cs" /> <Compile Include="Process\PStarter.cs" />
<Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Process\PStartInfo.cs" />
<Compile Include="Registry\RegKey.cs" /> <Compile Include="Process\ServiceW.cs" />
<Compile Include="Thread\DispatcherThread.cs" /> <Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Thread\SingleThreadTimer.cs" /> <Compile Include="Registry\RegKey.cs" />
<Compile Include="Thread\TTimerDisp.cs" /> <Compile Include="Thread\DispatcherThread.cs" />
<Compile Include="Thread\TStarter.cs" /> <Compile Include="Thread\SingleThreadTimer.cs" />
<Compile Include="Thread\TTimer.cs" /> <Compile Include="Thread\TTimerDisp.cs" />
<Compile Include="Tools\Convert.cs" /> <Compile Include="Thread\TStarter.cs" />
<Compile Include="Tools\EnumTool.cs" /> <Compile Include="Thread\TTimer.cs" />
<Compile Include="Tools\ObjTool.cs" /> <Compile Include="Tools\Convert.cs" />
<Compile Include="Tools\PathNaming.cs" /> <Compile Include="Tools\EnumTool.cs" />
<Compile Include="Tools\StringTool.cs" /> <Compile Include="Tools\ObjTool.cs" />
<Compile Include="Web\HTTP.cs" /> <Compile Include="Tools\PathNaming.cs" />
<Compile Include="Web\WebClientWithTimeout.cs"> <Compile Include="Tools\StringTool.cs" />
<SubType>Component</SubType> <Compile Include="Web\HTTP.cs" />
</Compile> <Compile Include="Web\WebClientWithTimeout.cs">
<Compile Include="Win32\Advapi32.cs" /> <SubType>Component</SubType>
<Compile Include="Win32\AtomMessenger.cs" /> </Compile>
<Compile Include="Win32\COM.cs" /> <Compile Include="Win32\Advapi32.cs" />
<Compile Include="Win32\Convert.cs" /> <Compile Include="Win32\AtomMessenger.cs" />
<Compile Include="Win32\Definitions.cs" /> <Compile Include="Win32\COM.cs" />
<Compile Include="Win32\Functions.cs" /> <Compile Include="Win32\Convert.cs" />
<Compile Include="Win32\Gdi32.cs" /> <Compile Include="Win32\Definitions.cs" />
<Compile Include="Win32\Kernel32.cs" /> <Compile Include="Win32\Functions.cs" />
<Compile Include="Win32\Shell32.cs" /> <Compile Include="Win32\Gdi32.cs" />
<Compile Include="Win32\Structures.cs" /> <Compile Include="Win32\Kernel32.cs" />
<Compile Include="Win32\User32.cs" /> <Compile Include="Win32\Shell32.cs" />
<Compile Include="Win32\uxDwm.cs" /> <Compile Include="Win32\Structures.cs" />
<Compile Include="Win32\Wininet.cs" /> <Compile Include="Win32\User32.cs" />
<Compile Include="Win32\WSock32.cs" /> <Compile Include="Win32\uxDwm.cs" />
<Compile Include="WinForms\ControlClickHelper.cs" /> <Compile Include="Win32\Wininet.cs" />
<Compile Include="WinForms\MDIHelper.cs" /> <Compile Include="Win32\WSock32.cs" />
<Compile Include="WinForms\MsgBox.cs" /> <Compile Include="WinForms\ControlClickHelper.cs" />
<Compile Include="WinForms\SysTray.cs" /> <Compile Include="WinForms\MDIHelper.cs" />
<Compile Include="WPF\KeepHidden.cs" /> <Compile Include="WinForms\MsgBox.cs" />
<Compile Include="WPF\Snippets.cs" /> <Compile Include="WinForms\SysTray.cs" />
<Compile Include="WPF\WPFWindowManager.cs" /> <Compile Include="WPF\KeepHidden.cs" />
<Compile Include="Xml\XSerializer.cs" /> <Compile Include="WPF\Snippets.cs" />
</ItemGroup> <Compile Include="WPF\WPFWindowManager.cs" />
<ItemGroup /> <Compile Include="Xml\XSerializer.cs" />
<ItemGroup> </ItemGroup>
<Content Include="Components\ICSharpCode.SharpZipLib.dll" /> <ItemGroup />
<Content Include="Components\log4net.dll" /> <ItemGroup>
<Content Include="license.txt" /> <Content Include="Components\ICSharpCode.SharpZipLib.dll" />
</ItemGroup> <Content Include="Components\log4net.dll" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Content Include="license.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets. Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild"> <Target Name="BeforeBuild">
</Target> </Target>
<Target Name="AfterBuild"> <Target Name="AfterBuild">
</Target> </Target>
--> -->
</Project> </Project>