Skip to content

Commit

Permalink
doc CsWinRTEnableLogging (#689)
Browse files Browse the repository at this point in the history
* doc CsWinRTEnableLogging

* Update readme.md
  • Loading branch information
angelazhangmsft committed Jan 25, 2021
1 parent b7f8d71 commit 28eae2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nuget/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ C#/WinRT behavior can be customized with these project properties:
| CsWinRTFilters | "" | **Specifies the -includes and -excludes to include in projection output |
| CsWinRTParams | "" | ***Custom cswinrt.exe command-line parameters, replacing default settings below |
| CsWinRTComponent | true \| *false | Specifies whether to generate a component (producing) projection from project sources |
| CsWinRTEnableLogging | true \| *false | Generates a log.txt file to help with diagnosing issues with generating the metadata file and sources for a C#/WinRT authoring component |
| CsWinRTWindowsMetadata | \<path\> \| "local" \| "sdk" \| *$(WindowsSDKVersion) | Specifies the source for Windows metadata |
| CsWinRTGenerateProjection | *true \| false | Indicates whether to generate and compile projection sources (true), or only to compile them (false) |
| CsWinRTGeneratedFilesDir | *"$(IntermediateOutputPath)\Generated Files" | Specifies the location for generated project source files |
Expand Down

0 comments on commit 28eae2e

Please sign in to comment.