Switch PowerShell library to 4.6.2. Fix missing includes in project.
parent
a9f3b7a39d
commit
1b72d9002a
|
@ -9,9 +9,10 @@
|
||||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
<RootNamespace>LANCommander.PowerShell</RootNamespace>
|
<RootNamespace>LANCommander.PowerShell</RootNamespace>
|
||||||
<AssemblyName>LANCommander.PowerShell</AssemblyName>
|
<AssemblyName>LANCommander.PowerShell</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
<Deterministic>true</Deterministic>
|
<Deterministic>true</Deterministic>
|
||||||
|
<TargetFrameworkProfile />
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
<DebugSymbols>true</DebugSymbols>
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
@ -46,6 +47,7 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Cmdlets\Edit-PatchBinary.cs" />
|
<Compile Include="Cmdlets\Edit-PatchBinary.cs" />
|
||||||
|
<Compile Include="Cmdlets\Uninstall-Game.cs" />
|
||||||
<Compile Include="Cmdlets\Install-Game.cs" />
|
<Compile Include="Cmdlets\Install-Game.cs" />
|
||||||
<Compile Include="Cmdlets\Write-ReplaceContentInFile.cs" />
|
<Compile Include="Cmdlets\Write-ReplaceContentInFile.cs" />
|
||||||
<Compile Include="Cmdlets\ConvertTo-StringBytes.cs" />
|
<Compile Include="Cmdlets\ConvertTo-StringBytes.cs" />
|
||||||
|
@ -56,7 +58,9 @@
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="LANCommander.PowerShell.psd1" />
|
<None Include="LANCommander.PowerShell.psd1">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
<None Include="packages.config" />
|
<None Include="packages.config" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
Loading…
Reference in New Issue