<TemplatesExport>
  <Folder name="File 'HackBombTemplate.xml'">
    <Template uid="b750dfa9-5452-43d7-8063-7825598a0aec" text="#region Hack: $DESCRIPTION$&#xD;&#xA;#if DEBUG&#xD;&#xA;// HACK: $DESCRIPTION$&#xD;&#xA;if (System.DateTime.Now&gt;System.DateTime.Parse(&quot;$TIME$&quot;,System.Globalization.CultureInfo.InvariantCulture).AddDays($DEADLINE$))&#xD;&#xA;{&#xD;&#xA;    throw new Exception(&quot;$USER$ has not fixed the hack \&quot;$DESCRIPTION$\&quot; within the deadline. The hack was done $TIME$.&quot;);&#xD;&#xA;}&#xD;&#xA;#endif&#xD;&#xA;#endregion" shortcut="hack" description="Hack bomb" reformat="true" shortenQualifiedReferences="true">
      <Variables>
        <Variable name="DESCRIPTION" expression="" initialRange="0" />
        <Variable name="TIME" expression="getCurrentDate(&quot;yyyy.MM.dd&quot;)" initialRange="-1" />
        <Variable name="DEADLINE" expression="constant(&quot;3&quot;)" initialRange="0" />
        <Variable name="USER" expression="getFullUserName()" initialRange="-1" />
      </Variables>
      <CustomProperties />
    </Template>
  </Folder>
</TemplatesExport>