Skip to content

Commit

Permalink
Turn on windows targeting (#8237)
Browse files Browse the repository at this point in the history
Allows linux machines to build the complete solution, without errors about WPF frameworks being missing.
  • Loading branch information
333fred authored Feb 7, 2023
1 parent e7a5137 commit 68aa775
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<GenerateResxSourceEmitFormatMethods>true</GenerateResxSourceEmitFormatMethods>
<ExcludeFromSourceBuild Condition="'$(IsUnitTestProject)' == 'true'">true</ExcludeFromSourceBuild>
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
<EnableWindowsTargeting>true</EnableWindowsTargeting>

<SharedSourceRoot>$(MSBuildThisFileDirectory)src\Shared\</SharedSourceRoot>

Expand Down

0 comments on commit 68aa775

Please # to comment.