Skip to content

Commit b9e91d4

Browse files
authored
Merge pull request #148 from twsouthwick/cleanup-sln
Update projects to use NuGet and new csproj format
2 parents 90f95d8 + 55c9943 commit b9e91d4

File tree

204 files changed

+551
-77269
lines changed

Some content is hidden

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

204 files changed

+551
-77269
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,9 @@ TestResults/
3030
# NuGet Packages
3131
*.nupkg
3232
**/packages/*
33+
*.lock.json
34+
*.nuget.props
35+
*.nuget.targets
36+
37+
# Visual Studio
38+
.vs/

.nuget/packages.config

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

AddTypes.ps1

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

Clean.ps1

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

Cmdlet-Examples/Empty.docx

-11 KB
Binary file not shown.

Cmdlet-Examples/Ex-Clear-DocxTrackedRevision.ps1

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

Cmdlet-Examples/Ex-Expand-DocxFormatting.ps1

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

Cmdlet-Examples/Ex-Get-OpenXmlValidationErrors.ps1

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

Cmdlet-Examples/Ex-Merge-Docx.ps1

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

Cmdlet-Examples/Ex-New-Docx.ps1

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

0 commit comments

Comments
 (0)