Added Vanara.PInvoke.RstrtMgr project/assembly with Restart Manager functions. 100% complete.

pull/213/head
dahall 2021-02-11 15:39:40 -07:00
parent 9ef975bc73
commit f13930bd63
3 changed files with 1213 additions and 0 deletions

1185
PInvoke/RstrtMgr/RstrtMgr.cs Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<ProjectExtensions>
<SupportedDlls>RstrtMgr.dll</SupportedDlls>
</ProjectExtensions>
<PropertyGroup>
<Description>PInvoke API (methods, structures and constants) imported from Windows RstrtMgr.dll.</Description>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<TargetFrameworks>net20;net35;net40;net45;net5.0-windows;netstandard2.0;netcoreapp2.0;netcoreapp2.1;netcoreapp3.0;netcoreapp3.1</TargetFrameworks>
<AssemblyName>Vanara.PInvoke.RstrtMgr</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>
<PackageTags>pinvoke;vanara;net-extensions;interop;RstrtMgr;restart manager</PackageTags>
<PackageReleaseNotes/>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Core\Vanara.Core.csproj" />
<ProjectReference Include="..\Shared\Vanara.PInvoke.Shared.csproj" />
</ItemGroup>
</Project>

View File

@ -297,6 +297,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Vanara.PInvoke.Version", "P
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Version", "UnitTests\PInvoke\Version\Version.csproj", "{6C2D8577-ECEF-4E07-B4D7-CBFFD7BB6F53}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Vanara.PInvoke.RstrtMgr", "PInvoke\RstrtMgr\Vanara.PInvoke.RstrtMgr.csproj", "{6FFDB484-24E0-4338-B816-D9975AF35853}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -959,6 +961,12 @@ Global
{6C2D8577-ECEF-4E07-B4D7-CBFFD7BB6F53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C2D8577-ECEF-4E07-B4D7-CBFFD7BB6F53}.DebugNoTests|Any CPU.ActiveCfg = Debug|Any CPU
{6C2D8577-ECEF-4E07-B4D7-CBFFD7BB6F53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FFDB484-24E0-4338-B816-D9975AF35853}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FFDB484-24E0-4338-B816-D9975AF35853}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6FFDB484-24E0-4338-B816-D9975AF35853}.DebugNoTests|Any CPU.ActiveCfg = Debug|Any CPU
{6FFDB484-24E0-4338-B816-D9975AF35853}.DebugNoTests|Any CPU.Build.0 = Debug|Any CPU
{6FFDB484-24E0-4338-B816-D9975AF35853}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FFDB484-24E0-4338-B816-D9975AF35853}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@ -1088,6 +1096,7 @@ Global
{C407D019-7D53-4C6A-B27A-5468F2430F10} = {212ABBD0-B724-4CFA-9D6D-E3891547FA90}
{460964A8-894C-45A1-AFA5-EF2DA3FC436D} = {212ABBD0-B724-4CFA-9D6D-E3891547FA90}
{6C2D8577-ECEF-4E07-B4D7-CBFFD7BB6F53} = {385CAD2D-0A5E-4F80-927B-D5499D126B90}
{6FFDB484-24E0-4338-B816-D9975AF35853} = {212ABBD0-B724-4CFA-9D6D-E3891547FA90}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {543FAC75-2AF1-4EF1-9609-B242B63FEED4}