From 8e76e1757d3983a0cb17d5c286afbef7d3c074ea Mon Sep 17 00:00:00 2001 From: Param Date: Wed, 9 May 2018 13:34:57 +0530 Subject: [PATCH 1/5] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0171120 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# DesktopScreenRecorder +DesktopScreenRecorder is a WPF application which provide desktop screen recording functionlaity. For the time this does not support audio recording with video. This application output .avi file. From 53cca517ec82bf659fabb23c5360b05482b7058a Mon Sep 17 00:00:00 2001 From: Maifee Ul Asad <29339330+maifeeulasad@users.noreply.github.com> Date: Sun, 19 May 2019 12:03:37 +0600 Subject: [PATCH 2/5] Create .gitignore --- .gitignore | 330 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 330 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3e759b7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,330 @@ +## 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 +*.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/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 + +# 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/ +**/Properties/launchSettings.json + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_i.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.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 + +# 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 +# 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 + +# 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 + +# 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/ + +# JetBrains Rider +.idea/ +*.sln.iml + +# CodeRush +.cr/ + +# 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/ From 7174f7a1f310c5da60eaef511813ed4f37c10406 Mon Sep 17 00:00:00 2001 From: maifeeulasad Date: Sun, 19 May 2019 12:04:18 +0600 Subject: [PATCH 3/5] after .gitignore --- .vs/DesktopScreenRecorder/v15/.suo | Bin 69120 -> 67072 bytes .../bin/Debug/DesktopScreenRecorder.exe | Bin 13312 -> 13312 bytes .../bin/Debug/DesktopScreenRecorder.pdb | Bin 24064 -> 24064 bytes DesktopScreenRecorder/obj/Debug/App.g.cs | 2 +- DesktopScreenRecorder/obj/Debug/App.g.i.cs | 2 +- ...eenRecorder.csproj.CoreCompileInputs.cache | 2 +- ...ScreenRecorder.csproj.FileListAbsolute.txt | 39 ++++++++++++++++++ ...reenRecorder.csproj.GenerateResource.Cache | Bin 954 -> 954 bytes .../obj/Debug/DesktopScreenRecorder.exe | Bin 13312 -> 13312 bytes .../obj/Debug/DesktopScreenRecorder.pdb | Bin 24064 -> 24064 bytes .../DesktopScreenRecorder_MarkupCompile.cache | 8 ++-- .../DesktopScreenRecorder_MarkupCompile.lref | 4 +- .../obj/Debug/MainWindow.g.cs | 2 +- .../obj/Debug/MainWindow.g.i.cs | 2 +- 14 files changed, 50 insertions(+), 11 deletions(-) diff --git a/.vs/DesktopScreenRecorder/v15/.suo b/.vs/DesktopScreenRecorder/v15/.suo index db21012d5d429e1e380fce9bb06f974055be5fad..04aa1a4db69f7b1c67d276026176d051591fc074 100644 GIT binary patch delta 5012 zcmcIodr(y86~EuIyX>-ead{&kFCQTaTR=r53oNi8Zloprb(&IW##-mI8`7};}+Cv7qQ>Nby*FV_;kf3B!2=u0p(D{XK44}(=%io zuMlAJSZxf>ViBa8I8YnQ;sSBjU=OS9*9Ulke>^2T!dJRSdSow zQV{ndmLirR^a#?Wt7M>dGej>ets>s{gr*}h2Pzq0z zpQD^aXby^w8^VX@5YHoCKoH|sIKGI0{XvW5M`-e9P$}#UQr$m-4<`|)5Tl6Gi1Ubd z5oZzS5M<#!94{c=M_inwUB>YP#2Dg3#1+Ixh>sDZ^X-7;nL%D;QQ+pQwG7ik+6&}J z8x6)2a`=j`7$fEf2ajO6BmXMu^Q zq==g|LMf!!jSm^#@vuPI;6@$jVwS^*EQ9R=cT6?S6g!b$3ga;qa8j1e9tU@94WBt_ z!1o5lV@ObW$D;!I!B7)V8ABO0#eN4Leg{3Fk%5ZwqER;26v-|0c(P`Yd|+{Dv25Q3Om)d6sa<35HWZJs~YrAty3zd_ zZT4fhZou86nn5*U%Bq;VcPK|bm}26oG-OO;m700lF1*=!sOnJ^pwy+Sfh*?HI1~OAa;vy(E(@^&x1bnNi1*bvX5rdQTqfQN za9oY!N|ae8>E}TKzdVEXQ6@c;MS*j1BDa>aVrsQvYHhX^#_!UwSp3weo{d#m$#6NPf z16?Y?nGI2@YBntOrBJ`?<%V=vx|bW-O?(!P_3-baCeO&hh20!Y&OBEuXEe$ z1yQuxJ6tA9vYjV_^$Jd;+?w+tgFY_Dmrw7A4#o6vrc_;Omj!FA2-~R^NTae%XYJ?6F}8 zDV6Ab%P?mOCX&hJT9h7U%8?a*TItoA_nt9xM2!8Zo; z;xuN|DdBRko9h6U9|4}?a@e1r9d>R0FKVf6ZM-ADFf6!Wf?qLcA*>VdI!QMw`H~*F2fi_d{c2{8QChGA)~8HhvxoZ`0FOKrs0mf4RCcwoQ66Z z|DBl7iviDL&2Y6kPE$97?k-9tV#$#%Y?Si+FW)@I7#yxY0(;HTaI_)|;(L!k`r2SvvRemdD^Oqu&!&ipdxBs~Q!=O?`4p9I!YeOa zCLy?J{#?^G{Y^m5KK*zO?5k>)^pCz24~9)~aPy_J(s3l(nF1f0aP)9Ktn{Aq8V_NC z4uCa>-(&&DUp2}Ghdo~7Yb|UZ`x3uX`c{=1jO(-Tuh%vzOLCgmlr_L}ujMixp8MOV zl3Gi3FmxV^T}i#Dn%W3PpFB0o|ESH*SK}BIME$E;x>47vBP}{Gm0|GNvH2_QKuLX0hf+|?bFvk;MgV!G+ zB{}+mp$?}TEksQ&tI0PtIiaSGQb)m&WEbKD_0`mY`D{jvTu;eIi)54{CB0mY-*V5tJ8#L~8HI(yO&24( zQx9aHRAe($G>~*UfzBZ)I-RTa9XGkyZZCm0Bp;jRA4LI{JgP!8}$xfbe2l8bs3x-Wed`?-7*T6H9F|Si}bl0~!1;LKpn8WEE9w}qN z-{5;lkkH-^OHanalc$0e_z~Xv*2}WKX7JD{W57=4W5q+q$y9jzWIX)gRMX%E{KYle z1icrQdWT1c*~=a^p240oZ$vbk1Q)$8vHnR65@jmm&K@wzm_^y1)7)Vd;n-Oxn@MS7 zGSHmQm`#U-OS-^9tOclf;2|Y5OnZQ9mntCXO2$wUJO1&*3?5E1;b|&|lWB&)b?;M5 zIXG6h5SETb!te(v(0@Kcjt(lk>`Fg_hO`v#(y=QHGC#@=nb;6P3J2|O{efdjRsm0q z{cqYEGs&jXV0YVWdE9-iHfNgM(j~aMv9r&qvOG}G-R;s>3D~&nCp#|JeM316E~g&E zua`o-YsThg!haguVc!rBM=Mp{-cNSjJKy4R30*C=p4@2$Q5XMVq)Q)*>-zP@ukL@O R<;IcXx6fC3lk`W~{{i)B_@4j( delta 2096 zcmeHIUrbw781HGju46E}feyk%G}}Tb&=%TK=HfWLx3m{}p_g)@tuv$lZvWC&?k$wY zWK1{X!yZOYG9KhX>x)K>8CMgNnT%v6%Z3}tMzUnSEKAH{jLS5sgJKs6Kd(Zv8@64W6&n~FX8DCW@Dxy;;@S`C1U+e4Z#H+&Ce}Q`hkXzHNT6*O} zIjfliK#PF7(X|&()?(CPkOe!jZo_yP1DoshSZgq`s1N zQ>w=y4S4$SQz2-reh6LGn2^-4AnO7TRpo-RJl=uqCz|A@;=NjAJYSTHckb>1*X1{V z{%L>JL+$2oQ!3_QZ$FH9B~Y1INpS#sX}sk%I4>I;_MGQ(D^H^CmE+b z=AYzEA0)3iQU81cg)y&z0= zy39d?;K|ImI=R3Y<(T36{ElhKG14<-%254TI+yCR4I3ja)@hjxPO~8>_H&bCG^F|% zhZyHih7#_;h(DJIgxFBbst>y@lX+`C=}uXqWAP|7#KT@U?3Oyao!-FUgvdcE$@-yN zgflTe&C@Z_p);DU!IK6=^F#OF0-ZG+-bA5_gEuByCsTdudeU# z5EevVdmZw=6;fpi#s58E)O)j~{u!s|DX%JlT0V926hIGyZ^%n4-#xP{G^2fOz3BJ6 zfW|-HBcJ<%2J*K*x>_3E#qUNs*?U-@#yErVK1OP@4cO-IE5Whn1@ydt{=I;xjRL~? zvMuDA1Q^vA+662CuoL!P%pb(r~l$x5S SFu6iqesZJw`OO&`Gq?fW^eB%2 diff --git a/DesktopScreenRecorder/bin/Debug/DesktopScreenRecorder.pdb b/DesktopScreenRecorder/bin/Debug/DesktopScreenRecorder.pdb index 15131109adbfa868fbeebe17b409918438f2af80..8893e709721e16d7d063a3935eb1ea19a099da41 100644 GIT binary patch delta 2134 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 CqVyO5 diff --git a/DesktopScreenRecorder/obj/Debug/App.g.cs b/DesktopScreenRecorder/obj/Debug/App.g.cs index 6a139c7..07b6165 100644 --- a/DesktopScreenRecorder/obj/Debug/App.g.cs +++ b/DesktopScreenRecorder/obj/Debug/App.g.cs @@ -1,4 +1,4 @@ -#pragma checksum "..\..\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "C87D44510D0BA55BE9B68877F7870D6B" +#pragma checksum "..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "CE23617A3CFA78AC6DD41664CB2666150B2BDC5C" //------------------------------------------------------------------------------ // // This code was generated by a tool. diff --git a/DesktopScreenRecorder/obj/Debug/App.g.i.cs b/DesktopScreenRecorder/obj/Debug/App.g.i.cs index 6a139c7..07b6165 100644 --- a/DesktopScreenRecorder/obj/Debug/App.g.i.cs +++ b/DesktopScreenRecorder/obj/Debug/App.g.i.cs @@ -1,4 +1,4 @@ -#pragma checksum "..\..\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "C87D44510D0BA55BE9B68877F7870D6B" +#pragma checksum "..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "CE23617A3CFA78AC6DD41664CB2666150B2BDC5C" //------------------------------------------------------------------------------ // // This code was generated by a tool. diff --git a/DesktopScreenRecorder/obj/Debug/DesktopScreenRecorder.csproj.CoreCompileInputs.cache b/DesktopScreenRecorder/obj/Debug/DesktopScreenRecorder.csproj.CoreCompileInputs.cache index 27c60ec..9da8f45 100644 --- a/DesktopScreenRecorder/obj/Debug/DesktopScreenRecorder.csproj.CoreCompileInputs.cache +++ b/DesktopScreenRecorder/obj/Debug/DesktopScreenRecorder.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -c7359e73ebf0f8243ccff5b81096627516cc642f +72632be5c51a93b0d586f409b58bdfb284c71d07 diff --git a/DesktopScreenRecorder/obj/Debug/DesktopScreenRecorder.csproj.FileListAbsolute.txt b/DesktopScreenRecorder/obj/Debug/DesktopScreenRecorder.csproj.FileListAbsolute.txt index 9a411d1..63df22a 100644 --- a/DesktopScreenRecorder/obj/Debug/DesktopScreenRecorder.csproj.FileListAbsolute.txt +++ b/DesktopScreenRecorder/obj/Debug/DesktopScreenRecorder.csproj.FileListAbsolute.txt @@ -36,3 +36,42 @@ E:\Git\Desktop Screen Recorder\DesktopScreenRecorder\DesktopScreenRecorder\bin\D E:\Git\Desktop Screen Recorder\DesktopScreenRecorder\DesktopScreenRecorder\bin\Debug\Accord.Video.FFMPEG.xml E:\Git\Desktop Screen Recorder\DesktopScreenRecorder\DesktopScreenRecorder\obj\Debug\DesktopScreenRecorder_Content.g.cs E:\Git\Desktop Screen Recorder\DesktopScreenRecorder\DesktopScreenRecorder\obj\Debug\DesktopScreenRecorder.csprojResolveAssemblyReference.cache +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\bin\Debug\avcodec-57.dll +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\bin\Debug\avdevice-57.dll +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\bin\Debug\avfilter-6.dll +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\bin\Debug\avformat-57.dll +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\bin\Debug\avutil-55.dll +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\bin\Debug\postproc-54.dll +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\bin\Debug\swresample-2.dll +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\bin\Debug\swscale-4.dll +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\bin\Debug\Accord.dll.config +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\bin\Debug\DesktopScreenRecorder.exe.config +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\bin\Debug\DesktopScreenRecorder.exe +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\bin\Debug\DesktopScreenRecorder.pdb +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\bin\Debug\Accord.dll +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\bin\Debug\Accord.Video.dll +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\bin\Debug\Accord.Video.FFMPEG.dll +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\bin\Debug\ControlzEx.dll +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\bin\Debug\MahApps.Metro.dll +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\bin\Debug\System.Windows.Interactivity.dll +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\bin\Debug\Accord.xml +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\bin\Debug\Accord.Video.xml +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\bin\Debug\Accord.Video.FFMPEG.xml +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\bin\Debug\ControlzEx.pdb +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\bin\Debug\MahApps.Metro.pdb +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\bin\Debug\MahApps.Metro.xml +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\obj\Debug\DesktopScreenRecorder.csprojAssemblyReference.cache +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\obj\Debug\MainWindow.g.cs +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\obj\Debug\App.g.cs +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\obj\Debug\DesktopScreenRecorder_Content.g.cs +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\obj\Debug\DesktopScreenRecorder_MarkupCompile.cache +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\obj\Debug\DesktopScreenRecorder_MarkupCompile.lref +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\obj\Debug\App.baml +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\obj\Debug\MainWindow.baml +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\obj\Debug\DesktopScreenRecorder.g.resources +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\obj\Debug\DesktopScreenRecorder.Properties.Resources.resources +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\obj\Debug\DesktopScreenRecorder.csproj.GenerateResource.cache +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\obj\Debug\DesktopScreenRecorder.csproj.CoreCompileInputs.cache +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\obj\Debug\DesktopScreenRecorder.csproj.CopyComplete +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\obj\Debug\DesktopScreenRecorder.exe +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\obj\Debug\DesktopScreenRecorder.pdb diff --git a/DesktopScreenRecorder/obj/Debug/DesktopScreenRecorder.csproj.GenerateResource.Cache b/DesktopScreenRecorder/obj/Debug/DesktopScreenRecorder.csproj.GenerateResource.Cache index 4eb26554dff61fc06d122c9fd881270a2572594f..31727a1cadac48a07bbe50ffc0742dd271fb4b3e 100644 GIT binary patch delta 34 lcmdnRzKeZB93vy^=6FUACSiHs)%ybPTc(sF3ke2}hxB+662CuoL!P%pb(r~l$x5S SFu6iqesZJw`OO&`Gq?fW^eB%2 diff --git a/DesktopScreenRecorder/obj/Debug/DesktopScreenRecorder.pdb b/DesktopScreenRecorder/obj/Debug/DesktopScreenRecorder.pdb index 15131109adbfa868fbeebe17b409918438f2af80..8893e709721e16d7d063a3935eb1ea19a099da41 100644 GIT binary patch delta 2134 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 CqVyO5 diff --git a/DesktopScreenRecorder/obj/Debug/DesktopScreenRecorder_MarkupCompile.cache b/DesktopScreenRecorder/obj/Debug/DesktopScreenRecorder_MarkupCompile.cache index a6d3cfe..4644c82 100644 --- a/DesktopScreenRecorder/obj/Debug/DesktopScreenRecorder_MarkupCompile.cache +++ b/DesktopScreenRecorder/obj/Debug/DesktopScreenRecorder_MarkupCompile.cache @@ -4,16 +4,16 @@ winexe C# .cs -E:\Git\Desktop Screen Recorder\DesktopScreenRecorder\DesktopScreenRecorder\obj\Debug\ +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\obj\Debug\ DesktopScreenRecorder none false DEBUG;TRACE -E:\Git\Desktop Screen Recorder\DesktopScreenRecorder\DesktopScreenRecorder\App.xaml +F:\git\DesktopScreenRecorder\DesktopScreenRecorder\App.xaml 11151548125 -1-2052764952 +11434734777 5-2017746502 -21-1918404774 +21-572408973 MainWindow.xaml; False diff --git a/DesktopScreenRecorder/obj/Debug/DesktopScreenRecorder_MarkupCompile.lref b/DesktopScreenRecorder/obj/Debug/DesktopScreenRecorder_MarkupCompile.lref index 91994c7..6457109 100644 --- a/DesktopScreenRecorder/obj/Debug/DesktopScreenRecorder_MarkupCompile.lref +++ b/DesktopScreenRecorder/obj/Debug/DesktopScreenRecorder_MarkupCompile.lref @@ -1,4 +1,4 @@  -FE:\Git\Desktop Screen Recorder\DesktopScreenRecorder\DesktopScreenRecorder\App.xaml;; -FE:\Git\Desktop Screen Recorder\DesktopScreenRecorder\DesktopScreenRecorder\MainWindow.xaml;; +FF:\git\DesktopScreenRecorder\DesktopScreenRecorder\App.xaml;; +FF:\git\DesktopScreenRecorder\DesktopScreenRecorder\MainWindow.xaml;; diff --git a/DesktopScreenRecorder/obj/Debug/MainWindow.g.cs b/DesktopScreenRecorder/obj/Debug/MainWindow.g.cs index ae12bd2..d3a3f0e 100644 --- a/DesktopScreenRecorder/obj/Debug/MainWindow.g.cs +++ b/DesktopScreenRecorder/obj/Debug/MainWindow.g.cs @@ -1,4 +1,4 @@ -#pragma checksum "..\..\MainWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "4427B0810D576385E4A1B656B513BCA6" +#pragma checksum "..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "8021987A682FF6299AD7A28A42AB2D9AC399100F" //------------------------------------------------------------------------------ // // This code was generated by a tool. diff --git a/DesktopScreenRecorder/obj/Debug/MainWindow.g.i.cs b/DesktopScreenRecorder/obj/Debug/MainWindow.g.i.cs index ae12bd2..d3a3f0e 100644 --- a/DesktopScreenRecorder/obj/Debug/MainWindow.g.i.cs +++ b/DesktopScreenRecorder/obj/Debug/MainWindow.g.i.cs @@ -1,4 +1,4 @@ -#pragma checksum "..\..\MainWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "4427B0810D576385E4A1B656B513BCA6" +#pragma checksum "..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "8021987A682FF6299AD7A28A42AB2D9AC399100F" //------------------------------------------------------------------------------ // // This code was generated by a tool. From a0b16599ea0fd36e694b6caf349f8d67ab8cc139 Mon Sep 17 00:00:00 2001 From: maifeeulasad Date: Sun, 19 May 2019 12:17:31 +0600 Subject: [PATCH 4/5] bal --- .vs/DesktopScreenRecorder/v15/.suo | Bin 67072 -> 98816 bytes DesktopScreenRecorder.sln | 6 +++++ .../DesktopScreenRecorder.csproj | 22 ++++++++++++++++++ DesktopScreenRecorder/MainWindow.xaml | 2 +- DesktopScreenRecorder/MainWindow.xaml.cs | 1 + .../bin/Debug/DesktopScreenRecorder.exe | Bin 13312 -> 13312 bytes .../bin/Debug/DesktopScreenRecorder.pdb | Bin 24064 -> 24064 bytes .../obj/Debug/DesktopScreenRecorder.exe | Bin 13312 -> 13312 bytes .../Debug/DesktopScreenRecorder.g.resources | Bin 3039 -> 3050 bytes .../obj/Debug/DesktopScreenRecorder.pdb | Bin 24064 -> 24064 bytes .../obj/Debug/MainWindow.baml | Bin 1394 -> 1405 bytes .../obj/Debug/MainWindow.g.cs | 2 +- .../obj/Debug/MainWindow.g.i.cs | 2 +- 13 files changed, 32 insertions(+), 3 deletions(-) diff --git a/.vs/DesktopScreenRecorder/v15/.suo b/.vs/DesktopScreenRecorder/v15/.suo index 04aa1a4db69f7b1c67d276026176d051591fc074..4d3e1ede0ae67c2d6a82702f6c435d2776c2337c 100644 GIT binary patch delta 8175 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 ezV2suXFF&ZSd=vq+KBY delta 5806 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 diff --git a/DesktopScreenRecorder.sln b/DesktopScreenRecorder.sln index cc10197..e7bc950 100644 --- a/DesktopScreenRecorder.sln +++ b/DesktopScreenRecorder.sln @@ -8,13 +8,19 @@ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU + Debug|x64 = Debug|x64 Release|Any CPU = Release|Any CPU + Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {41C2B04A-C0E0-4F63-8E1D-117A5C2D81F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {41C2B04A-C0E0-4F63-8E1D-117A5C2D81F6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {41C2B04A-C0E0-4F63-8E1D-117A5C2D81F6}.Debug|x64.ActiveCfg = Debug|x64 + {41C2B04A-C0E0-4F63-8E1D-117A5C2D81F6}.Debug|x64.Build.0 = Debug|x64 {41C2B04A-C0E0-4F63-8E1D-117A5C2D81F6}.Release|Any CPU.ActiveCfg = Release|Any CPU {41C2B04A-C0E0-4F63-8E1D-117A5C2D81F6}.Release|Any CPU.Build.0 = Release|Any CPU + {41C2B04A-C0E0-4F63-8E1D-117A5C2D81F6}.Release|x64.ActiveCfg = Release|x64 + {41C2B04A-C0E0-4F63-8E1D-117A5C2D81F6}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/DesktopScreenRecorder/DesktopScreenRecorder.csproj b/DesktopScreenRecorder/DesktopScreenRecorder.csproj index effc13b..f573cda 100644 --- a/DesktopScreenRecorder/DesktopScreenRecorder.csproj +++ b/DesktopScreenRecorder/DesktopScreenRecorder.csproj @@ -51,6 +51,28 @@ prompt 4 + + true + bin\x64\Debug\ + DEBUG;TRACE + true + true + full + x64 + prompt + MinimumRecommendedRules.ruleset + true + + + bin\x64\Release\ + TRACE + true + pdbonly + x64 + prompt + MinimumRecommendedRules.ruleset + true + ..\packages\Accord.3.8.0\lib\net46\Accord.dll diff --git a/DesktopScreenRecorder/MainWindow.xaml b/DesktopScreenRecorder/MainWindow.xaml index d51d455..07bc54d 100644 --- a/DesktopScreenRecorder/MainWindow.xaml +++ b/DesktopScreenRecorder/MainWindow.xaml @@ -8,7 +8,7 @@ mc:Ignorable="d" Title="Screen Recorder" Height="100" Width="250"> -