1 assignment to MSBuild property GenerateResxSource
Microsoft.Build.Framework (1)
Microsoft.Build.Framework.csproj (1)
15
<
GenerateResxSource
>true</GenerateResxSource>
2 usages of MSBuild property GenerateResxSource
MSBuildFiles (2)
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.26164.1\tools\GenerateResxSource.targets (2)
15
<GenerateSource Condition="'%(Extension)' == '.resx' and '%(GenerateSource)' == '' and '$(
GenerateResxSource
)' == 'true'">true</GenerateSource>
16
<Generator Condition="'%(Extension)' == '.resx' and '%(Generator)' == '' and ('%(GenerateSource)' == 'true' or ('%(GenerateSource)' == '' and '$(
GenerateResxSource
)' == 'true') )">MSBuild:_GenerateResxSource</Generator>