Skip to content

Commit c48d2bc

Browse files
committed
Remove Parsers pacakge.
Move Parsers code into markdown package.
1 parent baf8adb commit c48d2bc

File tree

61 files changed

+4
-73
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+4
-73
lines changed

Microsoft.Toolkit.Parsers/Microsoft.Toolkit.Parsers.csproj

Lines changed: 0 additions & 19 deletions
This file was deleted.

Microsoft.Toolkit.Uwp.SampleApp/Microsoft.Toolkit.Uwp.SampleApp.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1401,10 +1401,6 @@
14011401
</Page>
14021402
</ItemGroup>
14031403
<ItemGroup>
1404-
<ProjectReference Include="..\Microsoft.Toolkit.Parsers\Microsoft.Toolkit.Parsers.csproj">
1405-
<Project>{42CA4935-54BE-42EA-AC19-992378C08DE6}</Project>
1406-
<Name>Microsoft.Toolkit.Parsers</Name>
1407-
</ProjectReference>
14081404
<ProjectReference Include="..\Microsoft.Toolkit.Uwp.Connectivity\Microsoft.Toolkit.Uwp.Connectivity.csproj">
14091405
<Project>{b1e850ff-dde6-44d5-a830-34250e97a687}</Project>
14101406
<Name>Microsoft.Toolkit.Uwp.Connectivity</Name>

Microsoft.Toolkit.Uwp.UI.Controls.Markdown/Microsoft.Toolkit.Uwp.UI.Controls.Markdown.csproj

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,8 @@
1717
<None Include="$(OutDir)\Design\$(MSBuildProjectName).Design*.dll;$(OutDir)\Design\$(MSBuildProjectName).Design*.pdb" Pack="true" PackagePath="lib\$(TargetFramework)\Design" />
1818
</ItemGroup>
1919

20-
<ItemGroup>
21-
<Compile Update="Properties\Resources.Designer.cs">
22-
<DesignTime>True</DesignTime>
23-
<AutoGen>True</AutoGen>
24-
<DependentUpon>Resources.resx</DependentUpon>
25-
</Compile>
26-
</ItemGroup>
27-
28-
<ItemGroup>
29-
<EmbeddedResource Update="Properties\Resources.resx">
30-
<Generator>ResXFileCodeGenerator</Generator>
31-
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
32-
</EmbeddedResource>
33-
</ItemGroup>
34-
3520
<ItemGroup>
3621
<PackageReference Include="ColorCode.UWP" Version="2.0.6" />
37-
<ProjectReference Include="..\Microsoft.Toolkit.Parsers\Microsoft.Toolkit.Parsers.csproj" />
3822
<ProjectReference Include="..\Microsoft.Toolkit.Uwp.UI.Controls.Core\Microsoft.Toolkit.Uwp.UI.Controls.Core.csproj" />
3923
<ProjectReference Include="..\Microsoft.Toolkit.Uwp.UI\Microsoft.Toolkit.Uwp.UI.csproj" />
4024
</ItemGroup>

0 commit comments

Comments
 (0)