diff --git a/.gitignore b/.gitignore index f91ff2b..71d741a 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,8 @@ local.properties *.user *.sln.docstates +*/.vs/ + # Build results [Dd]ebug/ diff --git a/Handwriting program/Handwriting program/Handwriting.Designer.cs b/Handwriting program/Handwriting program/Handwriting.Designer.cs index 5e2f773..a8515bd 100644 --- a/Handwriting program/Handwriting program/Handwriting.Designer.cs +++ b/Handwriting program/Handwriting program/Handwriting.Designer.cs @@ -13,6 +13,8 @@ /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { + bmp.Dispose(); //2015.08.23. + pen.Dispose(); //2015.08.23. if (disposing && (components != null)) { components.Dispose(); diff --git a/Handwriting program/Handwriting program/bin/Debug/Handwriting program.dll b/Handwriting program/Handwriting program/bin/Debug/Handwriting program.dll index 13d5402..c4ae40c 100644 Binary files a/Handwriting program/Handwriting program/bin/Debug/Handwriting program.dll and b/Handwriting program/Handwriting program/bin/Debug/Handwriting program.dll differ diff --git a/Handwriting program/Handwriting program/bin/Debug/Handwriting program.pdb b/Handwriting program/Handwriting program/bin/Debug/Handwriting program.pdb index 737c632..3fcee46 100644 Binary files a/Handwriting program/Handwriting program/bin/Debug/Handwriting program.pdb and b/Handwriting program/Handwriting program/bin/Debug/Handwriting program.pdb differ diff --git a/Handwriting program/Handwriting program/obj/Debug/Handwriting program.csproj.FileListAbsolute.txt b/Handwriting program/Handwriting program/obj/Debug/Handwriting program.csproj.FileListAbsolute.txt index 48f1d1b..5fb5c66 100644 --- a/Handwriting program/Handwriting program/obj/Debug/Handwriting program.csproj.FileListAbsolute.txt +++ b/Handwriting program/Handwriting program/obj/Debug/Handwriting program.csproj.FileListAbsolute.txt @@ -10,10 +10,11 @@ D:\Z - Norbi cucca\0 Projektek\Handwriting program\Handwriting program\obj\Debug D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\Handwriting program\Handwriting program\bin\Debug\Handwriting program.dll.config D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\Handwriting program\Handwriting program\bin\Debug\Handwriting program.dll D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\Handwriting program\Handwriting program\bin\Debug\Handwriting program.pdb -D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\Handwriting program\Handwriting program\obj\Debug\Handwriting program.csprojResolveAssemblyReference.cache D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\Handwriting program\Handwriting program\obj\Debug\Handwriting_program.Form1.resources D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\Handwriting program\Handwriting program\obj\Debug\Handwriting_program.Handwriting.resources D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\Handwriting program\Handwriting program\obj\Debug\Handwriting_program.Properties.Resources.resources D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\Handwriting program\Handwriting program\obj\Debug\Handwriting program.csproj.GenerateResource.Cache D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\Handwriting program\Handwriting program\obj\Debug\Handwriting program.dll D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\Handwriting program\Handwriting program\obj\Debug\Handwriting program.pdb +D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\Handwriting program\Handwriting program\bin\Debug\Handwriting program.dll.CodeAnalysisLog.xml +D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\Handwriting program\Handwriting program\bin\Debug\Handwriting program.dll.lastcodeanalysissucceeded diff --git a/Handwriting program/Handwriting program/obj/Debug/Handwriting program.dll b/Handwriting program/Handwriting program/obj/Debug/Handwriting program.dll index 13d5402..c4ae40c 100644 Binary files a/Handwriting program/Handwriting program/obj/Debug/Handwriting program.dll and b/Handwriting program/Handwriting program/obj/Debug/Handwriting program.dll differ diff --git a/Handwriting program/Handwriting program/obj/Debug/Handwriting program.pdb b/Handwriting program/Handwriting program/obj/Debug/Handwriting program.pdb index 737c632..3fcee46 100644 Binary files a/Handwriting program/Handwriting program/obj/Debug/Handwriting program.pdb and b/Handwriting program/Handwriting program/obj/Debug/Handwriting program.pdb differ diff --git a/MSGer.tk/.vs/MSGer.tk/v14/.suo b/MSGer.tk/.vs/MSGer.tk/v14/.suo index 09522b0..642db17 100644 Binary files a/MSGer.tk/.vs/MSGer.tk/v14/.suo and b/MSGer.tk/.vs/MSGer.tk/v14/.suo differ diff --git a/MSGer.tk/Forms/ChatPanel.Designer.cs b/MSGer.tk/Forms/ChatPanel.Designer.cs index 24dd6c6..34183db 100644 --- a/MSGer.tk/Forms/ChatPanel.Designer.cs +++ b/MSGer.tk/Forms/ChatPanel.Designer.cs @@ -13,6 +13,8 @@ /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { + style.Dispose(); //2015.08.23. + styleRecent.Dispose(); //2015.08.23. if (disposing && (components != null)) { components.Dispose(); diff --git a/MSGer.tk/Forms/ChatPanel.cs b/MSGer.tk/Forms/ChatPanel.cs index b90e396..7c6f7da 100644 --- a/MSGer.tk/Forms/ChatPanel.cs +++ b/MSGer.tk/Forms/ChatPanel.cs @@ -3,7 +3,6 @@ using System.Collections.Generic; using System.Drawing; using System.Data; using System.Linq; -using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using System.IO; diff --git a/MSGer.tk/Forms/FloatingChatIcon.cs b/MSGer.tk/Forms/FloatingChatIcon.cs index f30734c..dda543e 100644 --- a/MSGer.tk/Forms/FloatingChatIcon.cs +++ b/MSGer.tk/Forms/FloatingChatIcon.cs @@ -13,40 +13,25 @@ namespace MSGer.tk { public partial class FloatingChatIcon : Form { - [StructLayout(LayoutKind.Sequential)] - public struct MARGINS - { - public int Left; - public int Right; - public int Top; - public int Bottom; - } - - [DllImport("dwmapi.dll", PreserveSig = false)] - public static extern void DwmExtendFrameIntoClientArea(IntPtr hwnd, ref MARGINS margins); - - [DllImport("dwmapi.dll", PreserveSig = false)] - public static extern bool DwmIsCompositionEnabled(); - public FloatingChatIcon(ChatPanel cp) { InitializeComponent(); } // defines how far we are extending the Glass margins - private MARGINS margins; + private NativeMethods.MARGINS margins; // uses PInvoke to setup the Glass area. protected override void OnLoad(EventArgs e) { base.OnLoad(e); - if (DwmIsCompositionEnabled()) + if (NativeMethods.DwmIsCompositionEnabled()) { // Paint the glass effect. - margins = new MARGINS(); + margins = new NativeMethods.MARGINS(); margins.Top = -1; margins.Left = 20; - DwmExtendFrameIntoClientArea(this.Handle, ref margins); + NativeMethods.DwmExtendFrameIntoClientArea(this.Handle, ref margins); } } } diff --git a/MSGer.tk/Forms/MainForm.Designer.cs b/MSGer.tk/Forms/MainForm.Designer.cs index bf3a356..9b52c8f 100644 --- a/MSGer.tk/Forms/MainForm.Designer.cs +++ b/MSGer.tk/Forms/MainForm.Designer.cs @@ -709,8 +709,8 @@ this.contactList.SelectionColor = System.Drawing.Color.Aqua; this.contactList.Size = new System.Drawing.Size(494, 471); this.contactList.TabIndex = 0; - this.contactList.ItemDoubleClicked += new System.EventHandler(this.contactList_ItemDoubleClicked); - this.contactList.ItemRightClicked += new System.EventHandler(this.contactList_ItemRightClicked); + this.contactList.ItemDoubleClicked += new System.EventHandler(this.contactList_ItemDoubleClicked); + this.contactList.ItemRightClicked += new System.EventHandler(this.contactList_ItemRightClicked); // // MainPanel // diff --git a/MSGer.tk/Forms/MainForm.Events.cs b/MSGer.tk/Forms/MainForm.Events.cs index dfbce1c..422fbf0 100644 --- a/MSGer.tk/Forms/MainForm.Events.cs +++ b/MSGer.tk/Forms/MainForm.Events.cs @@ -12,6 +12,7 @@ using System.Text; using System.Threading; using System.Threading.Tasks; using System.Windows.Forms; +using SzNPProjects; namespace MSGer.tk { @@ -197,9 +198,9 @@ namespace MSGer.tk } } - private void contactList_ItemDoubleClicked(object sender, int e) + private void contactList_ItemDoubleClicked(object sender, ItemClickEventArgs e) { - int uid = UserInfo.GetUserIDFromListID(e); + int uid = UserInfo.GetUserIDFromListID(e.ItemIndex); OpenSendMessage(uid); } @@ -219,10 +220,10 @@ namespace MSGer.tk } } - private void contactList_ItemRightClicked(object sender, int e) + private void contactList_ItemRightClicked(object sender,ItemClickEventArgs e) { - contactList.Items[e].Selected = true; - listPartnerMenu.Tag = e; + contactList.Items[e.ItemIndex].Selected = true; + listPartnerMenu.Tag = e.ItemIndex; listPartnerMenu.Show(Cursor.Position); } diff --git a/MSGer.tk/MSGer.tk.csproj b/MSGer.tk/MSGer.tk.csproj index 95fbf90..8cf7da5 100644 --- a/MSGer.tk/MSGer.tk.csproj +++ b/MSGer.tk/MSGer.tk.csproj @@ -162,6 +162,7 @@ SettingsPanelPersonal.cs + Form diff --git a/MSGer.tk/NativeMethods.cs b/MSGer.tk/NativeMethods.cs new file mode 100644 index 0000000..17c00db --- /dev/null +++ b/MSGer.tk/NativeMethods.cs @@ -0,0 +1,26 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Runtime.InteropServices; +using System.Text; +using System.Threading.Tasks; + +namespace MSGer.tk +{ + internal class NativeMethods + { + [StructLayout(LayoutKind.Sequential)] + public struct MARGINS + { + public int Left; + public int Right; + public int Top; + public int Bottom; + } + [DllImport("dwmapi.dll", PreserveSig = false)] + public static extern void DwmExtendFrameIntoClientArea(IntPtr hwnd, ref MARGINS margins); + + [DllImport("dwmapi.dll", PreserveSig = false)] + public static extern bool DwmIsCompositionEnabled(); + } +} diff --git a/MSGer.tk/Scripts/ScriptInAppDomain.cs b/MSGer.tk/Scripts/ScriptInAppDomain.cs index b748e4d..84d8556 100644 --- a/MSGer.tk/Scripts/ScriptInAppDomain.cs +++ b/MSGer.tk/Scripts/ScriptInAppDomain.cs @@ -13,6 +13,7 @@ namespace MSGer.tk [Serializable] public class ScriptInAppDomain { + [NonSerialized] private AppDomain appdomain; private string path; public string Path diff --git a/MSGer.tk/Storage.cs b/MSGer.tk/Storage.cs index e75dcd2..7212292 100644 --- a/MSGer.tk/Storage.cs +++ b/MSGer.tk/Storage.cs @@ -125,16 +125,24 @@ namespace MSGer.tk byte[] cipherTextBytes; - using (var memoryStream = new MemoryStream()) + //using (var memoryStream = new MemoryStream()) + MemoryStream memoryStream = null; + try { + memoryStream = new MemoryStream(); using (var cryptoStream = new CryptoStream(memoryStream, encryptor, CryptoStreamMode.Write)) { cryptoStream.Write(plainTextBytes, 0, plainTextBytes.Length); cryptoStream.FlushFinalBlock(); cipherTextBytes = memoryStream.ToArray(); - cryptoStream.Close(); + //cryptoStream.Close(); } - memoryStream.Close(); + //memoryStream.Close(); + } + finally //Example of CA2202 solution + { + if (memoryStream != null) + memoryStream.Dispose(); } byte[] final = new byte[cipherTextBytes.Length + 4]; Array.Copy(BitConverter.GetBytes(cipherTextBytes.Length), final, 4); @@ -164,7 +172,7 @@ namespace MSGer.tk byte[] plainTextBytes = new byte[len]; //2015.04.03. int decryptedByteCount = cryptoStream.Read(plainTextBytes, 0, plainTextBytes.Length); - memoryStream.Close(); + //memoryStream.Close(); cryptoStream.Close(); byte[] ret = new byte[len]; Array.Copy(plainTextBytes, ret, len); diff --git a/MSGer.tk/TextFormat.cs b/MSGer.tk/TextFormat.cs index 4a857b4..62ae48f 100644 --- a/MSGer.tk/TextFormat.cs +++ b/MSGer.tk/TextFormat.cs @@ -45,7 +45,7 @@ namespace MSGer.tk var ms = new MemoryStream(buf); //2015.06.06. ms.Seek(0, SeekOrigin.Begin); //2015.06.06. var bitmap = new Bitmap(ms); - ms.Dispose(); //2015.06.06. + //ms.Dispose(); //2015.06.06. Emoticon emoticon = new Emoticon(id); //2015.06.06. bitmap.MakeTransparent(Color.White); //2015.06.06. emoticon.Image = (Bitmap)bitmap.Clone(); //2015.07.05. @@ -54,7 +54,7 @@ namespace MSGer.tk } Name = Path.GetFileNameWithoutExtension(filename); //2015.06.06. TextFormats.Add(this); //2015.06.06. - fs.Dispose(); //2015.06.06. + //fs.Dispose(); //2015.06.06. br.Dispose(); //2015.06.06. return true; } diff --git a/MSGer.tk/Theme/NoImage.cs b/MSGer.tk/Theme/NoImage.cs index e97d6e5..018ad61 100644 --- a/MSGer.tk/Theme/NoImage.cs +++ b/MSGer.tk/Theme/NoImage.cs @@ -7,8 +7,31 @@ using System.Threading.Tasks; namespace MSGer.tk { - public class NoImage //TODO: Kiválasztható legyen az összes típus egy listából + public class NoImage : IDisposable //TODO: Kiválasztható legyen az összes típus egy listából { //2015.07.03. public Image NoImg = new Bitmap(200, 200); + + #region IDisposable Support + private bool disposedValue = false; // To detect redundant calls + + protected virtual void Dispose(bool disposing) + { + if (!disposedValue) + { + if (disposing) + { + NoImg.Dispose(); //2015.08.23. + } + + disposedValue = true; + } + } + // This code added to correctly implement the disposable pattern. + public void Dispose() + { + // Do not change this code. Put cleanup code in Dispose(bool disposing) above. + Dispose(true); + } + #endregion } } diff --git a/MSGer.tk/UserInfo.cs b/MSGer.tk/UserInfo.cs index 4f9cfda..f9d8bf0 100644 --- a/MSGer.tk/UserInfo.cs +++ b/MSGer.tk/UserInfo.cs @@ -14,7 +14,7 @@ using System.Text.RegularExpressions; namespace MSGer.tk { - public partial class UserInfo + public partial class UserInfo : IDisposable { /* * 2014.03.07. @@ -221,9 +221,6 @@ namespace MSGer.tk public UserInfo() { } - ~UserInfo() //2014.10.09. - { - } public void GetImageFromNetwork(int receivedupdate) { //Most már elvileg csak akkor hívja meg, amikor feldolgozza a kapott adatokat, tehát nem a Main Thread-ban if (this.PicUpdateTime >= receivedupdate) @@ -439,5 +436,40 @@ namespace MSGer.tk str = str.Remove(str.Length - 1); return str; } + + #region IDisposable Support + private bool disposedValue = false; // To detect redundant calls + + protected virtual void Dispose(bool disposing) + { + if (!disposedValue) + { + if (disposing) + { + UpdateTimer.Dispose(); //2015.08.23. + } + + // TODO: free unmanaged resources (unmanaged objects) and override a finalizer below. + // TODO: set large fields to null. + + disposedValue = true; + } + } + + // TODO: override a finalizer only if Dispose(bool disposing) above has code to free unmanaged resources. + // ~UserInfo() { + // // Do not change this code. Put cleanup code in Dispose(bool disposing) above. + // Dispose(false); + // } + + // This code added to correctly implement the disposable pattern. + public void Dispose() + { + // Do not change this code. Put cleanup code in Dispose(bool disposing) above. + Dispose(true); + // TODO: uncomment the following line if the finalizer is overridden above. + // GC.SuppressFinalize(this); + } + #endregion } } diff --git a/MSGer.tk/bin/Debug/MSGer.tk.exe.CodeAnalysisLog.xml b/MSGer.tk/bin/Debug/MSGer.tk.exe.CodeAnalysisLog.xml index 84a5816..489d73e 100644 --- a/MSGer.tk/bin/Debug/MSGer.tk.exe.CodeAnalysisLog.xml +++ b/MSGer.tk/bin/Debug/MSGer.tk.exe.CodeAnalysisLog.xml @@ -1,6 +1,6 @@  - - + + Category Certainty diff --git a/MSGerTextBox/bin/Debug/MSGerTextBox.exe b/MSGerTextBox/bin/Debug/MSGerTextBox.exe index 0dca41d..b9cff05 100644 Binary files a/MSGerTextBox/bin/Debug/MSGerTextBox.exe and b/MSGerTextBox/bin/Debug/MSGerTextBox.exe differ diff --git a/MSGerTextBox/bin/Debug/MSGerTextBox.pdb b/MSGerTextBox/bin/Debug/MSGerTextBox.pdb index 5159804..8471402 100644 Binary files a/MSGerTextBox/bin/Debug/MSGerTextBox.pdb and b/MSGerTextBox/bin/Debug/MSGerTextBox.pdb differ diff --git a/MSGerTextBox/obj/Debug/MSGerTextBox.csproj.FileListAbsolute.txt b/MSGerTextBox/obj/Debug/MSGerTextBox.csproj.FileListAbsolute.txt index fe2c114..07f961c 100644 --- a/MSGerTextBox/obj/Debug/MSGerTextBox.csproj.FileListAbsolute.txt +++ b/MSGerTextBox/obj/Debug/MSGerTextBox.csproj.FileListAbsolute.txt @@ -7,3 +7,5 @@ D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\MSGerTextBox\obj\Debug\MSGe D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\MSGerTextBox\obj\Debug\MSGerTextBox.csproj.GenerateResource.Cache D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\MSGerTextBox\obj\Debug\MSGerTextBox.exe D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\MSGerTextBox\obj\Debug\MSGerTextBox.pdb +D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\MSGerTextBox\bin\Debug\MSGerTextBox.exe.CodeAnalysisLog.xml +D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\MSGerTextBox\bin\Debug\MSGerTextBox.exe.lastcodeanalysissucceeded diff --git a/MSGerTextBox/obj/Debug/MSGerTextBox.exe b/MSGerTextBox/obj/Debug/MSGerTextBox.exe index 0dca41d..b9cff05 100644 Binary files a/MSGerTextBox/obj/Debug/MSGerTextBox.exe and b/MSGerTextBox/obj/Debug/MSGerTextBox.exe differ diff --git a/MSGerTextBox/obj/Debug/MSGerTextBox.pdb b/MSGerTextBox/obj/Debug/MSGerTextBox.pdb index 5159804..8471402 100644 Binary files a/MSGerTextBox/obj/Debug/MSGerTextBox.pdb and b/MSGerTextBox/obj/Debug/MSGerTextBox.pdb differ diff --git a/RichListView/RichListView/ItemClickEventArgs.cs b/RichListView/RichListView/ItemClickEventArgs.cs new file mode 100644 index 0000000..fe1e221 --- /dev/null +++ b/RichListView/RichListView/ItemClickEventArgs.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace SzNPProjects +{ + public class ItemClickEventArgs : EventArgs + { //2015.08.23. + public int ItemIndex { get; private set; } + public ItemClickEventArgs(int itemindex) + { + ItemIndex = itemindex; + } + } +} diff --git a/RichListView/RichListView/NoParentException.cs b/RichListView/RichListView/NoParentException.cs index 44ec1a7..f422c40 100644 --- a/RichListView/RichListView/NoParentException.cs +++ b/RichListView/RichListView/NoParentException.cs @@ -5,6 +5,7 @@ using System.Text; namespace SzNPProjects { + [Serializable] class NoParentException : Exception { /*public override System.Collections.IDictionary Data diff --git a/RichListView/RichListView/RichListView.cs b/RichListView/RichListView/RichListView.cs index a0a22e7..f842e2d 100644 --- a/RichListView/RichListView/RichListView.cs +++ b/RichListView/RichListView/RichListView.cs @@ -87,9 +87,9 @@ namespace SzNPProjects } RefreshList(); } - public event EventHandler ItemClicked; - public event EventHandler ItemDoubleClicked; - public event EventHandler ItemRightClicked; + public event EventHandler ItemClicked; + public event EventHandler ItemDoubleClicked; + public event EventHandler ItemRightClicked; #endregion #region Properties @@ -323,7 +323,7 @@ namespace SzNPProjects }*/ sender.Selected = true; if (ItemClicked != null) //2014.08.30. - ItemClicked(sender, Items.IndexOf(sender)); + ItemClicked(sender, new ItemClickEventArgs(Items.IndexOf(sender))); //} //catch(NullReferenceException) //{ @@ -337,7 +337,7 @@ namespace SzNPProjects //var index = Items.IndexOf((RichListViewItem)sender); var index = Items.IndexOf(sender); if (ItemDoubleClicked != null) //2014.08.30. - ItemDoubleClicked(sender, index); + ItemDoubleClicked(sender, new ItemClickEventArgs(index)); for (int i = 0; i < Items[index].SubItems.Length; i++) if (Items[index].SubItems[i].GetType().IsSubclassOf(typeof(TextBoxBase))) ((TextBoxBase)Items[index].SubItems[i]).SelectionLength = 0; @@ -351,7 +351,7 @@ namespace SzNPProjects //try //{ if (ItemRightClicked != null) //2014.08.30. - 2014.09.01. (ItemClicked javítva ItemRightClicked-re) - ItemRightClicked(sender, Items.IndexOf(sender)); + ItemRightClicked(sender, new ItemClickEventArgs(Items.IndexOf(sender))); //} //catch (NullReferenceException) //{ diff --git a/RichListView/RichListView/RichListView.csproj b/RichListView/RichListView/RichListView.csproj index e066664..2cf7645 100644 --- a/RichListView/RichListView/RichListView.csproj +++ b/RichListView/RichListView/RichListView.csproj @@ -45,6 +45,7 @@ + diff --git a/RichListView/RichListView/bin/Debug/RichListView.dll b/RichListView/RichListView/bin/Debug/RichListView.dll index a1eeb6b..b6e3516 100644 Binary files a/RichListView/RichListView/bin/Debug/RichListView.dll and b/RichListView/RichListView/bin/Debug/RichListView.dll differ diff --git a/RichListView/RichListView/bin/Debug/RichListView.pdb b/RichListView/RichListView/bin/Debug/RichListView.pdb index 33c0ad4..6d1ad6c 100644 Binary files a/RichListView/RichListView/bin/Debug/RichListView.pdb and b/RichListView/RichListView/bin/Debug/RichListView.pdb differ diff --git a/RichListView/RichListView/obj/Debug/RichListView.csproj.FileListAbsolute.txt b/RichListView/RichListView/obj/Debug/RichListView.csproj.FileListAbsolute.txt index 5da8639..e0cf3e5 100644 --- a/RichListView/RichListView/obj/Debug/RichListView.csproj.FileListAbsolute.txt +++ b/RichListView/RichListView/obj/Debug/RichListView.csproj.FileListAbsolute.txt @@ -8,8 +8,9 @@ D:\Z - Norbi cucca\0 Projektek\RichListView\RichListView\RichListView\obj\Debug\ D:\Z - Norbi cucca\0 Projektek\RichListView\RichListView\RichListView\obj\Debug\RichListView.pdb D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\RichListView\RichListView\bin\Debug\RichListView.dll D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\RichListView\RichListView\bin\Debug\RichListView.pdb -D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\RichListView\RichListView\obj\Debug\RichListView.csprojResolveAssemblyReference.cache D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\RichListView\RichListView\obj\Debug\SzNPProjects.RichListView.resources D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\RichListView\RichListView\obj\Debug\RichListView.csproj.GenerateResource.Cache D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\RichListView\RichListView\obj\Debug\RichListView.dll D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\RichListView\RichListView\obj\Debug\RichListView.pdb +D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\RichListView\RichListView\bin\Debug\RichListView.dll.CodeAnalysisLog.xml +D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\RichListView\RichListView\bin\Debug\RichListView.dll.lastcodeanalysissucceeded diff --git a/RichListView/RichListView/obj/Debug/RichListView.dll b/RichListView/RichListView/obj/Debug/RichListView.dll index a1eeb6b..b6e3516 100644 Binary files a/RichListView/RichListView/obj/Debug/RichListView.dll and b/RichListView/RichListView/obj/Debug/RichListView.dll differ diff --git a/RichListView/RichListView/obj/Debug/RichListView.pdb b/RichListView/RichListView/obj/Debug/RichListView.pdb index 33c0ad4..6d1ad6c 100644 Binary files a/RichListView/RichListView/obj/Debug/RichListView.pdb and b/RichListView/RichListView/obj/Debug/RichListView.pdb differ diff --git a/Updater/Updater.csproj b/Updater/Updater.csproj index 15f9de6..c80fbad 100644 --- a/Updater/Updater.csproj +++ b/Updater/Updater.csproj @@ -88,141 +88,10 @@ Settings.settings True - - PreserveNewest - - - PreserveNewest - - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - False