You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <Project>
-
- <PropertyGroup>
- <ReadMePath>$(MSBuildProjectDirectory)\README.md</ReadMePath>
- <ReadMeExists Condition="Exists('$(ReadMePath)')">true</ReadMeExists>
- <PackageReadmeFile Condition="'$(PackageReadmeFile)' == '' And '$(ReadMeExists)' == 'true'">README.md</PackageReadmeFile>
- </PropertyGroup>
-
- <ItemGroup Condition="'$(ReadMeExists)' == 'true'">
- <None Include="$(ReadMePath)" Pack="true" PackagePath="\" />
- </ItemGroup>
-
- </Project>
|