diff --git a/.gitignore b/.gitignore index a4d6d9c..3fc8783 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,631 @@ -.vs/ \ No newline at end of file +# Created by https://www.gitignore.io/api/vim,linux,emacs,csharp,windows,visualstudio,visualstudiocode +# Edit at https://www.gitignore.io/?templates=vim,linux,emacs,csharp,windows,visualstudio,visualstudiocode + +### Csharp ### +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding add-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +### Emacs ### +# -*- mode: gitignore; -*- +\#*\# +/.emacs.desktop +/.emacs.desktop.lock +*.elc +auto-save-list +tramp +.\#* + +# Org-mode +.org-id-locations +*_archive + +# flymake-mode +*_flymake.* + +# eshell files +/eshell/history +/eshell/lastdir + +# elpa packages +/elpa/ + +# reftex files +*.rel + +# AUCTeX auto folder +/auto/ + +# cask packages +.cask/ +dist/ + +# Flycheck +flycheck_*.el + +# server auth directory +/server/ + +# projectiles files +.projectile + +# directory configuration +.dir-locals.el + +# network security +/network-security.data + + +### Linux ### + +# temporary files which can be created if a process still has a handle open of a deleted file +.fuse_hidden* + +# KDE directory preferences +.directory + +# Linux trash folder which might appear on any partition or disk +.Trash-* + +# .nfs files are created when an open file is removed but is still being accessed +.nfs* + +### Vim ### +# Swap +[._]*.s[a-v][a-z] +[._]*.sw[a-p] +[._]s[a-rt-v][a-z] +[._]ss[a-gi-z] +[._]sw[a-p] + +# Session +Session.vim +Sessionx.vim + +# Temporary +.netrwhist +# Auto-generated tag files +tags +# Persistent undo +[._]*.un~ + +### VisualStudioCode ### +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json + +### VisualStudioCode Patch ### +# Ignore all local history of files +.history + +### Windows ### +# Windows thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + +### VisualStudio ### + +# User-specific files + +# User-specific files (MonoDevelop/Xamarin Studio) + +# Mono auto generated files + +# Build results + +# Visual Studio 2015/2017 cache/options directory +# Uncomment if you have tasks that create the project's static files in wwwroot + +# Visual Studio 2017 auto generated files + +# MSTest test Results + +# NUnit + +# Build Results of an ATL Project + +# Benchmark Results + +# .NET Core + +# StyleCop + +# Files built by Visual Studio + +# Chutzpah Test files + +# Visual C++ cache files + +# Visual Studio profiler + +# Visual Studio Trace Files + +# TFS 2012 Local Workspace + +# Guidance Automation Toolkit + +# ReSharper is a .NET coding add-in + +# JustCode is a .NET coding add-in + +# TeamCity is a build add-in + +# DotCover is a Code Coverage Tool + +# AxoCover is a Code Coverage Tool + +# Visual Studio code coverage results + +# NCrunch + +# MightyMoose + +# Web workbench (sass) + +# Installshield output folder + +# DocProject is a documentation generator add-in + +# Click-Once directory + +# Publish Web Output +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted + +# NuGet Packages +# NuGet Symbol Packages +# The packages folder can be ignored because of Package Restore +# except build/, which is used as an MSBuild target. +# Uncomment if necessary however generally it will be regenerated when needed +# NuGet v3's project.json files produces more ignorable files + +# Microsoft Azure Build Output + +# Microsoft Azure Emulator + +# Windows Store app package directories and files + +# Visual Studio cache files +# files ending in .cache can be ignored +# but keep track of directories ending in .cache + +# Others + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) + +# RIA/Silverlight projects + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) + +# SQL Server files + +# Business Intelligence projects + +# Microsoft Fakes + +# GhostDoc plugin setting file + +# Node.js Tools for Visual Studio + +# Visual Studio 6 build log + +# Visual Studio 6 workspace options file + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) + +# Visual Studio LightSwitch build output + +# Paket dependency manager + +# FAKE - F# Make + +# CodeRush personal settings + +# Python Tools for Visual Studio (PTVS) + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio + +# Telerik's JustMock configuration file + +# BizTalk build output + +# OpenCover UI analysis results + +# Azure Stream Analytics local run output + +# MSBuild Binary and Structured Log + +# NVidia Nsight GPU debugger configuration file + +# MFractors (Xamarin productivity tool) working folder + +# Local History for Visual Studio + +# BeatPulse healthcheck temp database + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 + +# End of https://www.gitignore.io/api/vim,linux,emacs,csharp,windows,visualstudio,visualstudiocode diff --git a/Momo/bin/Debug/Momo.application b/Momo/bin/Debug/Momo.application deleted file mode 100644 index 2ffa75f..0000000 --- a/Momo/bin/Debug/Momo.application +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - Pg4d7vI1MTu8+IY9XB66Ta9guxf4Y7aigBbBDG9ku44= - - - - \ No newline at end of file diff --git a/Momo/bin/Debug/Momo.exe b/Momo/bin/Debug/Momo.exe deleted file mode 100644 index 4a4cd55..0000000 Binary files a/Momo/bin/Debug/Momo.exe and /dev/null differ diff --git a/Momo/bin/Debug/Momo.exe.config b/Momo/bin/Debug/Momo.exe.config deleted file mode 100644 index 731f6de..0000000 --- a/Momo/bin/Debug/Momo.exe.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Momo/bin/Debug/Momo.exe.manifest b/Momo/bin/Debug/Momo.exe.manifest deleted file mode 100644 index 1e5b02c..0000000 --- a/Momo/bin/Debug/Momo.exe.manifest +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A2Xc1g8w4H4Wpa44CNLJ9jwhzb4lO73mNMqZt8/RqIk= - - - - - - - - - - rl5/qDc7Jz+tB+BIbOv9iMGPlRe6YJwrjmU09dnlPcs= - - - - - - - - - 9KMQEKoab2jdPLC8Ffl+uea50UP5CjIMHGkzIqxYbbo= - - - \ No newline at end of file diff --git a/Momo/bin/Debug/Momo.pdb b/Momo/bin/Debug/Momo.pdb deleted file mode 100644 index 50dfc2d..0000000 Binary files a/Momo/bin/Debug/Momo.pdb and /dev/null differ diff --git a/Momo/bin/Debug/app.publish/Momo.exe b/Momo/bin/Debug/app.publish/Momo.exe deleted file mode 100644 index 9348957..0000000 Binary files a/Momo/bin/Debug/app.publish/Momo.exe and /dev/null differ diff --git a/Momo/bin/Debug/kassio b/Momo/bin/Debug/kassio deleted file mode 100644 index a8d2bad..0000000 --- a/Momo/bin/Debug/kassio +++ /dev/null @@ -1 +0,0 @@ -636752264311218676 \ No newline at end of file diff --git a/Momo/bin/Debug/kassio.bak b/Momo/bin/Debug/kassio.bak deleted file mode 100644 index d0bda49..0000000 --- a/Momo/bin/Debug/kassio.bak +++ /dev/null @@ -1 +0,0 @@ -636751507317081593 \ No newline at end of file diff --git a/Momo/bin/Release/Momo.application b/Momo/bin/Release/Momo.application deleted file mode 100644 index 3f9f247..0000000 --- a/Momo/bin/Release/Momo.application +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - Rl1pFxtQPCRR+md4AakF2vxwHLWRiFbt5hRbQwbpcGY= - - - - \ No newline at end of file diff --git a/Momo/bin/Release/Momo.exe b/Momo/bin/Release/Momo.exe deleted file mode 100644 index cf11bf2..0000000 Binary files a/Momo/bin/Release/Momo.exe and /dev/null differ diff --git a/Momo/bin/Release/Momo.exe.config b/Momo/bin/Release/Momo.exe.config deleted file mode 100644 index 731f6de..0000000 --- a/Momo/bin/Release/Momo.exe.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Momo/bin/Release/Momo.exe.manifest b/Momo/bin/Release/Momo.exe.manifest deleted file mode 100644 index be11f94..0000000 --- a/Momo/bin/Release/Momo.exe.manifest +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - EmLwifkQt7htC4E45mIE9O88VOjzwBWFGyqxH8pdc2Y= - - - - - - - - - - rl5/qDc7Jz+tB+BIbOv9iMGPlRe6YJwrjmU09dnlPcs= - - - - - - - - - 9KMQEKoab2jdPLC8Ffl+uea50UP5CjIMHGkzIqxYbbo= - - - \ No newline at end of file diff --git a/Momo/bin/Release/Momo.pdb b/Momo/bin/Release/Momo.pdb deleted file mode 100644 index 9c5fc84..0000000 Binary files a/Momo/bin/Release/Momo.pdb and /dev/null differ diff --git a/Momo/bin/Release/app.publish/Momo.exe b/Momo/bin/Release/app.publish/Momo.exe deleted file mode 100644 index d739a63..0000000 Binary files a/Momo/bin/Release/app.publish/Momo.exe and /dev/null differ diff --git a/Momo/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/Momo/obj/Debug/DesignTimeResolveAssemblyReferences.cache deleted file mode 100644 index 6bbd49e..0000000 Binary files a/Momo/obj/Debug/DesignTimeResolveAssemblyReferences.cache and /dev/null differ diff --git a/Momo/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Momo/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache deleted file mode 100644 index 5636fcd..0000000 Binary files a/Momo/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and /dev/null differ diff --git a/Momo/obj/Debug/Momo.Momo.resources b/Momo/obj/Debug/Momo.Momo.resources deleted file mode 100644 index f625520..0000000 Binary files a/Momo/obj/Debug/Momo.Momo.resources and /dev/null differ diff --git a/Momo/obj/Debug/Momo.Properties.Resources.resources b/Momo/obj/Debug/Momo.Properties.Resources.resources deleted file mode 100644 index 6c05a97..0000000 Binary files a/Momo/obj/Debug/Momo.Properties.Resources.resources and /dev/null differ diff --git a/Momo/obj/Debug/Momo.application b/Momo/obj/Debug/Momo.application deleted file mode 100644 index 2ffa75f..0000000 --- a/Momo/obj/Debug/Momo.application +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - Pg4d7vI1MTu8+IY9XB66Ta9guxf4Y7aigBbBDG9ku44= - - - - \ No newline at end of file diff --git a/Momo/obj/Debug/Momo.csproj.CoreCompileInputs.cache b/Momo/obj/Debug/Momo.csproj.CoreCompileInputs.cache deleted file mode 100644 index de4f39b..0000000 --- a/Momo/obj/Debug/Momo.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -c08ff4c9121d9210293b452d123116e6232a735f diff --git a/Momo/obj/Debug/Momo.csproj.FileListAbsolute.txt b/Momo/obj/Debug/Momo.csproj.FileListAbsolute.txt deleted file mode 100644 index 7548d42..0000000 --- a/Momo/obj/Debug/Momo.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,14 +0,0 @@ -C:\Users\Armin\dev\momo\Momo\Momo\bin\Debug\Momo.exe.config -C:\Users\Armin\dev\momo\Momo\Momo\bin\Debug\Momo.exe -C:\Users\Armin\dev\momo\Momo\Momo\bin\Debug\Momo.pdb -C:\Users\Armin\dev\momo\Momo\Momo\obj\Debug\Momo.csprojAssemblyReference.cache -C:\Users\Armin\dev\momo\Momo\Momo\obj\Debug\Momo.Momo.resources -C:\Users\Armin\dev\momo\Momo\Momo\obj\Debug\Momo.Properties.Resources.resources -C:\Users\Armin\dev\momo\Momo\Momo\obj\Debug\Momo.csproj.GenerateResource.cache -C:\Users\Armin\dev\momo\Momo\Momo\obj\Debug\Momo.csproj.CoreCompileInputs.cache -C:\Users\Armin\dev\momo\Momo\Momo\obj\Debug\Momo.exe -C:\Users\Armin\dev\momo\Momo\Momo\obj\Debug\Momo.pdb -C:\Users\Armin\dev\momo\Momo\Momo\bin\Debug\Momo.exe.manifest -C:\Users\Armin\dev\momo\Momo\Momo\bin\Debug\Momo.application -C:\Users\Armin\dev\momo\Momo\Momo\obj\Debug\Momo.exe.manifest -C:\Users\Armin\dev\momo\Momo\Momo\obj\Debug\Momo.application diff --git a/Momo/obj/Debug/Momo.csproj.GenerateResource.cache b/Momo/obj/Debug/Momo.csproj.GenerateResource.cache deleted file mode 100644 index 8381480..0000000 Binary files a/Momo/obj/Debug/Momo.csproj.GenerateResource.cache and /dev/null differ diff --git a/Momo/obj/Debug/Momo.csprojAssemblyReference.cache b/Momo/obj/Debug/Momo.csprojAssemblyReference.cache deleted file mode 100644 index 505ae29..0000000 Binary files a/Momo/obj/Debug/Momo.csprojAssemblyReference.cache and /dev/null differ diff --git a/Momo/obj/Debug/Momo.exe b/Momo/obj/Debug/Momo.exe deleted file mode 100644 index 4a4cd55..0000000 Binary files a/Momo/obj/Debug/Momo.exe and /dev/null differ diff --git a/Momo/obj/Debug/Momo.exe.manifest b/Momo/obj/Debug/Momo.exe.manifest deleted file mode 100644 index 1e5b02c..0000000 --- a/Momo/obj/Debug/Momo.exe.manifest +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A2Xc1g8w4H4Wpa44CNLJ9jwhzb4lO73mNMqZt8/RqIk= - - - - - - - - - - rl5/qDc7Jz+tB+BIbOv9iMGPlRe6YJwrjmU09dnlPcs= - - - - - - - - - 9KMQEKoab2jdPLC8Ffl+uea50UP5CjIMHGkzIqxYbbo= - - - \ No newline at end of file diff --git a/Momo/obj/Debug/Momo.pdb b/Momo/obj/Debug/Momo.pdb deleted file mode 100644 index 50dfc2d..0000000 Binary files a/Momo/obj/Debug/Momo.pdb and /dev/null differ diff --git a/Momo/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs b/Momo/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs deleted file mode 100644 index e69de29..0000000 diff --git a/Momo/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs b/Momo/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs deleted file mode 100644 index e69de29..0000000 diff --git a/Momo/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs b/Momo/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs deleted file mode 100644 index e69de29..0000000 diff --git a/Momo/obj/Release/DesignTimeResolveAssemblyReferences.cache b/Momo/obj/Release/DesignTimeResolveAssemblyReferences.cache deleted file mode 100644 index 2cad163..0000000 Binary files a/Momo/obj/Release/DesignTimeResolveAssemblyReferences.cache and /dev/null differ diff --git a/Momo/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache b/Momo/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache deleted file mode 100644 index 4e0c68a..0000000 Binary files a/Momo/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache and /dev/null differ diff --git a/Momo/obj/Release/Momo.Momo.resources b/Momo/obj/Release/Momo.Momo.resources deleted file mode 100644 index f625520..0000000 Binary files a/Momo/obj/Release/Momo.Momo.resources and /dev/null differ diff --git a/Momo/obj/Release/Momo.Properties.Resources.resources b/Momo/obj/Release/Momo.Properties.Resources.resources deleted file mode 100644 index 6c05a97..0000000 Binary files a/Momo/obj/Release/Momo.Properties.Resources.resources and /dev/null differ diff --git a/Momo/obj/Release/Momo.application b/Momo/obj/Release/Momo.application deleted file mode 100644 index 3f9f247..0000000 --- a/Momo/obj/Release/Momo.application +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - Rl1pFxtQPCRR+md4AakF2vxwHLWRiFbt5hRbQwbpcGY= - - - - \ No newline at end of file diff --git a/Momo/obj/Release/Momo.csproj.CoreCompileInputs.cache b/Momo/obj/Release/Momo.csproj.CoreCompileInputs.cache deleted file mode 100644 index de4f39b..0000000 --- a/Momo/obj/Release/Momo.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -c08ff4c9121d9210293b452d123116e6232a735f diff --git a/Momo/obj/Release/Momo.csproj.FileListAbsolute.txt b/Momo/obj/Release/Momo.csproj.FileListAbsolute.txt deleted file mode 100644 index a7ded42..0000000 --- a/Momo/obj/Release/Momo.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,14 +0,0 @@ -C:\Users\Armin\dev\momo\Momo\Momo\bin\Release\Momo.exe.config -C:\Users\Armin\dev\momo\Momo\Momo\bin\Release\Momo.exe.manifest -C:\Users\Armin\dev\momo\Momo\Momo\bin\Release\Momo.application -C:\Users\Armin\dev\momo\Momo\Momo\bin\Release\Momo.exe -C:\Users\Armin\dev\momo\Momo\Momo\bin\Release\Momo.pdb -C:\Users\Armin\dev\momo\Momo\Momo\obj\Release\Momo.Momo.resources -C:\Users\Armin\dev\momo\Momo\Momo\obj\Release\Momo.Properties.Resources.resources -C:\Users\Armin\dev\momo\Momo\Momo\obj\Release\Momo.csproj.GenerateResource.cache -C:\Users\Armin\dev\momo\Momo\Momo\obj\Release\Momo.csproj.CoreCompileInputs.cache -C:\Users\Armin\dev\momo\Momo\Momo\obj\Release\Momo.exe.manifest -C:\Users\Armin\dev\momo\Momo\Momo\obj\Release\Momo.application -C:\Users\Armin\dev\momo\Momo\Momo\obj\Release\Momo.exe -C:\Users\Armin\dev\momo\Momo\Momo\obj\Release\Momo.pdb -C:\Users\Armin\dev\momo\momo\Momo\obj\Release\Momo.csprojAssemblyReference.cache diff --git a/Momo/obj/Release/Momo.csproj.GenerateResource.cache b/Momo/obj/Release/Momo.csproj.GenerateResource.cache deleted file mode 100644 index 8381480..0000000 Binary files a/Momo/obj/Release/Momo.csproj.GenerateResource.cache and /dev/null differ diff --git a/Momo/obj/Release/Momo.csprojAssemblyReference.cache b/Momo/obj/Release/Momo.csprojAssemblyReference.cache deleted file mode 100644 index 505ae29..0000000 Binary files a/Momo/obj/Release/Momo.csprojAssemblyReference.cache and /dev/null differ diff --git a/Momo/obj/Release/Momo.exe b/Momo/obj/Release/Momo.exe deleted file mode 100644 index cf11bf2..0000000 Binary files a/Momo/obj/Release/Momo.exe and /dev/null differ diff --git a/Momo/obj/Release/Momo.exe.manifest b/Momo/obj/Release/Momo.exe.manifest deleted file mode 100644 index be11f94..0000000 --- a/Momo/obj/Release/Momo.exe.manifest +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - EmLwifkQt7htC4E45mIE9O88VOjzwBWFGyqxH8pdc2Y= - - - - - - - - - - rl5/qDc7Jz+tB+BIbOv9iMGPlRe6YJwrjmU09dnlPcs= - - - - - - - - - 9KMQEKoab2jdPLC8Ffl+uea50UP5CjIMHGkzIqxYbbo= - - - \ No newline at end of file diff --git a/Momo/obj/Release/Momo.pdb b/Momo/obj/Release/Momo.pdb deleted file mode 100644 index 9c5fc84..0000000 Binary files a/Momo/obj/Release/Momo.pdb and /dev/null differ diff --git a/Momo/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs b/Momo/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs deleted file mode 100644 index e69de29..0000000 diff --git a/Momo/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs b/Momo/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs deleted file mode 100644 index e69de29..0000000 diff --git a/Momo/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs b/Momo/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs deleted file mode 100644 index e69de29..0000000 diff --git a/Momo/publish/Application Files/Momo_1_0_0_0/Momo.application b/Momo/publish/Application Files/Momo_1_0_0_0/Momo.application deleted file mode 100644 index 48df259..0000000 --- a/Momo/publish/Application Files/Momo_1_0_0_0/Momo.application +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - v9agT9H3B+mR60q59A0L0A1L4OxN7gdlTeWwehnXNg4= - - - -9Gg3IhrCPk88+hkOa4bw9JVVAQL1LefKQLCjpb//CEI=lMozegMoiEy2cKxXsHwId5D2l3dB0gv99qB/7AlGkRKcGd3gGsa2MY+GClDCGS1yU/3Kwdz3j/7PJCK/u/RrNWW0EV4D0KQ8qragCso08C8x22adH/0/lHSKryDw4t7+nmkViPkUHNMZiMGBitRIS6GOQbqFu7kHnCyTNTsdYdM=ulsvw8BSAOfL9/XexnrYNQZckcrDuDQny6tGu4ZV1EuwIAA7zaB0soqURJEQFeFnPHjoTAO5u4/FdhQQ/o0pZCkB8mDJhfo6VrTXlAv1TphpKzJjDtGXgYjRx1fv/bJOUzDR8BDF8tTeuJAJfQHLrpIcRnBeWOO5YADawqsMHjk=AQABCN=DESKTOP-VTON8JS\ArminrHTVINc1YXfT6ksG+p+o2xJUK+55bRJzg5CNN4A3ve8=VHglpPIy3pUsAA+Vt680tlq6l+f19wfvzXoag7Snv4hIUDoKq5b/KBxFRb7Q5IYZi3ytl85iDaUQhZAMVCN511hrq+5qARWTXpwmhdPmOZqfWnpaZZ7L4yvVsgrwFHHWXM4a2IJ9HZN1VDMW8KPe5JaenssX2rB+K8rGfZktxdk=ulsvw8BSAOfL9/XexnrYNQZckcrDuDQny6tGu4ZV1EuwIAA7zaB0soqURJEQFeFnPHjoTAO5u4/FdhQQ/o0pZCkB8mDJhfo6VrTXlAv1TphpKzJjDtGXgYjRx1fv/bJOUzDR8BDF8tTeuJAJfQHLrpIcRnBeWOO5YADawqsMHjk=AQABMIIB7TCCAVagAwIBAgIQFrxvznyELb1LdPqpwgLxHTANBgkqhkiG9w0BAQsFADA1MTMwMQYDVQQDHioARABFAFMASwBUAE8AUAAtAFYAVABPAE4AOABKAFMAXABBAHIAbQBpAG4wHhcNMTgxMDE0MjIwNjE5WhcNMTkxMDE1MDQwNjE5WjA1MTMwMQYDVQQDHioARABFAFMASwBUAE8AUAAtAFYAVABPAE4AOABKAFMAXABBAHIAbQBpAG4wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBALpbL8PAUgDny/f13sZ62DUGXJHKw7g0J8urRruGVdRLsCAAO82gdLKKlESREBXhZzx46EwDubuPxXYUEP6NKWQpAfJgyYX6Ola015QL9U6YaSsyYw7Rl4GI0cdX7/2yTlMw0fAQxfLU3riQCX0By66SHEZwXljjuWAA2sKrDB45AgMBAAEwDQYJKoZIhvcNAQELBQADgYEAeux3wo/YQwXQQ7qbK/IIzjeuRzvaDKkbsEHehsApYpVv/EJrAfBg4WfYsVv/Mbc/UeDl0mzC14gu4IxYLlsoffcx2rItgcvg1gRIiMJr26Rw3OEUGatRgYxzI5WoBFTqchixy4HpflJxCgE3kXeNeBY4qHnOQg1jPqRUaXEQOs4= \ No newline at end of file diff --git a/Momo/publish/Application Files/Momo_1_0_0_0/Momo.exe.config.deploy b/Momo/publish/Application Files/Momo_1_0_0_0/Momo.exe.config.deploy deleted file mode 100644 index 731f6de..0000000 --- a/Momo/publish/Application Files/Momo_1_0_0_0/Momo.exe.config.deploy +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Momo/publish/Application Files/Momo_1_0_0_0/Momo.exe.deploy b/Momo/publish/Application Files/Momo_1_0_0_0/Momo.exe.deploy deleted file mode 100644 index 3a282fe..0000000 Binary files a/Momo/publish/Application Files/Momo_1_0_0_0/Momo.exe.deploy and /dev/null differ diff --git a/Momo/publish/Application Files/Momo_1_0_0_0/Momo.exe.manifest b/Momo/publish/Application Files/Momo_1_0_0_0/Momo.exe.manifest deleted file mode 100644 index 3b74099..0000000 --- a/Momo/publish/Application Files/Momo_1_0_0_0/Momo.exe.manifest +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - rnBlvKJVDL+c4OewqM65YsTnzsOTaTSzufGn+tMMs8U= - - - - - - - - - - rl5/qDc7Jz+tB+BIbOv9iMGPlRe6YJwrjmU09dnlPcs= - - - - - - - - - 9KMQEKoab2jdPLC8Ffl+uea50UP5CjIMHGkzIqxYbbo= - - -HJY9p102R3Dz4gdwYYwSFXm/MPJAWpOpyW4Dk0RJbw0=j4apM50SU8BC6iRtsK/tVXDCu0ICta5GOhMBbeKrFzOQRQto5rWcWbl78kUtCQ/eCNIl8xo4IqTrQQSUlBc/e7ZcLu9b11WDGGpoVqnHbVgOG8X4+GF1krsepvUT5PDuiLHNCzfgyvRXRfUBBEtOWT2sHim7Un243uiqjri9dtY=ulsvw8BSAOfL9/XexnrYNQZckcrDuDQny6tGu4ZV1EuwIAA7zaB0soqURJEQFeFnPHjoTAO5u4/FdhQQ/o0pZCkB8mDJhfo6VrTXlAv1TphpKzJjDtGXgYjRx1fv/bJOUzDR8BDF8tTeuJAJfQHLrpIcRnBeWOO5YADawqsMHjk=AQABCN=DESKTOP-VTON8JS\Armin15PzCwq1a0lM9YJDJNLChIzNCevqMDyBIzqei7Y6xe0=QjA06lC6GBVWQ4RqVtqc1eIm0lBBsPIHL/Pd0yo6+VQGBOAX+zG6rIyeEP1To6bek0WIX4XnDVywMQVg4SCypanHLFaCsJFz2bdQmH8rwzPQv3KleJxa/OOqB3ovhyIMSwq4VI7UAEmojWq7dxDOxMl3WcTPYK0r0L12MWW8RQ0=ulsvw8BSAOfL9/XexnrYNQZckcrDuDQny6tGu4ZV1EuwIAA7zaB0soqURJEQFeFnPHjoTAO5u4/FdhQQ/o0pZCkB8mDJhfo6VrTXlAv1TphpKzJjDtGXgYjRx1fv/bJOUzDR8BDF8tTeuJAJfQHLrpIcRnBeWOO5YADawqsMHjk=AQABMIIB7TCCAVagAwIBAgIQFrxvznyELb1LdPqpwgLxHTANBgkqhkiG9w0BAQsFADA1MTMwMQYDVQQDHioARABFAFMASwBUAE8AUAAtAFYAVABPAE4AOABKAFMAXABBAHIAbQBpAG4wHhcNMTgxMDE0MjIwNjE5WhcNMTkxMDE1MDQwNjE5WjA1MTMwMQYDVQQDHioARABFAFMASwBUAE8AUAAtAFYAVABPAE4AOABKAFMAXABBAHIAbQBpAG4wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBALpbL8PAUgDny/f13sZ62DUGXJHKw7g0J8urRruGVdRLsCAAO82gdLKKlESREBXhZzx46EwDubuPxXYUEP6NKWQpAfJgyYX6Ola015QL9U6YaSsyYw7Rl4GI0cdX7/2yTlMw0fAQxfLU3riQCX0By66SHEZwXljjuWAA2sKrDB45AgMBAAEwDQYJKoZIhvcNAQELBQADgYEAeux3wo/YQwXQQ7qbK/IIzjeuRzvaDKkbsEHehsApYpVv/EJrAfBg4WfYsVv/Mbc/UeDl0mzC14gu4IxYLlsoffcx2rItgcvg1gRIiMJr26Rw3OEUGatRgYxzI5WoBFTqchixy4HpflJxCgE3kXeNeBY4qHnOQg1jPqRUaXEQOs4= \ No newline at end of file diff --git a/Momo/publish/Application Files/Momo_1_0_0_0/res/kassiopeia.ico.deploy b/Momo/publish/Application Files/Momo_1_0_0_0/res/kassiopeia.ico.deploy deleted file mode 100644 index d830897..0000000 Binary files a/Momo/publish/Application Files/Momo_1_0_0_0/res/kassiopeia.ico.deploy and /dev/null differ diff --git a/Momo/publish/Momo.application b/Momo/publish/Momo.application deleted file mode 100644 index 48df259..0000000 --- a/Momo/publish/Momo.application +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - v9agT9H3B+mR60q59A0L0A1L4OxN7gdlTeWwehnXNg4= - - - -9Gg3IhrCPk88+hkOa4bw9JVVAQL1LefKQLCjpb//CEI=lMozegMoiEy2cKxXsHwId5D2l3dB0gv99qB/7AlGkRKcGd3gGsa2MY+GClDCGS1yU/3Kwdz3j/7PJCK/u/RrNWW0EV4D0KQ8qragCso08C8x22adH/0/lHSKryDw4t7+nmkViPkUHNMZiMGBitRIS6GOQbqFu7kHnCyTNTsdYdM=ulsvw8BSAOfL9/XexnrYNQZckcrDuDQny6tGu4ZV1EuwIAA7zaB0soqURJEQFeFnPHjoTAO5u4/FdhQQ/o0pZCkB8mDJhfo6VrTXlAv1TphpKzJjDtGXgYjRx1fv/bJOUzDR8BDF8tTeuJAJfQHLrpIcRnBeWOO5YADawqsMHjk=AQABCN=DESKTOP-VTON8JS\ArminrHTVINc1YXfT6ksG+p+o2xJUK+55bRJzg5CNN4A3ve8=VHglpPIy3pUsAA+Vt680tlq6l+f19wfvzXoag7Snv4hIUDoKq5b/KBxFRb7Q5IYZi3ytl85iDaUQhZAMVCN511hrq+5qARWTXpwmhdPmOZqfWnpaZZ7L4yvVsgrwFHHWXM4a2IJ9HZN1VDMW8KPe5JaenssX2rB+K8rGfZktxdk=ulsvw8BSAOfL9/XexnrYNQZckcrDuDQny6tGu4ZV1EuwIAA7zaB0soqURJEQFeFnPHjoTAO5u4/FdhQQ/o0pZCkB8mDJhfo6VrTXlAv1TphpKzJjDtGXgYjRx1fv/bJOUzDR8BDF8tTeuJAJfQHLrpIcRnBeWOO5YADawqsMHjk=AQABMIIB7TCCAVagAwIBAgIQFrxvznyELb1LdPqpwgLxHTANBgkqhkiG9w0BAQsFADA1MTMwMQYDVQQDHioARABFAFMASwBUAE8AUAAtAFYAVABPAE4AOABKAFMAXABBAHIAbQBpAG4wHhcNMTgxMDE0MjIwNjE5WhcNMTkxMDE1MDQwNjE5WjA1MTMwMQYDVQQDHioARABFAFMASwBUAE8AUAAtAFYAVABPAE4AOABKAFMAXABBAHIAbQBpAG4wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBALpbL8PAUgDny/f13sZ62DUGXJHKw7g0J8urRruGVdRLsCAAO82gdLKKlESREBXhZzx46EwDubuPxXYUEP6NKWQpAfJgyYX6Ola015QL9U6YaSsyYw7Rl4GI0cdX7/2yTlMw0fAQxfLU3riQCX0By66SHEZwXljjuWAA2sKrDB45AgMBAAEwDQYJKoZIhvcNAQELBQADgYEAeux3wo/YQwXQQ7qbK/IIzjeuRzvaDKkbsEHehsApYpVv/EJrAfBg4WfYsVv/Mbc/UeDl0mzC14gu4IxYLlsoffcx2rItgcvg1gRIiMJr26Rw3OEUGatRgYxzI5WoBFTqchixy4HpflJxCgE3kXeNeBY4qHnOQg1jPqRUaXEQOs4= \ No newline at end of file diff --git a/Momo/publish/setup.exe b/Momo/publish/setup.exe deleted file mode 100644 index bb5a385..0000000 Binary files a/Momo/publish/setup.exe and /dev/null differ