forked from accord-net/framework
-
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.
- Loading branch information
1 parent
7afab8b
commit 83f3126
Showing
10 changed files
with
560 additions
and
48 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
Large diffs are not rendered by default.
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,15 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Accord" version="2.14.0" targetFramework="net40-Client" /> | ||
<package id="Accord.Controls" version="2.14.0" targetFramework="net40-Client" /> | ||
<package id="Accord.Controls.Imaging" version="2.14.0" targetFramework="net40-Client" /> | ||
<package id="Accord.Imaging" version="2.14.0" targetFramework="net40-Client" /> | ||
<package id="Accord.MachineLearning" version="2.14.0" targetFramework="net40-Client" /> | ||
<package id="Accord.Math" version="2.14.0" targetFramework="net40-Client" /> | ||
<package id="Accord.Statistics" version="2.14.0" targetFramework="net40-Client" /> | ||
<package id="Accord" version="2.14.5-alpha" targetFramework="net40-Client" /> | ||
<package id="Accord.Controls" version="2.14.5-alpha" targetFramework="net40-Client" /> | ||
<package id="Accord.Controls.Imaging" version="2.14.5-alpha" targetFramework="net40-Client" /> | ||
<package id="Accord.Imaging" version="2.14.5-alpha" targetFramework="net40-Client" /> | ||
<package id="Accord.MachineLearning" version="2.14.5-alpha" targetFramework="net40-Client" /> | ||
<package id="Accord.Math" version="2.14.5-alpha" targetFramework="net40-Client" /> | ||
<package id="Accord.Statistics" version="2.14.5-alpha" targetFramework="net40-Client" /> | ||
<package id="AForge" version="2.2.5" targetFramework="net40-Client" /> | ||
<package id="AForge.Controls" version="2.2.5" targetFramework="net40-Client" /> | ||
<package id="AForge.Imaging" version="2.2.5" targetFramework="net40-Client" /> | ||
<package id="AForge.Math" version="2.2.5" targetFramework="net40-Client" /> | ||
<package id="AForge.Video" version="2.2.5" targetFramework="net40-Client" /> | ||
<package id="ZedGraph" version="5.1.6" targetFramework="net40-Client" /> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,18 @@ | ||
#!/bin/bash | ||
########### | ||
|
||
echo | ||
echo Accord.NET Framework all projects configurations builder | ||
echo ========================================================= | ||
echo | ||
echo This Linux bash script will use Mono's xbuild tool to | ||
echo compile the Debug and Release versions of the framework. | ||
echo | ||
echo - Building Debug configuration... | ||
xbuild /target:"Clean;Build" /p:Configuration=Debug ../Sources/Accord.NET.Mono.sln | ||
echo - Building NET35 configuration... | ||
xbuild /target:"Clean;Build" /p:Configuration=NET35 ../Sources/Accord.NET.Mono.sln | ||
echo - Building NET40 configuration... | ||
xbuild /target:"Clean;Build" /p:Configuration=NET40 ../Sources/Accord.NET.Mono.sln | ||
echo - Building NET45 configuration... | ||
xbuild /target:"Clean;Build" /p:Configuration=NET45 ../Sources/Accord.NET.Mono.sln | ||
echo - Building samples... | ||
xbuild /target:"Clean;Build" /p:Configuration=NET45 ../Samples/Samples.sln | ||
########### | ||
|
||
echo | ||
echo Accord.NET Framework all projects configurations builder | ||
echo ========================================================= | ||
echo | ||
echo This Linux bash script will use Mono's xbuild tool to | ||
echo compile the Debug and Release versions of the framework. | ||
echo | ||
echo - Building NET40 configuration... | ||
mdtool -v build -c:"NET40" ../Sources/Accord.NET.Mono.sln | ||
# echo - Building samples... | ||
# mdtool -v build ../Samples/Samples.sln | ||
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
Binary file not shown.
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