forked from Live-Charts/Live-Charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes Live-Charts#212, added a bat file to improve build process, mad…
…e .nuspec files public, everything is already included here to make public builds, just running livecharts.pack.bat file
- Loading branch information
1 parent
f9ee692
commit a3c8e91
Showing
26 changed files
with
254 additions
and
88 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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>LiveCharts</id> | ||
<version>$version$</version> | ||
<title>LiveCharts</title> | ||
<authors>Beto Rodriguez</authors> | ||
<owners>Beto Rodriguez</owners> | ||
<licenseUrl>https://github.com/beto-rodriguez/Live-Charts/blob/master/LICENSE.TXT</licenseUrl> | ||
<projectUrl>http://lvcharts.net/</projectUrl> | ||
<iconUrl>http://lvcharts.net/Content/Images/Logos/lcred.png</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>LiveCharts is a modern chartig library: Responsive, animated and MVVM orientated charts, this package is only the core of the library, you must also download the specific version for your platform.</description> | ||
<releaseNotes>See https://github.com/beto-rodriguez/Live-Charts/releases</releaseNotes> | ||
<copyright>Copyright 2016</copyright> | ||
<tags>Chart Charting Plot Plotting</tags> | ||
</metadata> | ||
<files> | ||
<file src="readme.txt" target="" /> | ||
<file src="bin\Release\LiveCharts.dll" target="lib\portable40-net40+sl5+win8+wp8+wpa81" /> | ||
</files> | ||
</package> |
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,18 +1,18 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" /> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0.3"/> | ||
</startup> | ||
<runtime> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="LiveCharts" publicKeyToken="c5935629d38af058" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-0.7.2.2" newVersion="0.7.2.2" /> | ||
<assemblyIdentity name="LiveCharts" publicKeyToken="c5935629d38af058" culture="neutral"/> | ||
<bindingRedirect oldVersion="0.0.0.0-0.7.2.2" newVersion="0.7.2.2"/> | ||
</dependentAssembly> | ||
<dependentAssembly> | ||
<assemblyIdentity name="LiveCharts.Wpf" publicKeyToken="3b585c2a5f1a92c1" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-0.7.2.2" newVersion="0.7.2.2" /> | ||
<assemblyIdentity name="LiveCharts.Wpf" publicKeyToken="3b585c2a5f1a92c1" culture="neutral"/> | ||
<bindingRedirect oldVersion="0.0.0.0-0.7.2.2" newVersion="0.7.2.2"/> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
</runtime> | ||
</configuration> | ||
</configuration> |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="LiveCharts" version="0.7.2.2" targetFramework="net452" /> | ||
<package id="LiveCharts.WinForms" version="0.7.2.2" targetFramework="net452" /> | ||
<package id="LiveCharts.Wpf" version="0.7.2.2" targetFramework="net452" /> | ||
<package id="LiveCharts" version="0.7.3.1" targetFramework="net403" /> | ||
<package id="LiveCharts.WinForms" version="0.7.3.1" targetFramework="net403" /> | ||
<package id="LiveCharts.Wpf" version="0.7.3.1" targetFramework="net403" /> | ||
</packages> |
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
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
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
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 |
---|---|---|
@@ -0,0 +1,113 @@ | ||
echo loading vcvarsall from VsS2015 installation path | ||
|
||
echo if you want to pack the code for VS2013 you must change the path to if VS2013, plase use: "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" | ||
|
||
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" | ||
echo. | ||
|
||
echo ----------------------------------- CORE ----------------------------------------- | ||
|
||
echo. | ||
echo -- Core DEBUG -- | ||
MsBuild Core/core.csproj /property:Configuration=Debug /property:Platform=AnyCPU /t:Clean,Build /verbosity:minimal | ||
echo. | ||
echo -- Core RELEASE -- | ||
MsBuild Core/core.csproj /property:Configuration=Release /property:Platform=AnyCPU /t:Clean,Build /verbosity:minimal | ||
|
||
nuget pack Core/core.csproj | ||
move Core/*.nupkg / | ||
echo --Core packed-- | ||
|
||
|
||
echo ----------------------------------- WPF ----------------------------------------- | ||
|
||
if not exist "WpfView/bin" mkdir WpfView/bin | ||
|
||
echo. | ||
echo -- WPF DEBUG -- | ||
if not exist "WpfView/bin/Debug" mkdir WpfView/bin/net403 | ||
MsBuild WpfView/wpfview.csproj /property:Configuration=Debug;Platform=AnyCPU;OutputPath=bin/Debug /t:Clean,Build /verbosity:minimal | ||
|
||
echo. | ||
echo -- WPF 403 -- | ||
if not exist "WpfView/bin/net403" mkdir WpfView/bin/net403 | ||
MsBuild WpfView/wpfview.csproj /property:Configuration=net40;Platform=AnyCPU;OutputPath=bin/net403 /t:Clean,Build /verbosity:minimal | ||
|
||
echo. | ||
echo -- WPF 45 -- | ||
if not exist "WpfView/bin/net45" mkdir WpfView/bin/net45 | ||
MsBuild WpfView/wpfview.csproj /property:Configuration=net45;Platform=AnyCPU;OutputPath=bin/net45 /t:Clean,Build /verbosity:minimal | ||
|
||
echo. | ||
echo -- WPF 451 -- | ||
if not exist "WpfView/bin/net451" mkdir WpfView/bin/net451 | ||
MsBuild WpfView/wpfview.csproj /property:Configuration=net451;Platform=AnyCPU;OutputPath=bin/net451 /t:Clean,Build /verbosity:minimal | ||
|
||
echo. | ||
echo -- WPF 452 -- | ||
if not exist "WpfView/bin/net452" mkdir WpfView/bin/net452 | ||
MsBuild WpfView/wpfview.csproj /property:Configuration=net452;Platform=AnyCPU;OutputPath=bin/net452 /t:Clean,Build /verbosity:minimal | ||
|
||
echo. | ||
echo -- WPF 46 -- | ||
if not exist "WpfView/bin/net46" mkdir WpfView/bin/net46 | ||
MsBuild WpfView/wpfview.csproj /property:Configuration=net46;Platform=AnyCPU;OutputPath=bin/net46 /t:Clean,Build /verbosity:minimal | ||
|
||
echo. | ||
echo -- WPF 461 -- | ||
if not exist "WpfView/bin/net461" mkdir WpfView/bin/net461 | ||
MsBuild WpfView/wpfview.csproj /property:Configuration=net461;Platform=AnyCPU;OutputPath=bin/net461 /t:Clean,Build /verbosity:minimal | ||
|
||
nuget pack WpfView/WpfView.csproj -IncludeReferencedProjects | ||
move WpfView/*.nupkg / | ||
echo --WPF packed-- | ||
|
||
|
||
echo ----------------------------------- WinForms ----------------------------------------- | ||
|
||
if not exist "WinFormsView/bin" mkdir WinFormsView/bin | ||
|
||
echo. | ||
echo -- WinForms DEBUG -- | ||
if not exist "WinFormsView/bin/Debug" mkdir WinFormsView/bin/net403 | ||
MsBuild WinFormsView/winformsview.csproj /property:Configuration=Debug;Platform=AnyCPU;OutputPath=bin/Debug /t:Clean,Build /verbosity:minimal | ||
|
||
echo. | ||
echo -- WinForms 403 -- | ||
if not exist "WinFormsView/bin/net403" mkdir WinFormsView/bin/net403 | ||
MsBuild WinFormsView/winformsview.csproj /property:Configuration=net40;Platform=AnyCPU;OutputPath=bin/net403 /t:Clean,Build /verbosity:minimal | ||
|
||
echo. | ||
echo -- WinForms 45 -- | ||
if not exist "WinFormsView/bin/net45" mkdir WinFormsView/bin/net45 | ||
MsBuild WinFormsView/winformsview.csproj /property:Configuration=net45;Platform=AnyCPU;OutputPath=bin/net45 /t:Clean,Build /verbosity:minimal | ||
|
||
echo. | ||
echo -- WinForms 451 -- | ||
if not exist "WinFormsView/bin/net451" mkdir WinFormsView/bin/net451 | ||
MsBuild WinFormsView/winformsview.csproj /property:Configuration=net451;Platform=AnyCPU;OutputPath=bin/net451 /t:Clean,Build /verbosity:minimal | ||
|
||
echo. | ||
echo -- WinForms 452 -- | ||
if not exist "WinFormsView/bin/net452" mkdir WinFormsView/bin/net452 | ||
MsBuild WinFormsView/winformsview.csproj /property:Configuration=net452;Platform=AnyCPU;OutputPath=bin/net452 /t:Clean,Build /verbosity:minimal | ||
|
||
echo. | ||
echo -- WinForms 46 -- | ||
if not exist "WinFormsView/bin/net46" mkdir WinFormsView/bin/net46 | ||
MsBuild WinFormsView/winformsview.csproj /property:Configuration=net46;Platform=AnyCPU;OutputPath=bin/net46 /t:Clean,Build /verbosity:minimal | ||
|
||
echo. | ||
echo -- WinForms 461 -- | ||
if not exist "WinFormsView/bin/net461" mkdir WinFormsView/bin/net461 | ||
MsBuild WinFormsView/winformsview.csproj /property:Configuration=net461;Platform=AnyCPU;OutputPath=bin/net461 /t:Clean,Build /verbosity:minimal | ||
|
||
nuget pack WinFormsView/winformsview.csproj -IncludeReferencedProjects | ||
move WinForms/*.nupkg / | ||
echo --WPF packed-- | ||
|
||
echo. | ||
echo -- LiveCharts is packed!-- | ||
echo. | ||
|
||
pause |
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
Oops, something went wrong.