File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4040 <!-- src-level will need explicit inclusion -->
4141 <None Include =" $(MSBuildThisFileDirectory)icon.png" Link =" icon.png" Visible =" false"
4242 Pack =" true" PackagePath =" %(Filename)%(Extension)"
43- Condition =" Exists('$(MSBuildThisFileDirectory)icon.png') and !Exists('$(MSBuildProjectDirectory)icon.png')" />
43+ Condition =" Exists('$(MSBuildThisFileDirectory)icon.png') and !Exists('$(MSBuildProjectDirectory)\ icon.png')" />
4444
4545 <None Include =" $(MSBuildThisFileDirectory)readme.md" Link =" readme.md"
4646 Pack =" true" PackagePath =" %(Filename)%(Extension)"
47- Condition =" Exists('$(MSBuildThisFileDirectory)readme.md') and !Exists('$(MSBuildProjectDirectory)readme.md')" />
47+ Condition =" Exists('$(MSBuildThisFileDirectory)readme.md') and !Exists('$(MSBuildProjectDirectory)\ readme.md')" />
4848 </ItemGroup >
4949
5050 <!-- Microsoft.NET.Sdk\targets\Microsoft.NET.DefaultAssemblyInfo.targets does this and is imported
You can’t perform that action at this time.
0 commit comments