Built-In
Contains functionality related to MSBuild solution files.
General
Cake.Incubator addin
This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Incubator.
Extension methods for parsing msbuild projects (csproj, vbproj, fsproj)
General
Projects
GetOutputAssemblies(FilePath, string, string)
Alias from Cake.Incubator addin
|
Gets the output assembly paths for solution or project files, for a specific build configuration
|
GetOutputAssemblies(FilePath, string)
Alias from Cake.Incubator addin
|
Gets the output assembly paths for solution or project files, for a specific build configuration
|
GetProjectAssemblies(FilePath, string, string)
Alias from Cake.Incubator addin
|
Gets the output assembly path for a project file, for a specific build configuration
|
GetProjectAssemblies(FilePath, string)
Alias from Cake.Incubator addin
|
Gets the output assembly path for a project file, for a specific build configuration
|
GetProjectAssembly(FilePath, string)
Alias from Cake.Incubator addin
|
Gets the output assembly path for a project file, for a specific build configuration
|
GetSolutionAssemblies(FilePath, string, string)
Alias from Cake.Incubator addin
|
Gets the output assembly paths for a solution file, for a specific build configuration
|
GetSolutionAssemblies(FilePath, string)
Alias from Cake.Incubator addin
|
Gets the output assembly paths for a solution file, for a specific build configuration
|