/dev_tools/resharper/templates/file_templates_general.xml
http://github.com/sajagiffin/dotnet_bootcamp_setup · XML · 34 lines · 34 code · 0 blank · 0 comment · 0 complexity · 3d009508c715ccdb80ed6f646be27ad1 MD5 · raw file
- <TemplatesExport>
- <Template uid="deef867e-e0e6-4793-ad81-f4f7bcd24d8f" shortcut="" description="Delegate" text="namespace $name_space$
{
 public delegate void $file_name$();
}" reformat="True" shortenQualifiedReferences="True">
- <Context>
- <ProjectLanguageContext language="CSharp" />
- </Context>
- <Categories />
- <Variables>
- <Variable name="name_space" expression="fileDefaultNamespace()" initialRange="0" />
- <Variable name="file_name" expression="getFileNameWithoutExtension()" initialRange="0" />
- </Variables>
- <CustomProperties>
- <Property key="FileName" value="Class" />
- <Property key="Extension" value="cs" />
- <Property key="ValidateFileName" value="False" />
- </CustomProperties>
- </Template>
- <Template uid="83723778-1442-487b-b6b4-a0ac9f37ff4d" shortcut="" description="ValueDelegate" text="namespace $name_space$
{
 public delegate $return_type$ $file_name$($args$);
}" reformat="True" shortenQualifiedReferences="True">
- <Context>
- <ProjectLanguageContext language="CSharp" />
- </Context>
- <Categories />
- <Variables>
- <Variable name="return_type" expression="" initialRange="0" />
- <Variable name="name_space" expression="fileDefaultNamespace()" initialRange="-1" />
- <Variable name="file_name" expression="getFileNameWithoutExtension()" initialRange="-1" />
- <Variable name="args" expression="" initialRange="0" />
- </Variables>
- <CustomProperties>
- <Property key="FileName" value="Class" />
- <Property key="Extension" value="cs" />
- <Property key="ValidateFileName" value="False" />
- </CustomProperties>
- </Template>
- </TemplatesExport>