From 55c8cdf131f7aa531f72f575717d5dae59bbb390 Mon Sep 17 00:00:00 2001 From: "robin.rexstedt" Date: Wed, 12 Apr 2017 11:44:30 +0200 Subject: [PATCH] Renamed a few things, moved extensions to utils --- Logdiver.sln | 7 +++++ Logdiver/FilterSettingsDialog.xaml | 2 +- Logdiver/Logdiver.csproj | 43 ++++++++++++++++++++++++++++- Logdiver/MainWindow.xaml | 2 +- Logdiver/Properties/AssemblyInfo.cs | 4 +-- Logdiver/SpaceStation13ClientLog.cs | 34 ++++++++++++++++++----- Logdiver/{ => Util}/Extensions.cs | 2 +- 7 files changed, 81 insertions(+), 13 deletions(-) rename Logdiver/{ => Util}/Extensions.cs (98%) diff --git a/Logdiver.sln b/Logdiver.sln index 3979f51..bceb0d7 100644 --- a/Logdiver.sln +++ b/Logdiver.sln @@ -5,6 +5,13 @@ VisualStudioVersion = 14.0.25420.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Logdiver", "Logdiver\Logdiver.csproj", "{A492DBAB-392C-4388-9E5A-0F0C60399F37}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1A21BA34-BD46-4508-A054-D2519D31375E}" + ProjectSection(SolutionItems) = preProject + .gitignore = .gitignore + LICENSE = LICENSE + README.md = README.md + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/Logdiver/FilterSettingsDialog.xaml b/Logdiver/FilterSettingsDialog.xaml index 83f90f4..aa1ff8b 100644 --- a/Logdiver/FilterSettingsDialog.xaml +++ b/Logdiver/FilterSettingsDialog.xaml @@ -5,7 +5,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:Logdiver" mc:Ignorable="d" - Title="Create new listener" ResizeMode="NoResize" WindowStartupLocation="CenterOwner" SizeToContent="WidthAndHeight" ContentRendered="Window_ContentRendered"> + Title="Create new target" ResizeMode="NoResize" WindowStartupLocation="CenterOwner" SizeToContent="WidthAndHeight" ContentRendered="Window_ContentRendered"> diff --git a/Logdiver/Logdiver.csproj b/Logdiver/Logdiver.csproj index 8f3d9d1..d4b38eb 100644 --- a/Logdiver/Logdiver.csproj +++ b/Logdiver/Logdiver.csproj @@ -14,6 +14,22 @@ {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 4 true + false + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 1 + 1.0.0.%2a + false + true + true AnyCPU @@ -37,6 +53,18 @@ Logdiver.App + + E017968E413EA30EE3C813158C9D972663117483 + + + Logdiver_TemporaryKey.pfx + + + true + + + true + @@ -63,7 +91,7 @@ Designer - + @@ -105,6 +133,7 @@ ResXFileCodeGenerator Resources.Designer.cs + SettingsSingleFileGenerator @@ -115,6 +144,18 @@ + + + False + Microsoft .NET Framework 4.5.2 %28x86 and x64%29 + true + + + False + .NET Framework 3.5 SP1 + false + +