Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

10 rindas
457B

  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <!--defining properties interesting for my task-->
  3. <PropertyGroup>
  4. <!--Reference to the assembly which contains the MSBuild Task-->
  5. <CustomTasksAssembly>$(MSBuildThisFileDirectory)..\lib\netstandard2.0\$(MSBuildThisFileName).dll</CustomTasksAssembly>
  6. </PropertyGroup>
  7. <UsingTask TaskName="$(MSBuildThisFileName).SimpleTask3" AssemblyFile="$(CustomTasksAssembly)" />
  8. </Project>