Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aybe committed Oct 24, 2014
1 parent ced2cd9 commit 526f15e
Show file tree
Hide file tree
Showing 2,258 changed files with 343,437 additions and 212 deletions.
423 changes: 211 additions & 212 deletions .gitignore

Large diffs are not rendered by default.

Binary file added .nuget/NuGet.exe
Binary file not shown.
22 changes: 22 additions & 0 deletions .nuget/WindowsAPICodePack-Core.1.1.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>WindowsAPICodePack-Core</id>
<version>1.1</version>
<title>Windows API Code Pack - Core</title>
<authors>Aybe</authors>
<owners>Microsoft</owners>
<licenseUrl>http://code.msdn.microsoft.com/WindowsAPICodePack/Project/License.aspx</licenseUrl>
<projectUrl>http://archive.msdn.microsoft.com/WindowsAPICodePack</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Core library for Windows API Code Pack</description>
<summary>Windows® API Code Pack for Microsoft® .NET Framework provides a source code library that can be used to access some features of Windows 7 and Windows Vista from managed code.</summary>
<releaseNotes>Fixes TaskDialog.Icon bug that wasn't visible unless specified duringTaskDialog.Opened event.</releaseNotes>
<language>en-US</language>
<tags>WindowsAPICodePack</tags>
</metadata>
<files>
<file src="..\source\WindowsAPICodePack\Core\bin\Release\Microsoft.WindowsAPICodePack.dll" target="lib\Microsoft.WindowsAPICodePack.dll" />
<file src="..\source\WindowsAPICodePack\Core\bin\Release\Microsoft.WindowsAPICodePack.xml" target="lib\Microsoft.WindowsAPICodePack.xml" />
</files>
</package>
21 changes: 21 additions & 0 deletions .nuget/WindowsAPICodePack-ExtendedLinguisticServices.1.1.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>WindowsAPICodePack-ExtendedLinguisticServices</id>
<version>1.1</version>
<title>Windows API Code Pack - Extended Linguistic Services</title>
<authors>Aybe</authors>
<owners>Microsoft</owners>
<licenseUrl>http://code.msdn.microsoft.com/WindowsAPICodePack/Project/License.aspx</licenseUrl>
<projectUrl>http://archive.msdn.microsoft.com/WindowsAPICodePack</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Extended linguistic services for Windows API Code Pack</description>
<summary>Windows® API Code Pack for Microsoft® .NET Framework provides a source code library that can be used to access some features of Windows 7 and Windows Vista from managed code.</summary>
<language>en-US</language>
<tags>WindowsAPICodePack</tags>
</metadata>
<files>
<file src="..\source\WindowsAPICodePack\ExtendedLinguisticServices\bin\Release\Microsoft.WindowsAPICodePack.ExtendedLinguisticServices.dll" target="lib\Microsoft.WindowsAPICodePack.ExtendedLinguisticServices.dll" />
<file src="..\source\WindowsAPICodePack\ExtendedLinguisticServices\bin\Release\Microsoft.WindowsAPICodePack.ExtendedLinguisticServices.xml" target="lib\Microsoft.WindowsAPICodePack.ExtendedLinguisticServices.xml" />
</files>
</package>
24 changes: 24 additions & 0 deletions .nuget/WindowsAPICodePack-Sensors.1.1.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>WindowsAPICodePack-Sensors</id>
<version>1.1</version>
<title>Windows API Code Pack - Sensors</title>
<authors>Aybe</authors>
<owners>Microsoft</owners>
<licenseUrl>http://code.msdn.microsoft.com/WindowsAPICodePack/Project/License.aspx</licenseUrl>
<projectUrl>http://archive.msdn.microsoft.com/WindowsAPICodePack</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Sensors library for Windows API Code Pack</description>
<summary>Windows® API Code Pack for Microsoft® .NET Framework provides a source code library that can be used to access some features of Windows 7 and Windows Vista from managed code.</summary>
<language>en-US</language>
<tags>WindowsAPICodePack</tags>
<dependencies>
<dependency id="WindowsAPICodePack-Core" version="1.1" />
</dependencies>
</metadata>
<files>
<file src="..\source\WindowsAPICodePack\Sensors\bin\Release\Microsoft.WindowsAPICodePack.Sensors.dll" target="lib\Microsoft.WindowsAPICodePack.Sensors.dll" />
<file src="..\source\WindowsAPICodePack\Sensors\bin\Release\Microsoft.WindowsAPICodePack.Sensors.xml" target="lib\Microsoft.WindowsAPICodePack.Sensors.xml" />
</files>
</package>
24 changes: 24 additions & 0 deletions .nuget/WindowsAPICodePack-Shell.1.1.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>WindowsAPICodePack-Shell</id>
<version>1.1</version>
<title>Windows API Code Pack - Shell</title>
<authors>Aybe</authors>
<owners>Microsoft</owners>
<licenseUrl>http://code.msdn.microsoft.com/WindowsAPICodePack/Project/License.aspx</licenseUrl>
<projectUrl>http://archive.msdn.microsoft.com/WindowsAPICodePack</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Shell library for Windows API Code Pack</description>
<summary>Windows® API Code Pack for Microsoft® .NET Framework provides a source code library that can be used to access some features of Windows 7 and Windows Vista from managed code.</summary>
<language>en-US</language>
<tags>WindowsAPICodePack</tags>
<dependencies>
<dependency id="WindowsAPICodePack-Core" version="1.1" />
</dependencies>
</metadata>
<files>
<file src="..\source\WindowsAPICodePack\Shell\bin\Release\Microsoft.WindowsAPICodePack.Shell.dll" target="lib\Microsoft.WindowsAPICodePack.Shell.dll" />
<file src="..\source\WindowsAPICodePack\Shell\bin\Release\Microsoft.WindowsAPICodePack.Shell.xml" target="lib\Microsoft.WindowsAPICodePack.Shell.xml" />
</files>
</package>
24 changes: 24 additions & 0 deletions .nuget/WindowsAPICodePack-ShellExtensions.1.1.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>WindowsAPICodePack-ShellExtensions</id>
<version>1.1</version>
<title>Windows API Code Pack - Shell Extensions</title>
<authors>Aybe</authors>
<owners>Microsoft</owners>
<licenseUrl>http://code.msdn.microsoft.com/WindowsAPICodePack/Project/License.aspx</licenseUrl>
<projectUrl>http://archive.msdn.microsoft.com/WindowsAPICodePack</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Shell extensions library for Windows API Code Pack</description>
<summary>Windows® API Code Pack for Microsoft® .NET Framework provides a source code library that can be used to access some features of Windows 7 and Windows Vista from managed code.</summary>
<language>en-US</language>
<tags>WindowsAPICodePack</tags>
<dependencies>
<dependency id="WindowsAPICodePack-Shell" version="1.1" />
</dependencies>
</metadata>
<files>
<file src="..\source\WindowsAPICodePack\ShellExtensions\bin\Release\Microsoft.WindowsAPICodePack.ShellExtensions.dll" target="lib\Microsoft.WindowsAPICodePack.ShellExtensions.dll" />
<file src="..\source\WindowsAPICodePack\ShellExtensions\bin\Release\Microsoft.WindowsAPICodePack.ShellExtensions.xml" target="lib\Microsoft.WindowsAPICodePack.ShellExtensions.xml" />
</files>
</package>
9 changes: 9 additions & 0 deletions .nuget/build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@echo off
cls
call clean.bat
echo Building NuGet packages ...
nuget pack WindowsAPICodePack-Core.1.1.nuspec -NoPackageAnalysis
nuget pack WindowsAPICodePack-ExtendedLinguisticServices.1.1.nuspec -NoPackageAnalysis
nuget pack WindowsAPICodePack-Sensors.1.1.nuspec -NoPackageAnalysis
nuget pack WindowsAPICodePack-Shell.1.1.nuspec -NoPackageAnalysis
nuget pack WindowsAPICodePack-ShellExtensions.1.1.nuspec -NoPackageAnalysis
4 changes: 4 additions & 0 deletions .nuget/clean.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@echo off
cls
echo Cleaning NuGet packages ...
IF EXIST *.nupkg (del *.nupkg)
Binary file not shown.
Binary file not shown.
Binary file added binaries/Microsoft.WindowsAPICodePack.Shell.dll
Binary file not shown.
Binary file not shown.
Binary file added binaries/Microsoft.WindowsAPICodePack.dll
Binary file not shown.
1 change: 1 addition & 0 deletions documentation/API Changes README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The changes listed in the two API-changes documents are the APIs that have been changed between v1.0.1 and v1.1 of the Windows API Code Pack. These documents do not include new features and are meant to document changes that may prevent existing applications from functioning as expected.
Loading

0 comments on commit 526f15e

Please sign in to comment.