Skip to content

Commit

Permalink
add license & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chenguanzhou committed Feb 10, 2016
1 parent 775e3fd commit c1cbc5d
Show file tree
Hide file tree
Showing 6 changed files with 1,327 additions and 0 deletions.
1 change: 1 addition & 0 deletions MarkDownEditor.Setup/MarkDownEditor.Setup.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
</WixExtension>
</ItemGroup>
<ItemGroup>
<Content Include="license.rtf" />
<Content Include="Microsoft_VC120_CRT_x86.msm" />
</ItemGroup>
<Import Project="$(WixTargetsPath)" />
Expand Down
1 change: 1 addition & 0 deletions MarkDownEditor.Setup/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<ComponentRef Id="ApplicationShortcut" />
<ComponentRef Id="DesktopFolderShortcut" />
</Feature>
<WixVariable Id="WixUILicenseRtf" Value="license.rtf" />

<Feature Id="VCRedist" Title="Visual C++ 2013 Runtime" AllowAdvertise="no" Display="hidden" Level="1">
<MergeRef Id="VCRedist"/>
Expand Down
609 changes: 609 additions & 0 deletions MarkDownEditor.Setup/license.rtf

Large diffs are not rendered by default.

Loading

0 comments on commit c1cbc5d

Please sign in to comment.