MS
This commit is contained in:
5
Modules.ZooFlow/AdHocWorkflow.vb
Normal file
5
Modules.ZooFlow/AdHocWorkflow.vb
Normal file
@@ -0,0 +1,5 @@
|
||||
Public Class AdHocWorkflow
|
||||
Public Property AHWF_CMD_LAYOUT_SELECT As String
|
||||
Public Property AHWF_CMD_USR_SELECT As String
|
||||
Public Property OBJECT_ID As Long
|
||||
End Class
|
||||
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
|
||||
' übernehmen, indem Sie "*" eingeben:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("1.1.0.0")>
|
||||
<Assembly: AssemblyVersion("1.2.0.0")>
|
||||
<Assembly: AssemblyFileVersion("1.1.0.0")>
|
||||
|
||||
@@ -74,6 +74,7 @@
|
||||
<Import Include="System.Threading.Tasks" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="AdHocWorkflow.vb" />
|
||||
<Compile Include="Constants.vb" />
|
||||
<Compile Include="Environment.vb" />
|
||||
<Compile Include="My Project\AssemblyInfo.vb" />
|
||||
|
||||
Reference in New Issue
Block a user