SourcePath Property
Path of the file to embed into an output assembly.
If the path is relative, then the base path is calculated as the following:
- If ArmDot builds an ArmDot project, then the base path is a directory path of the project.
- If ArmDot's NuGet package ArmDot.Engine.MSBuildTasks is used to build a project, then the base path is a directory path of the project.
string SourcePath { get; set; }