mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
Adding missing changes for Markdown
--HG-- branch : 1.x
This commit is contained in:
parent
6ed72e3c97
commit
ce8cbb6263
@ -69,6 +69,8 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Content\Admin\Images\grippie.png" />
|
||||
<Content Include="Scripts\orchard-markdown.js" />
|
||||
<Content Include="Scripts\orchard-markdown-media-library.js" />
|
||||
<Content Include="Scripts\jquery.textarearesizer.min.js">
|
||||
<DependentUpon>jquery.textarearesizer.js</DependentUpon>
|
||||
</Content>
|
||||
@ -84,8 +86,14 @@
|
||||
<Content Include="Scripts\Markdown.Sanitizer.min.js">
|
||||
<DependentUpon>Markdown.Sanitizer.js</DependentUpon>
|
||||
</Content>
|
||||
<Content Include="Scripts\orchard-markdown.js" />
|
||||
<Content Include="Scripts\orchard-markdown-media-library.min.js">
|
||||
<DependentUpon>orchard-markdown-media-library.js</DependentUpon>
|
||||
</Content>
|
||||
<Content Include="Scripts\orchard-markdown-media-picker.js" />
|
||||
<Content Include="Scripts\jquery.textarearesizer.js" />
|
||||
<Content Include="Scripts\orchard-markdown-media-picker.min.js">
|
||||
<DependentUpon>orchard-markdown-media-picker.js</DependentUpon>
|
||||
</Content>
|
||||
<Content Include="Scripts\orchard-markdown.min.js">
|
||||
<DependentUpon>orchard-markdown.js</DependentUpon>
|
||||
</Content>
|
||||
@ -123,11 +131,6 @@
|
||||
<DependentUpon>jquery.textarearesizer.js</DependentUpon>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Scripts\orchard-markdown.min.js.map">
|
||||
<DependentUpon>orchard-markdown.js</DependentUpon>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Scripts\Markdown.Converter.min.js.map">
|
||||
<DependentUpon>Markdown.Converter.js</DependentUpon>
|
||||
@ -143,6 +146,21 @@
|
||||
<DependentUpon>Markdown.Sanitizer.js</DependentUpon>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Scripts\orchard-markdown-media-library.min.js.map">
|
||||
<DependentUpon>orchard-markdown-media-library.js</DependentUpon>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Scripts\orchard-markdown-media-picker.min.js.map">
|
||||
<DependentUpon>orchard-markdown-media-picker.js</DependentUpon>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Scripts\orchard-markdown.min.js.map">
|
||||
<DependentUpon>orchard-markdown.js</DependentUpon>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
||||
|
@ -62,6 +62,9 @@
|
||||
<Content Include="Scripts\plugins\autoresize\editor_plugin_src.js" />
|
||||
<Content Include="Scripts\plugins\medialibrary\editor_plugin.js" />
|
||||
<Content Include="Scripts\plugins\medialibrary\editor_plugin_src.js" />
|
||||
<Content Include="Scripts\plugins\medialibrary\editor_plugin_src.min.js">
|
||||
<DependentUpon>editor_plugin_src.js</DependentUpon>
|
||||
</Content>
|
||||
<Content Include="Scripts\plugins\medialibrary\img\picture_add.png" />
|
||||
<Content Include="Scripts\plugins\fullscreen\editor_plugin.js" />
|
||||
<Content Include="Scripts\plugins\fullscreen\editor_plugin_src.js" />
|
||||
@ -177,6 +180,11 @@
|
||||
<ItemGroup>
|
||||
<Content Include="web.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Scripts\plugins\medialibrary\editor_plugin_src.min.js.map">
|
||||
<DependentUpon>editor_plugin_src.js</DependentUpon>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
||||
|
Loading…
Reference in New Issue
Block a user