This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
using PX.Objects; | |
using PX.Data; | |
using PX.Data.BQL; | |
namespace Aktion.Common.Acumatica.NoCodeChanges |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | |
<metadata> | |
<id>Acumatica.PX.Main</id> | |
<version>22.100.178</version> | |
<description>Acumatica PX common main libraries</description> | |
<authors>Aktion Associates</authors> | |
<references> | |
<reference file="PX.Common.dll" /> | |
<reference file="PX.Common.Std.dll" /> |