Projects STRLCPY PowerShdll Commits 4ad4e5fe
🤬
  • Reduced target to .Net 2.0 and 3.5

  • Loading...
  • p3nt4 committed 6 years ago
    4ad4e5fe
    1 parent a735f0c7
  • ■ ■ ■ ■ ■ ■
    PowerShdll.sln
    1 1  
    2 2  Microsoft Visual Studio Solution File, Format Version 12.00
    3  -# Visual Studio 14
    4  -VisualStudioVersion = 14.0.25420.1
     3 +# Visual Studio 15
     4 +VisualStudioVersion = 15.0.26430.13
    5 5  MinimumVisualStudioVersion = 10.0.40219.1
    6 6  Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PowerShdll", "dll\PowerShdll.csproj", "{36EBF9AA-2F37-4F1D-A2F1-F2A45DEEAF21}"
    7 7  EndProject
    skipped 18 lines
    26 26   {36EBF9AA-2F37-4F1D-A2F1-F2A45DEEAF21}.Release|Any CPU.Build.0 = Release|Any CPU
    27 27   {36EBF9AA-2F37-4F1D-A2F1-F2A45DEEAF21}.Release|x64.ActiveCfg = Release|x64
    28 28   {36EBF9AA-2F37-4F1D-A2F1-F2A45DEEAF21}.Release|x64.Build.0 = Release|x64
    29  - {36EBF9AA-2F37-4F1D-A2F1-F2A45DEEAF21}.Release|x86.ActiveCfg = Release|x64
    30  - {36EBF9AA-2F37-4F1D-A2F1-F2A45DEEAF21}.Release|x86.Build.0 = Release|x64
     29 + {36EBF9AA-2F37-4F1D-A2F1-F2A45DEEAF21}.Release|x86.ActiveCfg = Release|x86
     30 + {36EBF9AA-2F37-4F1D-A2F1-F2A45DEEAF21}.Release|x86.Build.0 = Release|x86
    31 31   {5067F916-9971-47D6-BBCB-85FB3982584F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    32 32   {5067F916-9971-47D6-BBCB-85FB3982584F}.Debug|Any CPU.Build.0 = Debug|Any CPU
    33 33   {5067F916-9971-47D6-BBCB-85FB3982584F}.Debug|x64.ActiveCfg = Debug|Any CPU
    skipped 15 lines
  • ■ ■ ■ ■ ■ ■
    dll/App.config
    1  -<?xml version="1.0" encoding="utf-8" ?>
     1 +<?xml version="1.0" encoding="utf-8"?>
    2 2  <configuration>
    3 3   <startup>
    4  - <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
    5  - </startup>
     4 +
     5 + <supportedRuntime version="v2.0.50727"/></startup>
    6 6  </configuration>
     7 + 
  • ■ ■ ■ ■ ■
    dll/PowerShdll.csproj
    skipped 8 lines
    9 9   <AppDesignerFolder>Properties</AppDesignerFolder>
    10 10   <RootNamespace>PowerShdll</RootNamespace>
    11 11   <AssemblyName>PowerShdll</AssemblyName>
    12  - <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
     12 + <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    13 13   <FileAlignment>512</FileAlignment>
    14 14   <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
     15 + <TargetFrameworkProfile />
    15 16   </PropertyGroup>
    16 17   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    17 18   <PlatformTarget>AnyCPU</PlatformTarget>
    skipped 93 lines
  • dll/bin/x64/Release/PowerShdll.dll
    Binary file.
  • dll/bin/x86/Release/PowerShdll.dll
    Binary file.
  • ■ ■ ■ ■ ■ ■
    dll/bin/x86/Release/PowerShdll.dll.config
    1  -<?xml version="1.0" encoding="utf-8" ?>
     1 +<?xml version="1.0" encoding="utf-8"?>
    2 2  <configuration>
    3 3   <startup>
    4  - <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
    5  - </startup>
     4 +
     5 + <supportedRuntime version="v2.0.50727"/></startup>
    6 6  </configuration>
     7 + 
  • ■ ■ ■ ■ ■ ■
    exe/App.config
    1  -<?xml version="1.0" encoding="utf-8" ?>
     1 +<?xml version="1.0" encoding="utf-8"?>
    2 2  <configuration>
    3 3   <startup>
    4  - <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
    5  - </startup>
     4 +
     5 + <supportedRuntime version="v2.0.50727"/></startup>
    6 6  </configuration>
     7 + 
  • ■ ■ ■ ■ ■ ■
    exe/Common.cs
    skipped 3 lines
    4 4  using System.Management.Automation;
    5 5  using System.Management.Automation.Runspaces;
    6 6  using System.IO;
    7  -using System.Runtime.InteropServices;
    8  -using Microsoft.Win32.SafeHandles;
    9  -using System.Diagnostics;
    10 7   
    11 8  //https://blogs.msdn.microsoft.com/kebab/2014/04/28/executing-powershell-scripts-from-c/
    12 9   
    skipped 131 lines
  • ■ ■ ■ ■ ■
    exe/PowerShdllExe.csproj
    skipped 8 lines
    9 9   <AppDesignerFolder>Properties</AppDesignerFolder>
    10 10   <RootNamespace>PowerShdll</RootNamespace>
    11 11   <AssemblyName>PowerShdll</AssemblyName>
    12  - <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
     12 + <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
    13 13   <FileAlignment>512</FileAlignment>
    14 14   <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
     15 + <TargetFrameworkProfile />
    15 16   </PropertyGroup>
    16 17   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    17 18   <PlatformTarget>AnyCPU</PlatformTarget>
    skipped 26 lines
    44 45   <Reference Include="System.Data" />
    45 46   <Reference Include="System.Net.Http" />
    46 47   <Reference Include="System.Xml" />
    47  - <Reference Include="System.Management.Automation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
     48 + <Reference Include="System.Management.Automation">
    48 49   <SpecificVersion>False</SpecificVersion>
    49 50   <HintPath>..\..\..\..\..\..\..\Program Files\Reference Assemblies\Microsoft\WindowsPowerShell\v1.0\System.Management.Automation.dll</HintPath>
    50 51   </Reference>
    skipped 18 lines
  • ■ ■ ■ ■ ■ ■
    exe/bin/Release/PowerShdll.exe.config
    1  -<?xml version="1.0" encoding="utf-8" ?>
    2  -<configuration>
    3  - <startup>
    4  - <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
    5  - </startup>
    6  -</configuration>
  • exe/bin/Release/PowerShdll.vshost.exe
    Binary file.
  • ■ ■ ■ ■ ■ ■
    exe/bin/Release/PowerShdll.vshost.exe.config
    1  -<?xml version="1.0" encoding="utf-8" ?>
    2  -<configuration>
    3  - <startup>
    4  - <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
    5  - </startup>
    6  -</configuration>
  • ■ ■ ■ ■ ■ ■
    exe/bin/Release/PowerShdll.vshost.exe.manifest
    1  -<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    2  -<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
    3  - <assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
    4  - <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
    5  - <security>
    6  - <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
    7  - <requestedExecutionLevel level="asInvoker" uiAccess="false"/>
    8  - </requestedPrivileges>
    9  - </security>
    10  - </trustInfo>
    11  -</assembly>
    12  - 
  • exe/bin/Release/Powershdll.exe
    Binary file.
Please wait...
Page is in error, reload to recover