We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5352cc4 commit 00f6493Copy full SHA for 00f6493
PCbuild/python.vcxproj
@@ -150,10 +150,10 @@ $(_PGOPath)
150
<LicenseFiles Include="$(PySourcePath)LICENSE;
151
$(PySourcePath)PC\crtlicense.txt;
152
$(bz2Dir)LICENSE;
153
- $(opensslOutDir)LICENSE;
154
- $(tcltkDir)tcllicense.terms;
+ $(opensslOutDir)LICENSE;" />
+ <LicenseFiles Include="$(tcltkDir)tcllicense.terms;
155
$(tcltkDir)tklicense.terms;
156
- $(tcltkDir)tixlicense.terms" />
+ $(tcltkDir)tixlicense.terms" Condition="$(IncludeTkinter)" />
157
<_LicenseFiles Include="@(LicenseFiles)">
158
<Content>$([System.IO.File]::ReadAllText(%(FullPath)))</Content>
159
</_LicenseFiles>
0 commit comments