Skip to content

Instantly share code, notes, and snippets.

@j0shuams
Created November 30, 2020 19:09
Show Gist options
  • Save j0shuams/a8f9077b28f0153c04f57fd43d5f0bcb to your computer and use it in GitHub Desktop.
Save j0shuams/a8f9077b28f0153c04f57fd43d5f0bcb to your computer and use it in GitHub Desktop.
<PropertyGroup>
<!-- update the Windows SDK version to reflect your TargetFramework -->
<CsWinRTWindowsMetadata>10.0.19041.0</CsWinRTWindowsMetadata>
<CsWinRTComponent>true</CsWinRTComponent>
<CsWinRTEnableLogging>true</CsWinRTEnableLogging>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GeneratedFilesDir Condition="'$(GeneratedFilesDir)'==''">$([MSBuild]::NormalizeDirectory('$(MSBuildProjectDirectory)', '$(IntermediateOutputPath)', 'Generated Files'))</GeneratedFilesDir>
</PropertyGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment