~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to src/AddIns/DisplayBindings/WorkflowDesigner/Project/Templates/Files/Sequence.xft

  • Committer: sk
  • Date: 2011-09-10 05:17:57 UTC
  • Revision ID: halega@halega.com-20110910051757-qfouz1llya9m6boy
4.1.0.7915 Release Candidate 1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<Template author="Daniel Grunwald" version="1.0">
 
3
        
 
4
        <Config
 
5
                  name        = "Sequential Workflow"
 
6
                  icon        = "Icons.32x32.XMLFileIcon"
 
7
                  category    = "Workflow"
 
8
                  defaultname = "Sequence${Number}.xaml"
 
9
                  language    = "XML"/>
 
10
         
 
11
        <Description></Description>
 
12
 
 
13
        <Files>
 
14
                <File name="${FullName}" language="XML"><![CDATA[<?xml version="1.0"?>
 
15
<p:Activity x:Class="${StandardNamespace}.${ClassName}"
 
16
            xmlns:p="http://schemas.microsoft.com/netfx/2009/xaml/activities"
 
17
            xmlns:s="clr-namespace:System;assembly=mscorlib"
 
18
            xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
 
19
        <p:Sequence>
 
20
                
 
21
        </p:Sequence>
 
22
</p:Activity>]]>
 
23
                </File>
 
24
        </Files>
 
25
        
 
26
        <AdditionalOptions/>
 
27
</Template>