From 8129b01afeecab9f1566ca6b2e3a9946b9ba7c37 Mon Sep 17 00:00:00 2001 From: Jonathan Haines Date: Sun, 30 Apr 2017 15:18:45 +1000 Subject: [PATCH] windows: add nuget + squirrel packages --- .gitignore | 9 +++++ SparkleShare.sln | 1 + .../Windows/SparkleShare.Windows.csproj | 34 +++++++++++++++++++ SparkleShare/Windows/packages.config | 7 ++++ 4 files changed, 51 insertions(+) create mode 100644 SparkleShare/Windows/packages.config diff --git a/.gitignore b/.gitignore index 22698aa9..1f6497d8 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,12 @@ _ReSharper.* *.wixpdb *.wxs *.dotCover + +SparkleShare/Windows/build/ + +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/packages/* +# except build/, which is used as an MSBuild target. +!**/packages/build/ \ No newline at end of file diff --git a/SparkleShare.sln b/SparkleShare.sln index e3d3edae..5c8e45db 100644 --- a/SparkleShare.sln +++ b/SparkleShare.sln @@ -17,6 +17,7 @@ Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "SparkleShare", "SparkleShar EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{6CCE36AC-7129-40B0-B6E6-2A6A0EA190D0}" ProjectSection(SolutionItems) = preProject + .gitignore = .gitignore .travis.yml = .travis.yml README.md = README.md EndProjectSection diff --git a/SparkleShare/Windows/SparkleShare.Windows.csproj b/SparkleShare/Windows/SparkleShare.Windows.csproj index ffffc4d1..94bf0174 100644 --- a/SparkleShare/Windows/SparkleShare.Windows.csproj +++ b/SparkleShare/Windows/SparkleShare.Windows.csproj @@ -97,6 +97,39 @@ + + ..\..\packages\DeltaCompressionDotNet.1.0.0\lib\net45\DeltaCompressionDotNet.dll + + + ..\..\packages\DeltaCompressionDotNet.1.0.0\lib\net45\DeltaCompressionDotNet.MsDelta.dll + + + ..\..\packages\DeltaCompressionDotNet.1.0.0\lib\net45\DeltaCompressionDotNet.PatchApi.dll + + + ..\..\packages\squirrel.windows.1.5.2\lib\Net45\ICSharpCode.SharpZipLib.dll + + + ..\..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.dll + + + ..\..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Mdb.dll + + + ..\..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Pdb.dll + + + ..\..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Rocks.dll + + + ..\..\packages\squirrel.windows.1.5.2\lib\Net45\NuGet.Squirrel.dll + + + ..\..\packages\Splat.1.6.2\lib\Net45\Splat.dll + + + ..\..\packages\squirrel.windows.1.5.2\lib\Net45\Squirrel.dll + @@ -245,6 +278,7 @@ Always + diff --git a/SparkleShare/Windows/packages.config b/SparkleShare/Windows/packages.config new file mode 100644 index 00000000..6c3600da --- /dev/null +++ b/SparkleShare/Windows/packages.config @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file