Skip to content

Commit

Permalink
Merge pull request #1423 from jevansaks/patch-1
Browse files Browse the repository at this point in the history
Add details about CsWinRTPrivateProjection nuget property
  • Loading branch information
manodasanW authored Jan 5, 2024
2 parents 440e357 + b9dc1db commit a3e1698
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 @@ -42,6 +42,7 @@ C#/WinRT behavior can be customized with these project properties:
| 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) |
| CsWinRTPrivateProjection | true \| *false | Indicates if a projection based on `CsWinRTIncludesPrivate` and related 'private' properties should be generated as `internal` |
| CsWinRTGeneratedFilesDir | *"$(IntermediateOutputPath)\Generated Files" | Specifies the location for generated project source files |
| CsWinRTIIDOptimizerOptOut | true \| *false | Determines whether to run the IIDOptimizer on the projection assembly |
\*Default value
Expand Down

0 comments on commit a3e1698

Please sign in to comment.