Browse Source

changed the Avalon templates to its real name: WPF (Windows Presentation Foundation)

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@656 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Mathias Simmack 20 years ago
parent
commit
a04475c926
  1. 4
      data/templates/file/CSharp/CSharp.WPFFlowDocument.xft
  2. 4
      data/templates/file/CSharp/CSharp.WPFPage.xft
  3. 4
      data/templates/file/CSharp/CSharp.WPFPageFunction.xft
  4. 4
      data/templates/file/CSharp/CSharp.WPFResourceDictionary.xft
  5. 4
      data/templates/file/CSharp/CSharp.WPFUserControl.xft
  6. 4
      data/templates/file/CSharp/CSharp.WPFWindow.xft
  7. 12
      data/templates/project/CSharp/WPFApplication.xpt
  8. 8
      data/templates/project/CSharp/WPFNavigationApplication.xpt

4
data/templates/file/CSharp/CSharp.AvalonFlowDocument.xft → data/templates/file/CSharp/CSharp.WPFFlowDocument.xft

@ -2,13 +2,13 @@
<Template author="Mathias Simmack" version="1.0"> <Template author="Mathias Simmack" version="1.0">
<Config <Config
name = "Avalon FlowDocument" name = "WPF FlowDocument"
icon = "Icons.32x32.XMLFileIcon" icon = "Icons.32x32.XMLFileIcon"
category = "C#" category = "C#"
defaultname = "FlowDocument${Number}.xaml" defaultname = "FlowDocument${Number}.xaml"
language = "XML"/> language = "XML"/>
<Description>An Avalon FlowDocument.</Description> <Description>A Windows Presentation Foundation FlowDocument.</Description>
<!-- <!--
Special new file templates: Special new file templates:

4
data/templates/file/CSharp/CSharp.AvalonPage.xft → data/templates/file/CSharp/CSharp.WPFPage.xft

@ -2,13 +2,13 @@
<Template author="Mathias Simmack" version="1.0"> <Template author="Mathias Simmack" version="1.0">
<Config <Config
name = "Avalon Page" name = "WPF Page"
icon = "Icons.32x32.XMLFileIcon" icon = "Icons.32x32.XMLFileIcon"
category = "C#" category = "C#"
defaultname = "Page${Number}.xaml" defaultname = "Page${Number}.xaml"
language = "C#"/> language = "C#"/>
<Description>An Avalon page.</Description> <Description>A Windows Presentation Foundation page.</Description>
<!-- <!--
Special new file templates: Special new file templates:

4
data/templates/file/CSharp/CSharp.AvalonPageFunction.xft → data/templates/file/CSharp/CSharp.WPFPageFunction.xft

@ -2,13 +2,13 @@
<Template author="Mathias Simmack" version="1.0"> <Template author="Mathias Simmack" version="1.0">
<Config <Config
name = "Avalon PageFunction" name = "WPF PageFunction"
icon = "Icons.32x32.XMLFileIcon" icon = "Icons.32x32.XMLFileIcon"
category = "C#" category = "C#"
defaultname = "PageFunction${Number}.xaml" defaultname = "PageFunction${Number}.xaml"
language = "XML"/> language = "XML"/>
<Description>An Avalon PageFunction.</Description> <Description>A Windows Presentation Foundation PageFunction.</Description>
<!-- <!--
Special new file templates: Special new file templates:

4
data/templates/file/CSharp/CSharp.AvalonResourceDictionary.xft → data/templates/file/CSharp/CSharp.WPFResourceDictionary.xft

@ -2,13 +2,13 @@
<Template author="Mathias Simmack" version="1.0"> <Template author="Mathias Simmack" version="1.0">
<Config <Config
name = "Avalon ResourceDictionary" name = "WPF ResourceDictionary"
icon = "Icons.32x32.XMLFileIcon" icon = "Icons.32x32.XMLFileIcon"
category = "C#" category = "C#"
defaultname = "Dictionary${Number}.xaml" defaultname = "Dictionary${Number}.xaml"
language = "XML"/> language = "XML"/>
<Description>An Avalon ResourceDictionary.</Description> <Description>A Windows Presentation Foundation ResourceDictionary.</Description>
<!-- <!--
Special new file templates: Special new file templates:

4
data/templates/file/CSharp/CSharp.AvalonUserControl.xft → data/templates/file/CSharp/CSharp.WPFUserControl.xft

@ -2,13 +2,13 @@
<Template author="Mathias Simmack" version="1.0"> <Template author="Mathias Simmack" version="1.0">
<Config <Config
name = "Avalon User Control" name = "WPF User Control"
icon = "Icons.32x32.XMLFileIcon" icon = "Icons.32x32.XMLFileIcon"
category = "C#" category = "C#"
defaultname = "UserControl${Number}.xaml" defaultname = "UserControl${Number}.xaml"
language = "XML"/> language = "XML"/>
<Description>An Avalon User Control.</Description> <Description>A Windows Presentation Foundation User Control.</Description>
<!-- <!--
Special new file templates: Special new file templates:

