|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 | <RootNamespace>AgentActionTools</RootNamespace> |
11 | 11 | <AssemblyName>Plugin_AppV46</AssemblyName> |
12 | | - <TargetFrameworkVersion>v4.6</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> |
|
60 | 60 | <Reference Include="Microsoft.Windows.Shell, Version=3.5.41019.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> |
61 | 61 | <Reference Include="PresentationUI, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> |
62 | 62 | <Reference Include="ReachFramework" /> |
63 | | - <Reference Include="sccmclictr.automation, Version=0.0.0.62, Culture=neutral, processorArchitecture=MSIL"> |
64 | | - <SpecificVersion>False</SpecificVersion> |
65 | | - <HintPath>..\..\sccmclictrlib\sccmclictr.automation\bin\Debug\sccmclictr.automation.dll</HintPath> |
| 63 | + <Reference Include="sccmclictr.automation, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL"> |
| 64 | + <HintPath>packages\sccmclictrlib.1.0.1\lib\net48\sccmclictr.automation.dll</HintPath> |
66 | 65 | </Reference> |
67 | 66 | <Reference Include="System" /> |
68 | 67 | <Reference Include="System.Data" /> |
|
122 | 121 | <ItemGroup> |
123 | 122 | <Resource Include="Images\Delete.ico" /> |
124 | 123 | </ItemGroup> |
| 124 | + <ItemGroup> |
| 125 | + <None Include="packages.config" /> |
| 126 | + </ItemGroup> |
125 | 127 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
126 | 128 | <PropertyGroup> |
127 | | - <PostBuildEvent>"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin\SignTool.exe" sign /n "Roger Zander" /t "http://timestamp.comodoca.com/authenticode" /q "$(TargetPath)"</PostBuildEvent> |
| 129 | + <PostBuildEvent>if "$(ConfigurationName)"=="Debug" GOTO end |
| 130 | + "C:\tools\signtool.exe" sign /i "Sectigo RSA Code Signing CA" /n "Zander - Tools" /t "http://timestamp.comodoca.com/authenticode" /q "$(TargetPath)" |
| 131 | +:end</PostBuildEvent> |
128 | 132 | </PropertyGroup> |
129 | 133 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
130 | 134 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments