|
15 | 15 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
16 | 16 | <DebugType>pdbonly</DebugType> |
17 | 17 | </PropertyGroup> |
| 18 | + <ItemGroup> |
| 19 | + <PackageReference Include="Microsoft.CodeAnalysis.Metrics" Version="3.3.4" /> |
| 20 | + </ItemGroup> |
18 | 21 | <ItemGroup> |
19 | 22 | <Reference Include="CsvHelper"> |
20 | | - <HintPath>C:\Program Files (x86)\Acumatica ERP\EP2021R100\Bin\CsvHelper.dll</HintPath> |
| 23 | + <HintPath>C:\Program Files\Acumatica ERP\EP2024R100\Bin\CsvHelper.dll</HintPath> |
21 | 24 | </Reference> |
22 | 25 | <Reference Include="DocuSign"> |
23 | 26 | <HintPath>..\References\DocuSign.dll</HintPath> |
24 | 27 | <Private>true</Private> |
25 | 28 | </Reference> |
26 | | - <Reference Include="Microsoft.AspNet.SignalR.Core"> |
27 | | - <HintPath>C:\Program Files (x86)\Acumatica ERP\EP2021R100\Bin\Microsoft.AspNet.SignalR.Core.dll</HintPath> |
| 29 | + <Reference Include="Microsoft.AspNetCore.SignalR.Core"> |
| 30 | + <HintPath>C:\Program Files\Acumatica ERP\EP2024R100\Bin\Microsoft.AspNetCore.SignalR.Core.dll</HintPath> |
28 | 31 | </Reference> |
29 | 32 | <Reference Include="Microsoft.CSharp" /> |
30 | 33 | <Reference Include="Newtonsoft.Json"> |
31 | | - <HintPath>C:\Program Files (x86)\Acumatica ERP\EP2021R100\Bin\Newtonsoft.Json.dll</HintPath> |
| 34 | + <HintPath>C:\Program Files\Acumatica ERP\EP2024R100\Bin\Newtonsoft.Json.dll</HintPath> |
32 | 35 | </Reference> |
33 | 36 | <Reference Include="PX.Common"> |
34 | | - <HintPath>C:\Program Files (x86)\Acumatica ERP\EP2021R100\Bin\PX.Common.dll</HintPath> |
| 37 | + <HintPath>C:\Program Files\Acumatica ERP\EP2024R100\Bin\PX.Common.dll</HintPath> |
35 | 38 | </Reference> |
36 | 39 | <Reference Include="PX.Common.Std"> |
37 | | - <HintPath>C:\Program Files (x86)\Acumatica ERP\EP2021R100\Bin\PX.Common.Std.dll</HintPath> |
| 40 | + <HintPath>C:\Program Files\Acumatica ERP\EP2024R100\Bin\PX.Common.Std.dll</HintPath> |
38 | 41 | </Reference> |
39 | 42 | <Reference Include="PX.Web.UI"> |
40 | | - <HintPath>C:\Program Files (x86)\Acumatica ERP\EP2021R100\Bin\PX.Web.UI.dll</HintPath> |
| 43 | + <HintPath>C:\Program Files\Acumatica ERP\EP2024R100\Bin\PX.Web.UI.dll</HintPath> |
41 | 44 | </Reference> |
42 | 45 | <Reference Include="PX.CS.Contracts"> |
43 | | - <HintPath>C:\Program Files (x86)\Acumatica ERP\EP2021R100\Bin\PX.CS.Contracts.dll</HintPath> |
| 46 | + <HintPath>C:\Program Files\Acumatica ERP\EP2024R100\Bin\PX.CS.Contracts.dll</HintPath> |
44 | 47 | </Reference> |
45 | 48 | <Reference Include="PX.Data"> |
46 | | - <HintPath>C:\Program Files (x86)\Acumatica ERP\EP2021R100\Bin\PX.Data.dll</HintPath> |
| 49 | + <HintPath>C:\Program Files\Acumatica ERP\EP2024R100\Bin\PX.Data.dll</HintPath> |
47 | 50 | </Reference> |
48 | 51 | <Reference Include="PX.OAuthClient"> |
49 | | - <HintPath>C:\Program Files (x86)\Acumatica ERP\EP2021R100\Bin\PX.OAuthClient.dll</HintPath> |
| 52 | + <HintPath>C:\Program Files\Acumatica ERP\EP2024R100\Bin\PX.OAuthClient.dll</HintPath> |
50 | 53 | </Reference> |
51 | 54 | <Reference Include="PX.Objects"> |
52 | | - <HintPath>C:\Program Files (x86)\Acumatica ERP\EP2021R100\Bin\PX.Objects.dll</HintPath> |
| 55 | + <HintPath>C:\Program Files\Acumatica ERP\EP2024R100\Bin\PX.Objects.dll</HintPath> |
53 | 56 | </Reference> |
54 | 57 | <Reference Include="RestSharp"> |
55 | | - <HintPath>C:\Program Files (x86)\Acumatica ERP\EP2021R100\Bin\RestSharp.dll</HintPath> |
| 58 | + <HintPath>C:\Program Files\Acumatica ERP\EP2024R100\Bin\RestSharp.dll</HintPath> |
56 | 59 | </Reference> |
57 | 60 | <Reference Include="System" /> |
58 | 61 | <Reference Include="System.Core"> |
59 | 62 | <RequiredTargetFramework>3.5</RequiredTargetFramework> |
60 | 63 | </Reference> |
| 64 | + <Reference Include="System.Net.Http" /> |
61 | 65 | <Reference Include="System.Web" /> |
62 | 66 | <Reference Include="System.Xml" /> |
63 | 67 | </ItemGroup> |
|
0 commit comments