|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 | <RootNamespace>AgentActionTools</RootNamespace> |
11 | 11 | <AssemblyName>Plugin_RuckZuck</AssemblyName> |
12 | | - <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
15 | 15 | <WarningLevel>4</WarningLevel> |
|
51 | 51 | <SpecificVersion>False</SpecificVersion> |
52 | 52 | <HintPath>..\..\Customization\bin\Debug\Customization.dll</HintPath> |
53 | 53 | </Reference> |
54 | | - <Reference Include="sccmclictr.automation, Version=1.0.0.36, Culture=neutral, processorArchitecture=MSIL"> |
55 | | - <HintPath>packages\sccmclictrlib.1.0.0.36\lib\net47\sccmclictr.automation.dll</HintPath> |
| 54 | + <Reference Include="Microsoft.CSharp" /> |
| 55 | + <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 56 | + <HintPath>packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 57 | + </Reference> |
| 58 | + <Reference Include="sccmclictr.automation, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL"> |
| 59 | + <HintPath>packages\sccmclictrlib.1.0.1\lib\net48\sccmclictr.automation.dll</HintPath> |
| 60 | + </Reference> |
| 61 | + <Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL"> |
| 62 | + <HintPath>packages\Serilog.2.12.0\lib\net47\Serilog.dll</HintPath> |
56 | 63 | </Reference> |
57 | 64 | <Reference Include="System" /> |
58 | 65 | <Reference Include="System.Data" /> |
|
65 | 72 | </Reference> |
66 | 73 | <Reference Include="System.Net.Http" /> |
67 | 74 | <Reference Include="System.Runtime.Serialization" /> |
| 75 | + <Reference Include="System.Web" /> |
68 | 76 | <Reference Include="System.Web.Extensions" /> |
69 | 77 | <Reference Include="System.Web.Services" /> |
70 | 78 | <Reference Include="System.Windows.Controls.Ribbon" /> |
|
149 | 157 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
150 | 158 | <PropertyGroup> |
151 | 159 | <PostBuildEvent>if "$(ConfigurationName)"=="Debug" GOTO end |
152 | | - "C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\Bin\SignTool.exe" sign /i "Sectigo RSA Code Signing CA" /n "Zander - Tools" /t "http://timestamp.comodoca.com/authenticode" /q "$(TargetPath)" |
| 160 | + "C:\tools\signtool.exe" sign /i "Sectigo RSA Code Signing CA" /n "Zander - Tools" /t "http://timestamp.comodoca.com/authenticode" /q "$(TargetPath)" |
153 | 161 | :end |
154 | 162 | </PostBuildEvent> |
155 | 163 | </PropertyGroup> |
|
0 commit comments