1
0
mirror of https://github.com/ZetaKebab/MpcNET.git synced 2025-07-01 16:47:37 +00:00

Updates from latest Stylophone code

This commit is contained in:
Difegue
2021-10-03 17:53:58 +02:00
parent 6ee33cd704
commit 6c473b01b7
85 changed files with 2395 additions and 952 deletions

53
.gitignore vendored
View File

@ -1,25 +1,36 @@
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/src/.vs
/src/MpcNET/bin
/src/MpcNET/obj
/src/MpcNET.Test/bin
/src/MpcNET.Test/obj
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/Sources/.vs
/Sources/MpcNET.sln.DotSettings.user
/Sources/MpcNET/bin
/Sources/MpcNET/obj
/Sources/MpcNET/MpcNET.csproj.DotSettings
/Sources/MpcNET.Test/bin
/Sources/MpcNET.Test/obj
/Sources/MpcNET.Test/MpcNET.Test.csproj.DotSettings
/Sources/Stylophone/bin
/Sources/Stylophone/obj
/Sources/Stylophone/Package.StoreAssociation.xml
/Sources/Stylophone/AppPackages
/Sources/Stylophone/BundleArtifacts
/Sources/Stylophone.Common/bin
/Sources/Stylophone.Common/obj
/Sources/Stylophone.Localization/bin
/Sources/Stylophone.Localization/obj
/src/MpcNET.sln.DotSettings.user
/src/MpcNET.Test/MpcNET.Test.csproj.DotSettings
/src/MpcNET/MpcNET.csproj.DotSettings
/.vs
*.user
/Sources/.vs/MpcNET/v15
/Sources/MpcNET/bin/Debug/netstandard2.0
/Sources/MpcNET/obj
/Sources/MpcNET.Test/obj
/Sources/MpcNET/bin
/Sources/MpcNET.Test/bin/Debug/netcoreapp2.0
/Sources/.vs
*.pfx
Sources/.DS_Store
Sources/Stylophone.iOS/bin
Sources/Stylophone.iOS/obj
.DS_Store