-
Notifications
You must be signed in to change notification settings - Fork 15
SolutionExtract
Magnus Gether Sørensen edited this page Aug 9, 2018
·
2 revisions
(**
SolutionExtract
*)
#load @"_Config.fsx"
open _Config
open DG.Daxif
Solution.Extract(
Path.Daxif.unmanagedSolution,
Path.SolutionPack.customizationsFolder,
Path.SolutionPack.xmlMappingFile,
Path.SolutionPack.projFile
)
Setup Instructions
General
Example Scripts
- _Config
- CountEntities
- DataExportSource
- DataImportTarget
- GenerateCSharpContext
- GenerateTypeScriptContext
- PluginSyncDev
- SolutionCreateDev
- SolutionExportDev
- SolutionExtract
- SolutionImportArg
- ViewExtender
- SolutionPack
- WebResouresSyncDev
- WorkflowSyncDev
Contribute