Get way further

This commit is contained in:
2025-10-22 17:31:32 -05:00
parent 7c4f85ec21
commit 27f301fe48
39 changed files with 2028 additions and 123 deletions

View File

@@ -43,10 +43,10 @@
<TextBox Watermark="Project Homepage" Text="{Binding Homepage}"/>
<TextBlock Margin="0 5" >License:</TextBlock>
<TextBox Watermark="Project License" Text="{Binding License}"/>
<TextBlock Margin="0 5" >Template Name (Shown in crosslang new --list):</TextBlock>
<TextBox Watermark="Project Template Name" Text="{Binding TemplateName}"/>
<TextBlock Margin="0 5" >Template Pretty Name (Shown in new project):</TextBlock>
<TextBox Watermark="Project Template Pretty Name" Text="{Binding TemplateNamePretty}"/>
<TextBlock Margin="0 5" >Short Name (Shown in crosslang new --list or tool or console name):</TextBlock>
<TextBox Watermark="Project Short Name" Text="{Binding ShortName}"/>
<TextBlock Margin="0 5" >Short Pretty Name (Shown in new project):</TextBlock>
<TextBox Watermark="Project Short Pretty Name" Text="{Binding ShortNamePretty}"/>
<TextBlock Margin="0 15 0 5">Description:</TextBlock>
<TextBox Height="100" Text="{Binding Description}" AcceptsReturn="True" AcceptsTab="True" TextWrapping="Wrap"/>
</StackPanel>