-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
58 changed files
with
2,287 additions
and
2,871 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,20 @@ | ||
// Copyright (c) Microsoft. All rights reserved. | ||
// Licensed under the MIT license. See LICENSE file in the project root for full license information. | ||
/*************************************************************************** | ||
Copyright (c) Microsoft Corporation 2012-2015. | ||
This code is licensed using the Microsoft Public License (Ms-PL). The text of the license can be found here: | ||
http://www.microsoft.com/resources/sharedsource/licensingbasics/publiclicense.mspx | ||
Published at http://OpenXmlDeveloper.org | ||
Resource Center and Documentation: http://openxmldeveloper.org/wiki/w/wiki/powertools-for-open-xml.aspx | ||
Developer: Eric White | ||
Blog: http://www.ericwhite.com | ||
Twitter: @EricWhiteDev | ||
Email: [email protected] | ||
***************************************************************************/ | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,20 @@ | ||
// Copyright (c) Microsoft. All rights reserved. | ||
// Licensed under the MIT license. See LICENSE file in the project root for full license information. | ||
/*************************************************************************** | ||
Copyright (c) Microsoft Corporation 2012-2015. | ||
This code is licensed using the Microsoft Public License (Ms-PL). The text of the license can be found here: | ||
http://www.microsoft.com/resources/sharedsource/licensingbasics/publiclicense.mspx | ||
Published at http://OpenXmlDeveloper.org | ||
Resource Center and Documentation: http://openxmldeveloper.org/wiki/w/wiki/powertools-for-open-xml.aspx | ||
Developer: Eric White | ||
Blog: http://www.ericwhite.com | ||
Twitter: @EricWhiteDev | ||
Email: [email protected] | ||
***************************************************************************/ | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
|
Oops, something went wrong.