Skip to content

Commit

Permalink
Merge pull request #1643 from X-Sharp/feature/XSharpCompiler
Browse files Browse the repository at this point in the history
[MsBuild] Make sure we get full paths for errors and warnings inside VS
  • Loading branch information
RobertvanderHulst authored Nov 26, 2024
2 parents d7af0e3 + 9230bcc commit 3651cfb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ Copyright (c) XSharp B.V. All Rights Reserved
<SynthesizeLinkMetadata Condition=" '$(SynthesizeLinkMetadata)' == '' and '$(HasSharedItems)' == 'true' ">true</SynthesizeLinkMetadata>
<DefaultProjectTypeGuid Condition=" '$(DefaultProjectTypeGuid)' == '' ">{AA6C8D78-22FF-423A-9C7C-5F2393824E04}</DefaultProjectTypeGuid>
<AppDesignerFolder Condition="'$(AppDesignerFolder)' == ''">Properties</AppDesignerFolder>
<!-- Make sure that we have full paths when compiling inside VS -->
<GenerateFullPaths Condition="'$(BuildingInsideVisualStudio)'=='true'">true</GenerateFullPaths>
</PropertyGroup>

<ItemGroup Condition=" '$(DefineXSharpItemSchemas)' != 'false' ">
Expand Down

0 comments on commit 3651cfb

Please sign in to comment.