4
data/templates/file/CSharp/CSharp.AvalonWindow.xft → data/templates/file/CSharp/CSharp.WPFWindow.xft

@ -2,13 +2,13 @@
<Template author="Mathias Simmack" version="1.0"> <Template author="Mathias Simmack" version="1.0">
<Config <Config
name = "Avalon Window" name = "WPF Window"
icon = "Icons.32x32.XMLFileIcon" icon = "Icons.32x32.XMLFileIcon"
category = "C#" category = "C#"
defaultname = "Window${Number}.xaml" defaultname = "Window${Number}.xaml"
language = "C#"/> language = "C#"/>
<Description>An Avalon window.</Description> <Description>A Windows Presentation Foundation window.</Description>
<!-- <!--
Special new file templates: Special new file templates:

12
data/templates/project/CSharp/AvalonApplication.xpt → data/templates/project/CSharp/WPFApplication.xpt

@ -5,16 +5,16 @@
<!-- Template Header --> <!-- Template Header -->
<TemplateConfiguration> <TemplateConfiguration>
<Name>Avalon Application Beta</Name> <Name>WPF Application Template Beta</Name>
<Category>C#</Category> <Category>C#</Category>
<Icon>C#.Project.Form</Icon> <Icon>C#.Project.Form</Icon>
<LanguageName>C#</LanguageName> <LanguageName>C#</LanguageName>
<Description>Creates a simple Avalon application.</Description> <Description>Creates a simple Windows Presentation Foundation application.</Description>
</TemplateConfiguration> </TemplateConfiguration>
<!-- Actions --> <!-- Actions -->
<Actions> <Actions>
<Open filename = "AvalonApplication.txt"/> <Open filename = "WPF.txt"/>
</Actions> </Actions>
<Combine name = "${ProjectName}" directory = "."> <Combine name = "${ProjectName}" directory = ".">
@ -112,8 +112,8 @@ namespace ${StandardNamespace}
} }
}]]></File> }]]></File>
<File name="AvalonApplication.txt" buildAction="None" language="Default"><![CDATA[First of all let me say that this is just a simple Avalon application with an empty window. <File name="WPF.txt" buildAction="None" language="Default"><![CDATA[This template is just a simple WPF (formerly known as "Avalon") application with an empty
I hope I can fix and improve this template in the near future. window. I hope I can fix and improve this template in the near future.
If you want to build this Avalon application you need the following things: If you want to build this Avalon application you need the following things:
1. The latest version of Microsoft's WinFX Runtime Components 1. The latest version of Microsoft's WinFX Runtime Components
@ -124,7 +124,7 @@ I personally use the September Community Technology Preview (CTP) and it works f
So, don't say I did not warn you. :-) So, don't say I did not warn you. :-)
Mathias Mathias
(2005-10-26)]]></File> (2005-10-30)]]></File>
<File name="AssemblyInfo.cs"><![CDATA[#region Using directives <File name="AssemblyInfo.cs"><![CDATA[#region Using directives
using System.Reflection; using System.Reflection;

8
data/templates/project/CSharp/AvalonNavigationApplication.xpt → data/templates/project/CSharp/WPFNavigationApplication.xpt

@ -5,11 +5,11 @@
<!-- Template Header --> <!-- Template Header -->
<TemplateConfiguration> <TemplateConfiguration>
<Name>Avalon Navigation Application Beta</Name> <Name>WPF Navigation Application Template Beta</Name>
<Category>C#</Category> <Category>C#</Category>
<Icon>C#.Project.Form</Icon> <Icon>C#.Project.Form</Icon>
<LanguageName>C#</LanguageName> <LanguageName>C#</LanguageName>
<Description>Creates a simple Avalon application with one navigation page.</Description> <Description>Creates a simple Windows Presentation Foundation application with one navigation page.</Description>
</TemplateConfiguration> </TemplateConfiguration>
<!-- Actions --> <!-- Actions -->
@ -87,7 +87,7 @@ namespace ${StandardNamespace}
{ {
} }
}]]></File> }]]></File>
<File name="AvalonApplication.txt" buildAction="None" language="Default"><![CDATA[First of all let me say that this is just a simple Avalon application with one empty page. <File name="AvalonApplication.txt" buildAction="None" language="Default"><![CDATA[This template is just a simple WPF (formerly known as "Avalon") application with one empty page.
I hope I can fix and improve this template in the near future. I hope I can fix and improve this template in the near future.
If you want to build this Avalon application you need the following things: If you want to build this Avalon application you need the following things:
@ -99,7 +99,7 @@ I personally use the September Community Technology Preview (CTP) and it works f
So, don't say I did not warn you. :-) So, don't say I did not warn you. :-)
Mathias Mathias
(2005-10-26)]]></File> (2005-10-30)]]></File>
<File name="AssemblyInfo.cs"><![CDATA[#region Using directives <File name="AssemblyInfo.cs"><![CDATA[#region Using directives
using System.Reflection; using System.Reflection;
Loading…
Cancel
Save