NAME
App::hopen::Gen::MSBuild - hopen generator for MSBuild
SYNOPSIS
This generator makes a .proj
file that can be run with MSBuild.
FUNCTIONS
finalize
Write out the project file (for now, always called build.proj
). Usage:
$Generator->finalize($dag); # $data parameter unused
$dag
is the build graph.
default_toolset
Returns the package name of the default toolset for this generator, which is Gnu
(i.e., App::hopen::T::Gnu).
_assetop_class
The class of asset-graph operations, which in this case is App::hopen::Gen::MSBuild::AssetGraphNode.
_run_build
Implementation of "run_build" in App::hopen::Gen.