Removed quill subfolder

This commit is contained in:
Aleh Khantsevich
2024-07-01 01:28:18 +02:00
parent 963a15abe7
commit 3d69f96b96
9 changed files with 9 additions and 11 deletions

View File

@@ -81,7 +81,7 @@ namespace Wino.Services
{ {
if (string.IsNullOrEmpty(_editorBundlePath)) if (string.IsNullOrEmpty(_editorBundlePath))
{ {
var editorFileFromBundle = await StorageFile.GetFileFromApplicationUriAsync(new Uri("ms-appx:///JS/Quill/editor.html")) var editorFileFromBundle = await StorageFile.GetFileFromApplicationUriAsync(new Uri("ms-appx:///JS/editor.html"))
.AsTask() .AsTask()
.ConfigureAwait(false); .ConfigureAwait(false);

View File

@@ -754,14 +754,14 @@
<Content Include="BackgroundImages\Mica.jpg" /> <Content Include="BackgroundImages\Mica.jpg" />
<Content Include="BackgroundImages\Nighty.jpg" /> <Content Include="BackgroundImages\Nighty.jpg" />
<Content Include="BackgroundImages\Snowflake.jpg" /> <Content Include="BackgroundImages\Snowflake.jpg" />
<Content Include="JS\Quill\libs\darkreader.js" /> <Content Include="JS\libs\darkreader.js" />
<Content Include="JS\Quill\editor.html" /> <Content Include="JS\editor.html" />
<Content Include="JS\Quill\editor.js" /> <Content Include="JS\editor.js" />
<Content Include="JS\Quill\global.css" /> <Content Include="JS\global.css" />
<Content Include="Assets\WinoIcons.ttf" /> <Content Include="Assets\WinoIcons.ttf" />
<Content Include="JS\Quill\libs\jodit.min.css" /> <Content Include="JS\libs\jodit.min.css" />
<Content Include="JS\Quill\libs\jodit.min.js" /> <Content Include="JS\libs\jodit.min.js" />
<Content Include="JS\Quill\reader.html" /> <Content Include="JS\reader.html" />
<Content Include="Assets\ReleaseNotes\172.md" /> <Content Include="Assets\ReleaseNotes\172.md" />
<None Include="Package.StoreAssociation.xml" /> <None Include="Package.StoreAssociation.xml" />
<Content Include="Properties\Default.rd.xml" /> <Content Include="Properties\Default.rd.xml" />
@@ -808,9 +808,7 @@
<Name>Windows Desktop Extensions for the UWP</Name> <Name>Windows Desktop Extensions for the UWP</Name>
</SDKReference> </SDKReference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup />
<Folder Include="JS\Quill\Fonts\" />
</ItemGroup>
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' "> <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
<VisualStudioVersion>14.0</VisualStudioVersion> <VisualStudioVersion>14.0</VisualStudioVersion>
</PropertyGroup> </PropertyGroup>