Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <!--defining properties interesting for my task-->
- <PropertyGroup>
- <!--Reference to the assembly which contains the MSBuild Task-->
- <CustomTasksAssembly>$(MSBuildThisFileDirectory)..\lib\netstandard2.0\$(MSBuildThisFileName).dll</CustomTasksAssembly>
- </PropertyGroup>
-
- <UsingTask TaskName="$(MSBuildThisFileName).SimpleTask3" AssemblyFile="$(CustomTasksAssembly)" />
- </Project>
|