generator: add a link to the README from the project
This way people who work on the generator using an IDE will see the file
This commit is contained in:
parent
2d83fb3073
commit
634f9e5f27
1 changed files with 3 additions and 0 deletions
|
@ -97,6 +97,9 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="DESIGN" />
|
<None Include="DESIGN" />
|
||||||
|
<None Include="..\README.generator">
|
||||||
|
<Link>README.generator</Link>
|
||||||
|
</None>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
Loading…
Reference in a new issue