diff --git a/.gitignore b/.gitignore index 3c4efe2..a4d6d9c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,261 +1 @@ -## Ignore Visual Studio temporary files, build results, and -## files generated by popular Visual Studio add-ons. - -# User-specific files -*.suo -*.user -*.userosscache -*.sln.docstates - -# User-specific files (MonoDevelop/Xamarin Studio) -*.userprefs - -# Build results -[Dd]ebug/ -[Dd]ebugPublic/ -[Rr]elease/ -[Rr]eleases/ -x64/ -x86/ -bld/ -[Bb]in/ -[Oo]bj/ -[Ll]og/ - -# Visual Studio 2015 cache/options directory -.vs/ -# Uncomment if you have tasks that create the project's static files in wwwroot -#wwwroot/ - -# MSTest test Results -[Tt]est[Rr]esult*/ -[Bb]uild[Ll]og.* - -# NUNIT -*.VisualState.xml -TestResult.xml - -# Build Results of an ATL Project -[Dd]ebugPS/ -[Rr]eleasePS/ -dlldata.c - -# DNX -project.lock.json -project.fragment.lock.json -artifacts/ - -*_i.c -*_p.c -*_i.h -*.ilk -*.meta -*.obj -*.pch -*.pdb -*.pgc -*.pgd -*.rsp -*.sbr -*.tlb -*.tli -*.tlh -*.tmp -*.tmp_proj -*.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 - -# 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 - -# 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 -# TODO: 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 -# The packages folder can be ignored because of Package Restore -**/packages/* -# except build/, which is used as an MSBuild target. -!**/packages/build/ -# Uncomment if necessary however generally it will be regenerated when needed -#!**/packages/repositories.config -# NuGet v3's project.json files produces more ignoreable 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 - -# 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 -node_modules/ -orleans.codegen.cs - -# 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 - -# SQL Server files -*.mdf -*.ldf - -# Business Intelligence projects -*.rdl.data -*.bim.layout -*.bim_*.settings - -# Microsoft Fakes -FakesAssemblies/ - -# GhostDoc plugin setting file -*.GhostDoc.xml - -# Node.js Tools for Visual Studio -.ntvs_analysis.dat - -# Visual Studio 6 build log -*.plg - -# Visual Studio 6 workspace options file -*.opt - -# 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/ - -# JetBrains Rider -.idea/ -*.sln.iml - -# CodeRush -.cr/ - -# Python Tools for Visual Studio (PTVS) -__pycache__/ -*.pyc \ No newline at end of file +.vs/ \ No newline at end of file diff --git a/Momo/Momo.csproj b/Momo/Momo.csproj index dcd67b5..027ce21 100644 --- a/Momo/Momo.csproj +++ b/Momo/Momo.csproj @@ -12,6 +12,22 @@ 512 true true + false + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 1 + 1.0.0.%2a + false + true + true AnyCPU @@ -32,6 +48,18 @@ prompt 4 + + B1E801A5984AFBD208FE3B39D356FE86DDA7AC0E + + + Momo_TemporaryKey.pfx + + + true + + + true + @@ -66,6 +94,7 @@ True Resources.resx + SettingsSingleFileGenerator Settings.Designer.cs @@ -79,7 +108,18 @@ - + + + False + Microsoft .NET Framework 4.6.1 %28x86 and x64%29 + true + + + False + .NET Framework 3.5 SP1 + false + + diff --git a/Momo/Momo.csproj.user b/Momo/Momo.csproj.user new file mode 100644 index 0000000..dea172c --- /dev/null +++ b/Momo/Momo.csproj.user @@ -0,0 +1,13 @@ + + + + + + + + + + en-US + false + + \ No newline at end of file diff --git a/Momo/Momo_TemporaryKey.pfx b/Momo/Momo_TemporaryKey.pfx new file mode 100644 index 0000000..20d6e09 Binary files /dev/null and b/Momo/Momo_TemporaryKey.pfx differ diff --git a/Momo/bin/Debug/Momo.application b/Momo/bin/Debug/Momo.application new file mode 100644 index 0000000..4d8c28c --- /dev/null +++ b/Momo/bin/Debug/Momo.application @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + DFN7QXzK5xfERmc91RGX+TTqvMwaM88bcYcWwD+Ua7w= + + + + \ No newline at end of file diff --git a/Momo/bin/Debug/Momo.exe b/Momo/bin/Debug/Momo.exe new file mode 100644 index 0000000..f50764c Binary files /dev/null and b/Momo/bin/Debug/Momo.exe differ diff --git a/Momo/bin/Debug/Momo.exe.config b/Momo/bin/Debug/Momo.exe.config new file mode 100644 index 0000000..731f6de --- /dev/null +++ b/Momo/bin/Debug/Momo.exe.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Momo/bin/Debug/Momo.exe.manifest b/Momo/bin/Debug/Momo.exe.manifest new file mode 100644 index 0000000..603a946 --- /dev/null +++ b/Momo/bin/Debug/Momo.exe.manifest @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + rnBlvKJVDL+c4OewqM65YsTnzsOTaTSzufGn+tMMs8U= + + + + + + + + + + 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 new file mode 100644 index 0000000..68b9151 Binary files /dev/null and b/Momo/bin/Debug/Momo.pdb differ diff --git a/Momo/bin/Debug/app.publish/Momo.exe b/Momo/bin/Debug/app.publish/Momo.exe new file mode 100644 index 0000000..3a282fe Binary files /dev/null and b/Momo/bin/Debug/app.publish/Momo.exe differ diff --git a/Momo/bin/Debug/kassio b/Momo/bin/Debug/kassio new file mode 100644 index 0000000..d0bda49 --- /dev/null +++ b/Momo/bin/Debug/kassio @@ -0,0 +1 @@ +636751507317081593 \ No newline at end of file diff --git a/Momo/bin/Debug/kassio.bak b/Momo/bin/Debug/kassio.bak new file mode 100644 index 0000000..9c59a2c --- /dev/null +++ b/Momo/bin/Debug/kassio.bak @@ -0,0 +1 @@ +636751504422689790 \ No newline at end of file diff --git a/Momo/bin/Release/Momo.application b/Momo/bin/Release/Momo.application new file mode 100644 index 0000000..28b7073 --- /dev/null +++ b/Momo/bin/Release/Momo.application @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + /+ZxsyfWATviqAzxY9ntXBPHAoyr8tXyqDQAfzO3Nq4= + + + + \ No newline at end of file diff --git a/Momo/bin/Release/Momo.exe b/Momo/bin/Release/Momo.exe new file mode 100644 index 0000000..33de432 Binary files /dev/null and b/Momo/bin/Release/Momo.exe differ diff --git a/Momo/bin/Release/Momo.exe.config b/Momo/bin/Release/Momo.exe.config new file mode 100644 index 0000000..731f6de --- /dev/null +++ b/Momo/bin/Release/Momo.exe.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Momo/bin/Release/Momo.exe.manifest b/Momo/bin/Release/Momo.exe.manifest new file mode 100644 index 0000000..baf9554 --- /dev/null +++ b/Momo/bin/Release/Momo.exe.manifest @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + H02kvvpKF4jNxyGN8o9+0OUerbxWnD8bc8cclG0yvcw= + + + + + + + + + + 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 new file mode 100644 index 0000000..79d2f29 Binary files /dev/null and b/Momo/bin/Release/Momo.pdb differ diff --git a/Momo/bin/Release/app.publish/Momo.exe b/Momo/bin/Release/app.publish/Momo.exe new file mode 100644 index 0000000..6e4b977 Binary files /dev/null and b/Momo/bin/Release/app.publish/Momo.exe differ diff --git a/Momo/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/Momo/obj/Debug/DesignTimeResolveAssemblyReferences.cache new file mode 100644 index 0000000..6bbd49e Binary files /dev/null and b/Momo/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/Momo/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Momo/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..5636fcd Binary files /dev/null and b/Momo/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Momo/obj/Debug/Momo.Momo.resources b/Momo/obj/Debug/Momo.Momo.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/Momo/obj/Debug/Momo.Momo.resources differ diff --git a/Momo/obj/Debug/Momo.Properties.Resources.resources b/Momo/obj/Debug/Momo.Properties.Resources.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/Momo/obj/Debug/Momo.Properties.Resources.resources differ diff --git a/Momo/obj/Debug/Momo.application b/Momo/obj/Debug/Momo.application new file mode 100644 index 0000000..4d8c28c --- /dev/null +++ b/Momo/obj/Debug/Momo.application @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + DFN7QXzK5xfERmc91RGX+TTqvMwaM88bcYcWwD+Ua7w= + + + + \ No newline at end of file diff --git a/Momo/obj/Debug/Momo.csproj.CoreCompileInputs.cache b/Momo/obj/Debug/Momo.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..de4f39b --- /dev/null +++ b/Momo/obj/Debug/Momo.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +c08ff4c9121d9210293b452d123116e6232a735f diff --git a/Momo/obj/Debug/Momo.csproj.FileListAbsolute.txt b/Momo/obj/Debug/Momo.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..7548d42 --- /dev/null +++ b/Momo/obj/Debug/Momo.csproj.FileListAbsolute.txt @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..4f0db9b Binary files /dev/null and b/Momo/obj/Debug/Momo.csproj.GenerateResource.cache differ diff --git a/Momo/obj/Debug/Momo.csprojAssemblyReference.cache b/Momo/obj/Debug/Momo.csprojAssemblyReference.cache new file mode 100644 index 0000000..dfd36ff Binary files /dev/null and b/Momo/obj/Debug/Momo.csprojAssemblyReference.cache differ diff --git a/Momo/obj/Debug/Momo.exe b/Momo/obj/Debug/Momo.exe new file mode 100644 index 0000000..f50764c Binary files /dev/null and b/Momo/obj/Debug/Momo.exe differ diff --git a/Momo/obj/Debug/Momo.exe.manifest b/Momo/obj/Debug/Momo.exe.manifest new file mode 100644 index 0000000..603a946 --- /dev/null +++ b/Momo/obj/Debug/Momo.exe.manifest @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + rnBlvKJVDL+c4OewqM65YsTnzsOTaTSzufGn+tMMs8U= + + + + + + + + + + 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 new file mode 100644 index 0000000..68b9151 Binary files /dev/null and b/Momo/obj/Debug/Momo.pdb 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 new file mode 100644 index 0000000..e69de29 diff --git a/Momo/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs b/Momo/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs new file mode 100644 index 0000000..e69de29 diff --git a/Momo/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs b/Momo/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs new file mode 100644 index 0000000..e69de29 diff --git a/Momo/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache b/Momo/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..00bd2ef Binary files /dev/null and b/Momo/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Momo/obj/Release/Momo.Momo.resources b/Momo/obj/Release/Momo.Momo.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/Momo/obj/Release/Momo.Momo.resources differ diff --git a/Momo/obj/Release/Momo.Properties.Resources.resources b/Momo/obj/Release/Momo.Properties.Resources.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/Momo/obj/Release/Momo.Properties.Resources.resources differ diff --git a/Momo/obj/Release/Momo.application b/Momo/obj/Release/Momo.application new file mode 100644 index 0000000..28b7073 --- /dev/null +++ b/Momo/obj/Release/Momo.application @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + /+ZxsyfWATviqAzxY9ntXBPHAoyr8tXyqDQAfzO3Nq4= + + + + \ No newline at end of file diff --git a/Momo/obj/Release/Momo.csproj.CoreCompileInputs.cache b/Momo/obj/Release/Momo.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..de4f39b --- /dev/null +++ b/Momo/obj/Release/Momo.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +c08ff4c9121d9210293b452d123116e6232a735f diff --git a/Momo/obj/Release/Momo.csproj.FileListAbsolute.txt b/Momo/obj/Release/Momo.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..31a1fbc --- /dev/null +++ b/Momo/obj/Release/Momo.csproj.FileListAbsolute.txt @@ -0,0 +1,13 @@ +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 diff --git a/Momo/obj/Release/Momo.csproj.GenerateResource.cache b/Momo/obj/Release/Momo.csproj.GenerateResource.cache new file mode 100644 index 0000000..4f0db9b Binary files /dev/null and b/Momo/obj/Release/Momo.csproj.GenerateResource.cache differ diff --git a/Momo/obj/Release/Momo.exe b/Momo/obj/Release/Momo.exe new file mode 100644 index 0000000..33de432 Binary files /dev/null and b/Momo/obj/Release/Momo.exe differ diff --git a/Momo/obj/Release/Momo.exe.manifest b/Momo/obj/Release/Momo.exe.manifest new file mode 100644 index 0000000..baf9554 --- /dev/null +++ b/Momo/obj/Release/Momo.exe.manifest @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + H02kvvpKF4jNxyGN8o9+0OUerbxWnD8bc8cclG0yvcw= + + + + + + + + + + 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 new file mode 100644 index 0000000..79d2f29 Binary files /dev/null and b/Momo/obj/Release/Momo.pdb 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 new file mode 100644 index 0000000..e69de29 diff --git a/Momo/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs b/Momo/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs new file mode 100644 index 0000000..e69de29 diff --git a/Momo/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs b/Momo/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs new file mode 100644 index 0000000..e69de29 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 new file mode 100644 index 0000000..48df259 --- /dev/null +++ b/Momo/publish/Application Files/Momo_1_0_0_0/Momo.application @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + 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 new file mode 100644 index 0000000..731f6de --- /dev/null +++ b/Momo/publish/Application Files/Momo_1_0_0_0/Momo.exe.config.deploy @@ -0,0 +1,6 @@ + + + + + + \ 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 new file mode 100644 index 0000000..3a282fe Binary files /dev/null and b/Momo/publish/Application Files/Momo_1_0_0_0/Momo.exe.deploy 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 new file mode 100644 index 0000000..3b74099 --- /dev/null +++ b/Momo/publish/Application Files/Momo_1_0_0_0/Momo.exe.manifest @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 new file mode 100644 index 0000000..d830897 Binary files /dev/null and b/Momo/publish/Application Files/Momo_1_0_0_0/res/kassiopeia.ico.deploy differ diff --git a/Momo/publish/Momo.application b/Momo/publish/Momo.application new file mode 100644 index 0000000..48df259 --- /dev/null +++ b/Momo/publish/Momo.application @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + 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 new file mode 100644 index 0000000..bb5a385 Binary files /dev/null and b/Momo/publish/setup.exe differ