Skip to content

Commit

Permalink
Merge pull request #249 from mpostol/Development4.5-Charlie
Browse files Browse the repository at this point in the history
Update the model compiler plug-in #198
  • Loading branch information
mpostol committed Sep 19, 2021
2 parents d5ded04 + 79dbec5 commit a66c3af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ internal static IProjectConfigurationManagement CreateNew(ISolutionConfiguration
/// Builds the model managed by this project using external compiler.
/// </summary>
/// <param name="traceMessage">Action to be used to trace the .</param>
//TODO Update the model compiler plug-in #198
void IProjectConfigurationManagement.Build(Action<string> traceMessage)
{
string _filePath = RelativeFilePathsCalculator.CalculateAbsoluteFileName(this.m_ISolutionConfigurationManagement.DefaultDirectory, m_UAModelDesignerProject.FileName);
Expand Down

0 comments on commit a66c3af

Please sign in to comment.