Remove Build/Tools dir

No longer needed with new build system
pull/22/head
William Bishop 2018-03-03 19:07:30 -08:00
parent 34cda1ea29
commit ded89300b5
4 changed files with 0 additions and 47 deletions

View File

@ -1,31 +0,0 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>JsonDiffPatch.Net</id>
<version>$version$</version>
<title>JsonDiffPatch.Net</title>
<authors>William Bishop</authors>
<owners>William Bishop</owners>
<licenseUrl>https://github.com/wbish/jsondiffpatch.net/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/wbish/jsondiffpatch.net</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>JSON object diffs and reversible patching (jsondiffpatch compatible)</description>
<copyright>Copyright (c) 2017 William Bishop</copyright>
<tags>json diff patch unpatch</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="9.0.1" />
</dependencies>
</metadata>
<files>
<file src="..\Src\JsonDiffPatchDotNet\bin\Release\net45\JsonDiffPatchDotNet.dll" target="lib\net45\JsonDiffPatchDotNet.dll" />
<file src="..\Src\JsonDiffPatchDotNet\bin\Release\net45\JsonDiffPatchDotNet.pdb" target="lib\net45\JsonDiffPatchDotNet.pdb" />
<file src="..\Src\JsonDiffPatchDotNet\bin\Release\portable-net45+win8+wpa81+wp8\JsonDiffPatchDotNet.dll" target="lib\portable-net45+win8+wpa81+wp8\JsonDiffPatchDotNet.dll" />
<file src="..\Src\JsonDiffPatchDotNet\bin\Release\portable-net45+win8+wpa81+wp8\JsonDiffPatchDotNet.pdb" target="lib\portable-net45+win8+wpa81+wp8\JsonDiffPatchDotNet.pdb" />
<file src="..\Src\JsonDiffPatchDotNet\bin\Release\netstandard1.0\JsonDiffPatchDotNet.dll" target="lib\netstandard1.0\JsonDiffPatchDotNet.dll" />
<file src="..\Src\JsonDiffPatchDotNet\bin\Release\netstandard1.0\JsonDiffPatchDotNet.pdb" target="lib\netstandard1.0\JsonDiffPatchDotNet.pdb" />
<file src="..\Src\JsonDiffPatchDotNet\bin\Release\netstandard1.3\JsonDiffPatchDotNet.dll" target="lib\netstandard1.3\JsonDiffPatchDotNet.dll" />
<file src="..\Src\JsonDiffPatchDotNet\bin\Release\netstandard1.3\JsonDiffPatchDotNet.pdb" target="lib\netstandard1.3\JsonDiffPatchDotNet.pdb" />
<file src="..\Src\JsonDiffPatchDotNet\bin\Release\netstandard2.0\JsonDiffPatchDotNet.dll" target="lib\netstandard2.0\JsonDiffPatchDotNet.dll" />
<file src="..\Src\JsonDiffPatchDotNet\bin\Release\netstandard2.0\JsonDiffPatchDotNet.pdb" target="lib\netstandard2.0\JsonDiffPatchDotNet.pdb" />
</files>
</package>

View File

@ -1,4 +0,0 @@
@ECHO OFF
"%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\msbuild.exe" /p:Configuration=Debug ..\Src\JsonDiffPatchDotNet\JsonDiffPatchDotNet.csproj
"%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\msbuild.exe" /p:Configuration=Release ..\Src\JsonDiffPatchDotNet\JsonDiffPatchDotNet.csproj

View File

@ -1,12 +0,0 @@
@ECHO OFF
:parse
IF "%~1"=="" GOTO endparse
..\Tools\NuGet.exe pack .\JsonDiffPatchDotNet.nuspec -OutputDirectory . -BasePath . -Version %~1
GOTO end
:endparse
ECHO Usage: makenuget.bat ^<version^>
:end

Binary file not shown.