Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cis-workflow-gen
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
msc
cis-workflow-gen
Commits
9fd69c36
There was an error fetching the commit references. Please try again later.
Commit
9fd69c36
authored
4 years ago
by
Bensong Liu
Browse files
Options
Downloads
Patches
Plain Diff
space adj
parent
c38148f3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
xaml-template.hpp
+3
-3
3 additions, 3 deletions
xaml-template.hpp
with
3 additions
and
3 deletions
xaml-template.hpp
+
3
−
3
View file @
9fd69c36
...
...
@@ -10,7 +10,7 @@ namespace templates {
// Rule: Every end-of-line should contains a \n
constexpr
auto
ACTIVITY_XAML_TEMPLATE
=
R"XAMLTL( <mwcwa:ControlledActivity ClassName="__TEMPLATE_ARG_ClassName" DisplayName="__TEMPLATE_ARG_DisplayName" TaskId="__TEMPLATE_ARG_TaskId"
__TEMPLATE_ARG_EntityDefPlaceholder>
R"XAMLTL( <mwcwa:ControlledActivity ClassName="__TEMPLATE_ARG_ClassName" DisplayName="__TEMPLATE_ARG_DisplayName" TaskId="__TEMPLATE_ARG_TaskId"__TEMPLATE_ARG_EntityDefPlaceholder>
<mwcwa:ControlledActivity.InputSettings>
<InArgument x:TypeArguments="__TEMPLATE_ARG_TypeName">
<mca:CSharpValue x:TypeArguments="__TEMPLATE_ARG_TypeName" xml:space="preserve">
...
...
@@ -20,7 +20,7 @@ __TEMPLATE_ARG_TypeValue </mca:CSharpValue>
</mwcwa:ControlledActivity>
)XAMLTL"
;
constexpr
auto
ACTIVITY_XAML_TEMPLATE_WITHOUT_INPUTSETTINGS
=
R"XAMLTL( <mwcwa:ControlledActivity ClassName="__TEMPLATE_ARG_ClassName" DisplayName="__TEMPLATE_ARG_DisplayName" TaskId="__TEMPLATE_ARG_TaskId" InputSettings="{x:Null}"
__TEMPLATE_ARG_EntityDefPlaceholder>
R"XAMLTL( <mwcwa:ControlledActivity ClassName="__TEMPLATE_ARG_ClassName" DisplayName="__TEMPLATE_ARG_DisplayName" TaskId="__TEMPLATE_ARG_TaskId" InputSettings="{x:Null}"__TEMPLATE_ARG_EntityDefPlaceholder>
</mwcwa:ControlledActivity>
)XAMLTL"
;
...
...
@@ -33,7 +33,7 @@ __TEMPLATE_ARG_DictLines
}
)XAMLTL"
;
constexpr
auto
ENTITY_DEF_TEMPLATE
=
R"(coordination:DependencyBinder.EntityName="__TEMPLATE_ARG_EntityName")"
;
constexpr
auto
ENTITY_DEF_TEMPLATE
=
R"(
coordination:DependencyBinder.EntityName="__TEMPLATE_ARG_EntityName")"
;
constexpr
auto
SEQ_BEGIN
=
R"( <mwcwa:ControlledSequence IsHiddenFromOperator="False">)"
"
\n
"
;
constexpr
auto
SEQ_END
=
R"( </mwcwa:ControlledSequence>)"
"
\n
"
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment