Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions PowerShell.sln
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
# Visual Studio Version 16
# https://github.com/dotnet/project-system/blob/master/docs/opening-with-new-project-system.md#project-type-guids
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Expand Down Expand Up @@ -29,8 +29,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.WSMan.Runtime", "
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "powershell-unix", "src\powershell-unix\powershell-unix.csproj", "{73EA0BE6-C0C5-4B56-A5AA-DADA4C01D690}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.PowerShell.MarkdownRender", "src\Microsoft.PowerShell.MarkdownRender\Microsoft.PowerShell.MarkdownRender.csproj", "{43D4F8DA-A7DE-494B-81B0-BDE3CFD7B1F1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "xUnit.tests", "test\xUnit\xUnit.tests.csproj", "{08704934-9764-48CE-86DB-BCF0A1CF7899}"
EndProject
# Configuration mapping comment
Expand Down
4 changes: 0 additions & 4 deletions assets/files.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -1163,9 +1163,6 @@
<Component Id="cmpf2a3c81eb19246b6be74af07e70a06f0">
<File Id="fil90f9e9f09d6744f68331100e6d7da03d" KeyPath="yes" Source="$(var.ProductSourcePath)\Microsoft.PowerShell.MarkdownRender.dll" />
</Component>
<Component Id="cmp75c6b7b418bb4f439dd5519c570a14e0">
<File Id="fil1c8a95614a8348f9ac6982b3340a303c" KeyPath="yes" Source="$(var.ProductSourcePath)\Microsoft.PowerShell.MarkdownRender.xml" />
</Component>
<Directory Id="dir23E9C47466D341314C603F5C7118348B" Name="ref">
<Component Id="cmp50D8B0DCCF114B58987590FF8212ACB9">
<File Id="filAAF1E2DE95144FAD97B91D1E8EA8ADC6" KeyPath="yes" Source="$(var.ProductSourcePath)\ref\System.Data.DataSetExtensions.dll" />
Expand Down Expand Up @@ -3451,7 +3448,6 @@
<ComponentRef Id="cmp557A49B03E72CD07149A6CD0595C9245" />
<ComponentRef Id="cmp51F2F26684B5C4D0FFFFFBD72174D1BC" />
<ComponentRef Id="cmpf2a3c81eb19246b6be74af07e70a06f0" />
<ComponentRef Id="cmp75c6b7b418bb4f439dd5519c570a14e0" />
<ComponentRef Id="cmp50D8B0DCCF114B58987590FF8212ACB9" />
<ComponentRef Id="cmpC39C65F1709E407B9D6AD3AF64F710D3" />
<ComponentRef Id="cmp2C63290BD1A34304BAF371F4146D9EFD" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<ProjectReference Include="..\System.Management.Automation\System.Management.Automation.csproj" />
<ProjectReference Include="..\Microsoft.PowerShell.MarkdownRender\Microsoft.PowerShell.MarkdownRender.csproj" />
<PackageReference Include="Microsoft.PowerShell.MarkdownRender" Version="7.2.0-preview.2" />
</ItemGroup>

<PropertyGroup>
Expand Down
18 changes: 0 additions & 18 deletions src/Microsoft.PowerShell.MarkdownRender/CodeInlineRenderer.cs

This file was deleted.

18 changes: 0 additions & 18 deletions src/Microsoft.PowerShell.MarkdownRender/EmphasisInlineRenderer.cs

This file was deleted.

41 changes: 0 additions & 41 deletions src/Microsoft.PowerShell.MarkdownRender/FencedCodeBlockRenderer.cs

This file was deleted.

55 changes: 0 additions & 55 deletions src/Microsoft.PowerShell.MarkdownRender/HeaderBlockRenderer.cs

This file was deleted.

28 changes: 0 additions & 28 deletions src/Microsoft.PowerShell.MarkdownRender/LeafInlineRenderer.cs

This file was deleted.

27 changes: 0 additions & 27 deletions src/Microsoft.PowerShell.MarkdownRender/LineBreakRenderer.cs

This file was deleted.

28 changes: 0 additions & 28 deletions src/Microsoft.PowerShell.MarkdownRender/LinkInlineRenderer.cs

This file was deleted.

48 changes: 0 additions & 48 deletions src/Microsoft.PowerShell.MarkdownRender/ListBlockRenderer.cs

This file was deleted.

80 changes: 0 additions & 80 deletions src/Microsoft.PowerShell.MarkdownRender/ListItemBlockRenderer.cs

This file was deleted.

Loading