-
Notifications
You must be signed in to change notification settings - Fork 16
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
a77a5d4
commit c85018f
Showing
19 changed files
with
70 additions
and
54 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
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,4 @@ | ||
<Project> | ||
<PropertyGroup> | ||
</PropertyGroup> | ||
</Project> |
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,11 +1,19 @@ | ||
./publish-win Player432Hz win-x64 | ||
./publish-win Player432Hz win-x86 | ||
./publish-win Player432Hz win-x64 zip | ||
./publish-win Player432Hz win-x86 zip | ||
./publish-win Player432Hz win-x64 setup | ||
./publish-win Player432Hz win-x86 setup | ||
|
||
./publish-win Converter432Hz win-x64 | ||
./publish-win Converter432Hz win-x86 | ||
./publish-win Converter432Hz win-x64 zip | ||
./publish-win Converter432Hz win-x86 zip | ||
./publish-win Converter432Hz win-x64 setup | ||
./publish-win Converter432Hz win-x86 setup | ||
|
||
./publish-win PowerliminalsPlayer win-x64 | ||
./publish-win PowerliminalsPlayer win-x86 | ||
./publish-win PowerliminalsPlayer win-x64 zip | ||
./publish-win PowerliminalsPlayer win-x86 zip | ||
./publish-win PowerliminalsPlayer win-x64 setup | ||
./publish-win PowerliminalsPlayer win-x86 setup | ||
|
||
./publish-win YangDownloader win-x64 | ||
./publish-win YangDownloader win-x86 | ||
./publish-win YangDownloader win-x64 zip | ||
./publish-win YangDownloader win-x86 zip | ||
./publish-win YangDownloader win-x64 setup | ||
./publish-win YangDownloader win-x86 setup |
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,19 +1,35 @@ | ||
|
||
call publish-win Player432Hz win-x64 | ||
call publish-win Player432Hz win-x64 zip | ||
if ERRORLEVEL 1 exit /b !ERRORLEVEL! | ||
call publish-win Player432Hz win-x86 | ||
call publish-win Player432Hz win-x86 zip | ||
if ERRORLEVEL 1 exit /b !ERRORLEVEL! | ||
::call publish-win Player432Hz win-x64 setup | ||
if ERRORLEVEL 1 exit /b !ERRORLEVEL! | ||
::call publish-win Player432Hz win-x86 setup | ||
if ERRORLEVEL 1 exit /b !ERRORLEVEL! | ||
|
||
call publish-win Converter432Hz win-x64 | ||
call publish-win Converter432Hz win-x64 zip | ||
if ERRORLEVEL 1 exit /b !ERRORLEVEL! | ||
call publish-win Converter432Hz win-x86 zip | ||
if ERRORLEVEL 1 exit /b !ERRORLEVEL! | ||
::call publish-win Converter432Hz win-x64 setup | ||
if ERRORLEVEL 1 exit /b !ERRORLEVEL! | ||
call publish-win Converter432Hz win-x86 | ||
::call publish-win Converter432Hz win-x86 setup | ||
if ERRORLEVEL 1 exit /b !ERRORLEVEL! | ||
|
||
call publish-win PowerliminalsPlayer win-x64 | ||
call publish-win PowerliminalsPlayer win-x64 zip | ||
if ERRORLEVEL 1 exit /b !ERRORLEVEL! | ||
call publish-win PowerliminalsPlayer win-x86 | ||
call publish-win PowerliminalsPlayer win-x86 zip | ||
if ERRORLEVEL 1 exit /b !ERRORLEVEL! | ||
::call publish-win PowerliminalsPlayer win-x64 setup | ||
if ERRORLEVEL 1 exit /b !ERRORLEVEL! | ||
::call publish-win PowerliminalsPlayer win-x86 setup | ||
if ERRORLEVEL 1 exit /b !ERRORLEVEL! | ||
|
||
call publish-win YangDownloader win-x64 | ||
call publish-win YangDownloader win-x64 zip | ||
if ERRORLEVEL 1 exit /b !ERRORLEVEL! | ||
call publish-win YangDownloader win-x86 zip | ||
if ERRORLEVEL 1 exit /b !ERRORLEVEL! | ||
::call publish-win YangDownloader win-x64 setup | ||
if ERRORLEVEL 1 exit /b !ERRORLEVEL! | ||
call publish-win YangDownloader win-x86 | ||
::call publish-win YangDownloader win-x86 setup |
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
1 change: 0 additions & 1 deletion
1
Src/App.NaturalGroundingPlayer/NaturalGroundingPlayer/ViewLocator.cs
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
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