From 4735d6642077881613c6e7b58a225ef2a6d40f8c Mon Sep 17 00:00:00 2001 From: Peter Kurhajec <61538034+PTKu@users.noreply.github.com> Date: Fri, 16 Aug 2024 18:23:07 +0200 Subject: [PATCH] updates to AX# 0.19.3-alpha.226 (#422) --- .config/dotnet-tools.json | 6 +++--- src/Directory.Packages.props | 10 +++++----- src/abstractions/app/AXSharp.config.json | 2 +- src/abstractions/ctrl/AXSharp.config.json | 2 +- src/components.abb.robotics/app/AXSharp.config.json | 2 +- src/components.abb.robotics/ctrl/AXSharp.config.json | 2 +- src/components.abstractions/app/AXSharp.config.json | 2 +- src/components.abstractions/ctrl/AXSharp.config.json | 2 +- .../app/AXSharp.config.json | 2 +- .../ctrl/AXSharp.config.json | 2 +- src/components.cognex.vision/app/AXSharp.config.json | 2 +- src/components.cognex.vision/ctrl/AXSharp.config.json | 2 +- .../app/AXSharp.config.json | 2 +- .../ctrl/AXSharp.config.json | 2 +- src/components.drives/app/AXSharp.config.json | 2 +- src/components.drives/ctrl/AXSharp.config.json | 2 +- src/components.elements/app/AXSharp.config.json | 2 +- src/components.elements/ctrl/AXSharp.config.json | 2 +- src/components.festo.drives/app/AXSharp.config.json | 2 +- src/components.festo.drives/ctrl/AXSharp.config.json | 2 +- src/components.kuka.robotics/app/AXSharp.config.json | 2 +- src/components.kuka.robotics/ctrl/AXSharp.config.json | 2 +- .../app/AXSharp.config.json | 2 +- .../ctrl/AXSharp.config.json | 2 +- src/components.pneumatics/app/AXSharp.config.json | 2 +- src/components.pneumatics/ctrl/AXSharp.config.json | 2 +- src/components.rexroth.drives/app/AXSharp.config.json | 2 +- src/components.rexroth.drives/ctrl/AXSharp.config.json | 2 +- src/components.rexroth.press/app/AXSharp.config.json | 2 +- src/components.rexroth.press/ctrl/AXSharp.config.json | 2 +- src/components.robotics/app/AXSharp.config.json | 2 +- src/components.robotics/ctrl/AXSharp.config.json | 2 +- .../app/AXSharp.config.json | 2 +- .../ctrl/AXSharp.config.json | 2 +- src/components.ur.robotics/app/AXSharp.config.json | 2 +- src/components.ur.robotics/ctrl/AXSharp.config.json | 2 +- src/core/app/AXSharp.config.json | 2 +- src/core/ctrl/AXSharp.config.json | 2 +- src/data/app/AXSharp.config.json | 2 +- src/data/ctrl/AXSharp.config.json | 2 +- src/inspectors/app/AXSharp.config.json | 2 +- src/inspectors/ctrl/AXSharp.config.json | 2 +- src/integrations/app/AXSharp.config.json | 2 +- src/io/app/AXSharp.config.json | 2 +- src/io/ctrl/AXSharp.config.json | 2 +- src/probers/app/AXSharp.config.json | 2 +- src/probers/ctrl/AXSharp.config.json | 2 +- src/simatic1500/app/AXSharp.config.json | 2 +- src/simatic1500/ctrl/AXSharp.config.json | 2 +- src/template.axolibrary/app/AXSharp.config.json | 2 +- src/template.axolibrary/ctrl/AXSharp.config.json | 2 +- src/timers/app/AXSharp.config.json | 2 +- src/timers/ctrl/AXSharp.config.json | 2 +- src/traversals/apax/AXSharp.config.json | 2 +- src/utils/app/AXSharp.config.json | 2 +- src/utils/ctrl/AXSharp.config.json | 2 +- 56 files changed, 62 insertions(+), 62 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 71b96eff6..6abc2de11 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "AXSharp.ixc": { - "version": "0.19.3-alpha.226", + "version": "0.19.3-alpha.229", "commands": [ "ixc" ] @@ -15,13 +15,13 @@ ] }, "AXSharp.ixd": { - "version": "0.19.3-alpha.226", + "version": "0.19.3-alpha.229", "commands": [ "ixd" ] }, "AXSharp.ixr": { - "version": "0.19.3-alpha.226", + "version": "0.19.3-alpha.229", "commands": [ "ixr" ] diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props index ed05b3c57..eac6c8d01 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -21,11 +21,11 @@ - - - - - + + + + + diff --git a/src/abstractions/app/AXSharp.config.json b/src/abstractions/app/AXSharp.config.json index 88b3166d7..8a1d1be5e 100644 --- a/src/abstractions/app/AXSharp.config.json +++ b/src/abstractions/app/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"abstractions_app.csproj"} \ No newline at end of file +{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"abstractions_app.csproj"} \ No newline at end of file diff --git a/src/abstractions/ctrl/AXSharp.config.json b/src/abstractions/ctrl/AXSharp.config.json index 0b3230ad5..43b71b3af 100644 --- a/src/abstractions/ctrl/AXSharp.config.json +++ b/src/abstractions/ctrl/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"..\\src\\AXOpen.Abstractions","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"ix_ax_axopen_abstractions.csproj"} \ No newline at end of file +{"OutputProjectFolder":"..\\src\\AXOpen.Abstractions","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"ix_ax_axopen_abstractions.csproj"} \ No newline at end of file diff --git a/src/components.abb.robotics/app/AXSharp.config.json b/src/components.abb.robotics/app/AXSharp.config.json index ce02a6ed2..0c4234ec3 100644 --- a/src/components.abb.robotics/app/AXSharp.config.json +++ b/src/components.abb.robotics/app/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"app_axopen_components_abb_robotics.csproj"} \ No newline at end of file +{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"app_axopen_components_abb_robotics.csproj"} \ No newline at end of file diff --git a/src/components.abb.robotics/ctrl/AXSharp.config.json b/src/components.abb.robotics/ctrl/AXSharp.config.json index 07eae47d4..beca8e629 100644 --- a/src/components.abb.robotics/ctrl/AXSharp.config.json +++ b/src/components.abb.robotics/ctrl/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"..\\src\\AXOpen.Components.Abb.Robotics","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"ix_ax_axopen_components_abb_robotics.csproj"} \ No newline at end of file +{"OutputProjectFolder":"..\\src\\AXOpen.Components.Abb.Robotics","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"ix_ax_axopen_components_abb_robotics.csproj"} \ No newline at end of file diff --git a/src/components.abstractions/app/AXSharp.config.json b/src/components.abstractions/app/AXSharp.config.json index 032e38528..d94f956db 100644 --- a/src/components.abstractions/app/AXSharp.config.json +++ b/src/components.abstractions/app/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"components_abstractions_app.csproj"} \ No newline at end of file +{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"components_abstractions_app.csproj"} \ No newline at end of file diff --git a/src/components.abstractions/ctrl/AXSharp.config.json b/src/components.abstractions/ctrl/AXSharp.config.json index 9b80ebeb7..bc1c5ac02 100644 --- a/src/components.abstractions/ctrl/AXSharp.config.json +++ b/src/components.abstractions/ctrl/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"..\\src\\AXOpen.Components.Abstractions","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"ix_ax_axopen_components_abstractions.csproj"} \ No newline at end of file +{"OutputProjectFolder":"..\\src\\AXOpen.Components.Abstractions","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"ix_ax_axopen_components_abstractions.csproj"} \ No newline at end of file diff --git a/src/components.balluff.identification/app/AXSharp.config.json b/src/components.balluff.identification/app/AXSharp.config.json index e26b3cf07..cc04ba4fb 100644 --- a/src/components.balluff.identification/app/AXSharp.config.json +++ b/src/components.balluff.identification/app/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"app_axopen_components_balluff_identification.csproj"} \ No newline at end of file +{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"app_axopen_components_balluff_identification.csproj"} \ No newline at end of file diff --git a/src/components.balluff.identification/ctrl/AXSharp.config.json b/src/components.balluff.identification/ctrl/AXSharp.config.json index 08c950d59..312329e9a 100644 --- a/src/components.balluff.identification/ctrl/AXSharp.config.json +++ b/src/components.balluff.identification/ctrl/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"..\\src\\AXOpen.Components.Balluff.Identification","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"ix_ax_axopen_components_balluff_identification.csproj"} \ No newline at end of file +{"OutputProjectFolder":"..\\src\\AXOpen.Components.Balluff.Identification","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"ix_ax_axopen_components_balluff_identification.csproj"} \ No newline at end of file diff --git a/src/components.cognex.vision/app/AXSharp.config.json b/src/components.cognex.vision/app/AXSharp.config.json index 60d89c365..7f6d76829 100644 --- a/src/components.cognex.vision/app/AXSharp.config.json +++ b/src/components.cognex.vision/app/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"app_axopen_components_cognex_vision.csproj"} \ No newline at end of file +{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"app_axopen_components_cognex_vision.csproj"} \ No newline at end of file diff --git a/src/components.cognex.vision/ctrl/AXSharp.config.json b/src/components.cognex.vision/ctrl/AXSharp.config.json index 094eded3e..6e1901996 100644 --- a/src/components.cognex.vision/ctrl/AXSharp.config.json +++ b/src/components.cognex.vision/ctrl/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"..\\src\\AXOpen.Components.Cognex.Vision","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"ix_ax_axopen_components_cognex_vision.csproj"} \ No newline at end of file +{"OutputProjectFolder":"..\\src\\AXOpen.Components.Cognex.Vision","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"ix_ax_axopen_components_cognex_vision.csproj"} \ No newline at end of file diff --git a/src/components.desoutter.tightening/app/AXSharp.config.json b/src/components.desoutter.tightening/app/AXSharp.config.json index 2577d450f..bf2f614f7 100644 --- a/src/components.desoutter.tightening/app/AXSharp.config.json +++ b/src/components.desoutter.tightening/app/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"app_axopen_components_desoutter_tightening.csproj"} \ No newline at end of file +{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"app_axopen_components_desoutter_tightening.csproj"} \ No newline at end of file diff --git a/src/components.desoutter.tightening/ctrl/AXSharp.config.json b/src/components.desoutter.tightening/ctrl/AXSharp.config.json index 2f9e16b93..f3257f87a 100644 --- a/src/components.desoutter.tightening/ctrl/AXSharp.config.json +++ b/src/components.desoutter.tightening/ctrl/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"..\\src\\AXOpen.Components.Desoutter.Tightening","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"ix_ax_axopen_components_desoutter_tightening.csproj"} \ No newline at end of file +{"OutputProjectFolder":"..\\src\\AXOpen.Components.Desoutter.Tightening","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"ix_ax_axopen_components_desoutter_tightening.csproj"} \ No newline at end of file diff --git a/src/components.drives/app/AXSharp.config.json b/src/components.drives/app/AXSharp.config.json index 749493d18..86bbc66fe 100644 --- a/src/components.drives/app/AXSharp.config.json +++ b/src/components.drives/app/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"app_axopen_components_drives.csproj"} \ No newline at end of file +{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"app_axopen_components_drives.csproj"} \ No newline at end of file diff --git a/src/components.drives/ctrl/AXSharp.config.json b/src/components.drives/ctrl/AXSharp.config.json index 2bbea9e07..baec00745 100644 --- a/src/components.drives/ctrl/AXSharp.config.json +++ b/src/components.drives/ctrl/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"..\\src\\AXOpen.Components.Drives","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"ix_ax_axopen_components_drives.csproj"} \ No newline at end of file +{"OutputProjectFolder":"..\\src\\AXOpen.Components.Drives","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"ix_ax_axopen_components_drives.csproj"} \ No newline at end of file diff --git a/src/components.elements/app/AXSharp.config.json b/src/components.elements/app/AXSharp.config.json index c02c2112b..2423d3bf6 100644 --- a/src/components.elements/app/AXSharp.config.json +++ b/src/components.elements/app/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"elementscomponents.csproj"} \ No newline at end of file +{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"elementscomponents.csproj"} \ No newline at end of file diff --git a/src/components.elements/ctrl/AXSharp.config.json b/src/components.elements/ctrl/AXSharp.config.json index 53c09f9e3..b5d98c820 100644 --- a/src/components.elements/ctrl/AXSharp.config.json +++ b/src/components.elements/ctrl/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"..\\src\\AXOpen.Components.Elements","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"ix_ax_axopen_components_elements.csproj"} \ No newline at end of file +{"OutputProjectFolder":"..\\src\\AXOpen.Components.Elements","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"ix_ax_axopen_components_elements.csproj"} \ No newline at end of file diff --git a/src/components.festo.drives/app/AXSharp.config.json b/src/components.festo.drives/app/AXSharp.config.json index 0102a131b..9688bee35 100644 --- a/src/components.festo.drives/app/AXSharp.config.json +++ b/src/components.festo.drives/app/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"app_axopen_components_festo_drives.csproj"} \ No newline at end of file +{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"app_axopen_components_festo_drives.csproj"} \ No newline at end of file diff --git a/src/components.festo.drives/ctrl/AXSharp.config.json b/src/components.festo.drives/ctrl/AXSharp.config.json index c6b8b73d5..c12dc0d9c 100644 --- a/src/components.festo.drives/ctrl/AXSharp.config.json +++ b/src/components.festo.drives/ctrl/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"..\\src\\AXOpen.Components.Festo.Drives","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"ix_ax_axopen_components_festo_drives.csproj"} \ No newline at end of file +{"OutputProjectFolder":"..\\src\\AXOpen.Components.Festo.Drives","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"ix_ax_axopen_components_festo_drives.csproj"} \ No newline at end of file diff --git a/src/components.kuka.robotics/app/AXSharp.config.json b/src/components.kuka.robotics/app/AXSharp.config.json index 78b233ba7..213ce118c 100644 --- a/src/components.kuka.robotics/app/AXSharp.config.json +++ b/src/components.kuka.robotics/app/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"app_axopen_components_kuka_robotics.csproj"} \ No newline at end of file +{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"app_axopen_components_kuka_robotics.csproj"} \ No newline at end of file diff --git a/src/components.kuka.robotics/ctrl/AXSharp.config.json b/src/components.kuka.robotics/ctrl/AXSharp.config.json index d8a7a2d34..efc74e3b2 100644 --- a/src/components.kuka.robotics/ctrl/AXSharp.config.json +++ b/src/components.kuka.robotics/ctrl/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"..\\src\\AXOpen.Components.Kuka.Robotics","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"ix_ax_axopen_components_kuka_robotics.csproj"} \ No newline at end of file +{"OutputProjectFolder":"..\\src\\AXOpen.Components.Kuka.Robotics","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"ix_ax_axopen_components_kuka_robotics.csproj"} \ No newline at end of file diff --git a/src/components.mitsubishi.robotics/app/AXSharp.config.json b/src/components.mitsubishi.robotics/app/AXSharp.config.json index 3263eb68d..632350f45 100644 --- a/src/components.mitsubishi.robotics/app/AXSharp.config.json +++ b/src/components.mitsubishi.robotics/app/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"app_axopen_components_mitsubishi_robotics.csproj"} \ No newline at end of file +{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"app_axopen_components_mitsubishi_robotics.csproj"} \ No newline at end of file diff --git a/src/components.mitsubishi.robotics/ctrl/AXSharp.config.json b/src/components.mitsubishi.robotics/ctrl/AXSharp.config.json index 89359b00b..5f0b09a31 100644 --- a/src/components.mitsubishi.robotics/ctrl/AXSharp.config.json +++ b/src/components.mitsubishi.robotics/ctrl/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"..\\src\\AXOpen.Components.Mitsubishi.Robotics","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"ix_ax_axopen_components_mitsubishi_robotics.csproj"} \ No newline at end of file +{"OutputProjectFolder":"..\\src\\AXOpen.Components.Mitsubishi.Robotics","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"ix_ax_axopen_components_mitsubishi_robotics.csproj"} \ No newline at end of file diff --git a/src/components.pneumatics/app/AXSharp.config.json b/src/components.pneumatics/app/AXSharp.config.json index d47d725cb..871502a45 100644 --- a/src/components.pneumatics/app/AXSharp.config.json +++ b/src/components.pneumatics/app/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"pneumaticcomponents.csproj"} \ No newline at end of file +{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"pneumaticcomponents.csproj"} \ No newline at end of file diff --git a/src/components.pneumatics/ctrl/AXSharp.config.json b/src/components.pneumatics/ctrl/AXSharp.config.json index 1660ac816..dfd334ebc 100644 --- a/src/components.pneumatics/ctrl/AXSharp.config.json +++ b/src/components.pneumatics/ctrl/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"..\\src\\AXOpen.Components.Pneumatics","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"ix_ax_axopen_components_pneumatics.csproj"} \ No newline at end of file +{"OutputProjectFolder":"..\\src\\AXOpen.Components.Pneumatics","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"ix_ax_axopen_components_pneumatics.csproj"} \ No newline at end of file diff --git a/src/components.rexroth.drives/app/AXSharp.config.json b/src/components.rexroth.drives/app/AXSharp.config.json index b124c10db..195b999dc 100644 --- a/src/components.rexroth.drives/app/AXSharp.config.json +++ b/src/components.rexroth.drives/app/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"app_axopen_components_rexroth_drives.csproj"} \ No newline at end of file +{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"app_axopen_components_rexroth_drives.csproj"} \ No newline at end of file diff --git a/src/components.rexroth.drives/ctrl/AXSharp.config.json b/src/components.rexroth.drives/ctrl/AXSharp.config.json index 31d3b0178..c8e94cd16 100644 --- a/src/components.rexroth.drives/ctrl/AXSharp.config.json +++ b/src/components.rexroth.drives/ctrl/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"..\\src\\AXOpen.Components.Rexroth.Drives","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"ix_ax_axopen_components_rexroth_drives.csproj"} \ No newline at end of file +{"OutputProjectFolder":"..\\src\\AXOpen.Components.Rexroth.Drives","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"ix_ax_axopen_components_rexroth_drives.csproj"} \ No newline at end of file diff --git a/src/components.rexroth.press/app/AXSharp.config.json b/src/components.rexroth.press/app/AXSharp.config.json index 6a722eceb..80fedafa0 100644 --- a/src/components.rexroth.press/app/AXSharp.config.json +++ b/src/components.rexroth.press/app/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"app_axopen_components_rexroth_press.csproj"} \ No newline at end of file +{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"app_axopen_components_rexroth_press.csproj"} \ No newline at end of file diff --git a/src/components.rexroth.press/ctrl/AXSharp.config.json b/src/components.rexroth.press/ctrl/AXSharp.config.json index 6dc0d00dc..77a85bd03 100644 --- a/src/components.rexroth.press/ctrl/AXSharp.config.json +++ b/src/components.rexroth.press/ctrl/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"..\\src\\AXOpen.Components.Rexroth.Press","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"ix_ax_axopen_components_rexroth_press.csproj"} \ No newline at end of file +{"OutputProjectFolder":"..\\src\\AXOpen.Components.Rexroth.Press","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"ix_ax_axopen_components_rexroth_press.csproj"} \ No newline at end of file diff --git a/src/components.robotics/app/AXSharp.config.json b/src/components.robotics/app/AXSharp.config.json index ebffd7d52..55d4fa627 100644 --- a/src/components.robotics/app/AXSharp.config.json +++ b/src/components.robotics/app/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"app_axopen_components_robotics.csproj"} \ No newline at end of file +{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"app_axopen_components_robotics.csproj"} \ No newline at end of file diff --git a/src/components.robotics/ctrl/AXSharp.config.json b/src/components.robotics/ctrl/AXSharp.config.json index d0dfac1b9..900c12230 100644 --- a/src/components.robotics/ctrl/AXSharp.config.json +++ b/src/components.robotics/ctrl/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"..\\src\\AXOpen.Components.Robotics","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"ix_ax_axopen_components_robotics.csproj"} \ No newline at end of file +{"OutputProjectFolder":"..\\src\\AXOpen.Components.Robotics","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"ix_ax_axopen_components_robotics.csproj"} \ No newline at end of file diff --git a/src/components.siemens.identification/app/AXSharp.config.json b/src/components.siemens.identification/app/AXSharp.config.json index 6da07ce7d..c1de3d515 100644 --- a/src/components.siemens.identification/app/AXSharp.config.json +++ b/src/components.siemens.identification/app/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"app_axopen_components_siemens_identification.csproj"} \ No newline at end of file +{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"app_axopen_components_siemens_identification.csproj"} \ No newline at end of file diff --git a/src/components.siemens.identification/ctrl/AXSharp.config.json b/src/components.siemens.identification/ctrl/AXSharp.config.json index 57e14eb96..4d82be220 100644 --- a/src/components.siemens.identification/ctrl/AXSharp.config.json +++ b/src/components.siemens.identification/ctrl/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"..\\src\\AXOpen.Components.Siemens.Identification","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"ix_ax_axopen_components_siemens_identification.csproj"} \ No newline at end of file +{"OutputProjectFolder":"..\\src\\AXOpen.Components.Siemens.Identification","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"ix_ax_axopen_components_siemens_identification.csproj"} \ No newline at end of file diff --git a/src/components.ur.robotics/app/AXSharp.config.json b/src/components.ur.robotics/app/AXSharp.config.json index 3a7ac872a..92c1a1975 100644 --- a/src/components.ur.robotics/app/AXSharp.config.json +++ b/src/components.ur.robotics/app/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"app_axopen_components_ur_robotics.csproj"} \ No newline at end of file +{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"app_axopen_components_ur_robotics.csproj"} \ No newline at end of file diff --git a/src/components.ur.robotics/ctrl/AXSharp.config.json b/src/components.ur.robotics/ctrl/AXSharp.config.json index 9663da648..ef87d1d40 100644 --- a/src/components.ur.robotics/ctrl/AXSharp.config.json +++ b/src/components.ur.robotics/ctrl/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"..\\src\\AXOpen.Components.Ur.Robotics","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"ix_ax_axopen_components_ur_robotics.csproj"} \ No newline at end of file +{"OutputProjectFolder":"..\\src\\AXOpen.Components.Ur.Robotics","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"ix_ax_axopen_components_ur_robotics.csproj"} \ No newline at end of file diff --git a/src/core/app/AXSharp.config.json b/src/core/app/AXSharp.config.json index 0855e25bf..e1a35b0be 100644 --- a/src/core/app/AXSharp.config.json +++ b/src/core/app/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"ix_axopencore.csproj"} \ No newline at end of file +{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"ix_axopencore.csproj"} \ No newline at end of file diff --git a/src/core/ctrl/AXSharp.config.json b/src/core/ctrl/AXSharp.config.json index 879ad6792..0ddf1f715 100644 --- a/src/core/ctrl/AXSharp.config.json +++ b/src/core/ctrl/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"..\\src\\AXOpen.Core","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"ix_ax_axopen_core.csproj"} \ No newline at end of file +{"OutputProjectFolder":"..\\src\\AXOpen.Core","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"ix_ax_axopen_core.csproj"} \ No newline at end of file diff --git a/src/data/app/AXSharp.config.json b/src/data/app/AXSharp.config.json index 6b6b68048..fe06aea45 100644 --- a/src/data/app/AXSharp.config.json +++ b/src/data/app/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"axopen_data_app.csproj"} \ No newline at end of file +{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"axopen_data_app.csproj"} \ No newline at end of file diff --git a/src/data/ctrl/AXSharp.config.json b/src/data/ctrl/AXSharp.config.json index fb5559af7..70b215670 100644 --- a/src/data/ctrl/AXSharp.config.json +++ b/src/data/ctrl/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"..\\src\\AXOpen.Data","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"ix_ax_axopen_data.csproj"} \ No newline at end of file +{"OutputProjectFolder":"..\\src\\AXOpen.Data","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"ix_ax_axopen_data.csproj"} \ No newline at end of file diff --git a/src/inspectors/app/AXSharp.config.json b/src/inspectors/app/AXSharp.config.json index 4e455e247..f102d43c8 100644 --- a/src/inspectors/app/AXSharp.config.json +++ b/src/inspectors/app/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"axopen_inspectors.csproj"} \ No newline at end of file +{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"axopen_inspectors.csproj"} \ No newline at end of file diff --git a/src/inspectors/ctrl/AXSharp.config.json b/src/inspectors/ctrl/AXSharp.config.json index d4ecd851b..1255c26a1 100644 --- a/src/inspectors/ctrl/AXSharp.config.json +++ b/src/inspectors/ctrl/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"..\\src\\AXOpen.Inspectors","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"ix_ax_axopen_inspectors.csproj"} \ No newline at end of file +{"OutputProjectFolder":"..\\src\\AXOpen.Inspectors","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"ix_ax_axopen_inspectors.csproj"} \ No newline at end of file diff --git a/src/integrations/app/AXSharp.config.json b/src/integrations/app/AXSharp.config.json index 0faf34460..939b022df 100644 --- a/src/integrations/app/AXSharp.config.json +++ b/src/integrations/app/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"..\\src\\AXOpen.Integrations","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"axopen_integrations.csproj"} \ No newline at end of file +{"OutputProjectFolder":"..\\src\\AXOpen.Integrations","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"axopen_integrations.csproj"} \ No newline at end of file diff --git a/src/io/app/AXSharp.config.json b/src/io/app/AXSharp.config.json index 715a9dcd1..44cbb8a77 100644 --- a/src/io/app/AXSharp.config.json +++ b/src/io/app/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"app_axopen_io.csproj"} \ No newline at end of file +{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"app_axopen_io.csproj"} \ No newline at end of file diff --git a/src/io/ctrl/AXSharp.config.json b/src/io/ctrl/AXSharp.config.json index f4f629e84..0d84135a8 100644 --- a/src/io/ctrl/AXSharp.config.json +++ b/src/io/ctrl/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"..\\src\\AXOpen.Io","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"ix_ax_axopen_io.csproj"} \ No newline at end of file +{"OutputProjectFolder":"..\\src\\AXOpen.Io","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"ix_ax_axopen_io.csproj"} \ No newline at end of file diff --git a/src/probers/app/AXSharp.config.json b/src/probers/app/AXSharp.config.json index 54bb89045..c283de432 100644 --- a/src/probers/app/AXSharp.config.json +++ b/src/probers/app/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"probers_app.csproj"} \ No newline at end of file +{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"probers_app.csproj"} \ No newline at end of file diff --git a/src/probers/ctrl/AXSharp.config.json b/src/probers/ctrl/AXSharp.config.json index 346cbb4ed..8aa89a276 100644 --- a/src/probers/ctrl/AXSharp.config.json +++ b/src/probers/ctrl/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"..\\src\\AXOpen.Probers","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"ix_ax_axopen_probers.csproj"} \ No newline at end of file +{"OutputProjectFolder":"..\\src\\AXOpen.Probers","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"ix_ax_axopen_probers.csproj"} \ No newline at end of file diff --git a/src/simatic1500/app/AXSharp.config.json b/src/simatic1500/app/AXSharp.config.json index 84b8da484..fe4c9b4e8 100644 --- a/src/simatic1500/app/AXSharp.config.json +++ b/src/simatic1500/app/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"simatic1500_app.csproj"} \ No newline at end of file +{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"simatic1500_app.csproj"} \ No newline at end of file diff --git a/src/simatic1500/ctrl/AXSharp.config.json b/src/simatic1500/ctrl/AXSharp.config.json index da09b1748..8fcf384d9 100644 --- a/src/simatic1500/ctrl/AXSharp.config.json +++ b/src/simatic1500/ctrl/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"ix_ax_axopen_simatic1500.csproj"} \ No newline at end of file +{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"ix_ax_axopen_simatic1500.csproj"} \ No newline at end of file diff --git a/src/template.axolibrary/app/AXSharp.config.json b/src/template.axolibrary/app/AXSharp.config.json index a459d9126..166289827 100644 --- a/src/template.axolibrary/app/AXSharp.config.json +++ b/src/template.axolibrary/app/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"app_apaxappname.csproj"} \ No newline at end of file +{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"app_apaxappname.csproj"} \ No newline at end of file diff --git a/src/template.axolibrary/ctrl/AXSharp.config.json b/src/template.axolibrary/ctrl/AXSharp.config.json index ce4983f1c..d0c9073e2 100644 --- a/src/template.axolibrary/ctrl/AXSharp.config.json +++ b/src/template.axolibrary/ctrl/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"..\\src\\projname","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"ix_ax_apaxlibname.csproj"} \ No newline at end of file +{"OutputProjectFolder":"..\\src\\projname","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"ix_ax_apaxlibname.csproj"} \ No newline at end of file diff --git a/src/timers/app/AXSharp.config.json b/src/timers/app/AXSharp.config.json index b2b4d4f1d..dbf00e1a2 100644 --- a/src/timers/app/AXSharp.config.json +++ b/src/timers/app/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"timers_app.csproj"} \ No newline at end of file +{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"timers_app.csproj"} \ No newline at end of file diff --git a/src/timers/ctrl/AXSharp.config.json b/src/timers/ctrl/AXSharp.config.json index 24f7b6268..156f65626 100644 --- a/src/timers/ctrl/AXSharp.config.json +++ b/src/timers/ctrl/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"..\\src\\AXOpen.Timers","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"ix_ax_axopen_timers.csproj"} \ No newline at end of file +{"OutputProjectFolder":"..\\src\\AXOpen.Timers","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"ix_ax_axopen_timers.csproj"} \ No newline at end of file diff --git a/src/traversals/apax/AXSharp.config.json b/src/traversals/apax/AXSharp.config.json index 09904658e..ca6030c66 100644 --- a/src/traversals/apax/AXSharp.config.json +++ b/src/traversals/apax/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"apax_traversal.csproj"} \ No newline at end of file +{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"apax_traversal.csproj"} \ No newline at end of file diff --git a/src/utils/app/AXSharp.config.json b/src/utils/app/AXSharp.config.json index 2b40d48e9..f0b6c1b7f 100644 --- a/src/utils/app/AXSharp.config.json +++ b/src/utils/app/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"utils_app.csproj"} \ No newline at end of file +{"OutputProjectFolder":"ix","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"utils_app.csproj"} \ No newline at end of file diff --git a/src/utils/ctrl/AXSharp.config.json b/src/utils/ctrl/AXSharp.config.json index e14029142..fb576aef9 100644 --- a/src/utils/ctrl/AXSharp.config.json +++ b/src/utils/ctrl/AXSharp.config.json @@ -1 +1 @@ -{"OutputProjectFolder":"..\\src\\AXOpen.Utils","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"ix_ax_axopen_utils.csproj"} \ No newline at end of file +{"OutputProjectFolder":"..\\src\\AXOpen.Utils","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"SkipDependencyCompilation":false,"ProjectFile":"ix_ax_axopen_utils.csproj"} \ No newline at end of file