File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >net8.0-windows </TargetFramework >
3+ <TargetFramework >net8.0</TargetFramework >
44 <OutputType >Library</OutputType >
55 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
66 <AssemblyTitle >AutoColumnizer</AssemblyTitle >
77 <SignAssembly >true</SignAssembly >
88 <AssemblyOriginatorKeyFile >..\Solution Items\Key.snk</AssemblyOriginatorKeyFile >
9- <IsTestProject >false</IsTestProject >
9+ <IsTestProject >false</IsTestProject >
1010 <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
1111 <OutputPath >$(SolutionDir)..\bin\$(Configuration)\plugins</OutputPath >
1212 </PropertyGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >net8.0-windows </TargetFramework >
3+ <TargetFramework >net8.0</TargetFramework >
44 <OutputType >Library</OutputType >
55 <IsTestProject >true</IsTestProject >
66 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >net8.0-windows </TargetFramework >
4- <EnableWindowsTargeting >true </EnableWindowsTargeting >
3+ <TargetFramework >net8.0</TargetFramework >
4+ <EnableWindowsTargeting >False </EnableWindowsTargeting >
55 <OutputType >Library</OutputType >
6- <IsTestProject >false</IsTestProject >
6+ <IsTestProject >false</IsTestProject >
77 <RootNamespace >LogExpert</RootNamespace >
88 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
9- <UseWindowsForms >true </UseWindowsForms >
10- <ImportWindowsDesktopTargets >true </ImportWindowsDesktopTargets >
9+ <UseWindowsForms >False </UseWindowsForms >
10+ <ImportWindowsDesktopTargets >False </ImportWindowsDesktopTargets >
1111 <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
1212 <OutputPath >$(SolutionDir)..\bin\$(Configuration)\plugins</OutputPath >
1313 </PropertyGroup >
Original file line number Diff line number Diff line change 22
33namespace LogExpert
44{
5- public class ProcessLauncher : IKeywordAction
5+ //TODO: Not in use
6+ internal class ProcessLauncher : IKeywordAction
67 {
78 #region Properties
89
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >net8.0-windows </TargetFramework >
3+ <TargetFramework >net8.0</TargetFramework >
44 <OutputType >Library</OutputType >
5- <IsTestProject >false</IsTestProject >
5+ <IsTestProject >false</IsTestProject >
66 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
77 <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
88 <OutputPath >$(SolutionDir)..\bin\$(Configuration)\plugins</OutputPath >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >net8.0-windows </TargetFramework >
4- <EnableWindowsTargeting >true </EnableWindowsTargeting >
3+ <TargetFramework >net8.0</TargetFramework >
4+ <EnableWindowsTargeting >false </EnableWindowsTargeting >
55 <OutputType >Library</OutputType >
6- <IsTestProject >false</IsTestProject >
6+ <IsTestProject >false</IsTestProject >
77 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
8- <UseWindowsForms >true </UseWindowsForms >
9- <ImportWindowsDesktopTargets >true </ImportWindowsDesktopTargets >
8+ <UseWindowsForms >false </UseWindowsForms >
9+ <ImportWindowsDesktopTargets >false </ImportWindowsDesktopTargets >
1010 <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
1111 <OutputPath >$(SolutionDir)..\bin\$(Configuration)\plugins</OutputPath >
1212 </PropertyGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >net8.0-windows </TargetFramework >
4- <EnableWindowsTargeting >true </EnableWindowsTargeting >
3+ <TargetFramework >net8.0</TargetFramework >
4+ <EnableWindowsTargeting >false </EnableWindowsTargeting >
55 <OutputType >Library</OutputType >
6- <IsTestProject >false</IsTestProject >
6+ <IsTestProject >false</IsTestProject >
77 <RootNamespace >JsonColumnizer</RootNamespace >
88 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
9- <UseWindowsForms >true </UseWindowsForms >
10- <ImportWindowsDesktopTargets >true </ImportWindowsDesktopTargets >
9+ <UseWindowsForms >false </UseWindowsForms >
10+ <ImportWindowsDesktopTargets >false </ImportWindowsDesktopTargets >
1111 <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
1212 <OutputPath >$(SolutionDir)..\bin\$(Configuration)\plugins</OutputPath >
1313 </PropertyGroup >
Original file line number Diff line number Diff line change 33 <TargetFramework >net8.0-windows</TargetFramework >
44 <EnableWindowsTargeting >true</EnableWindowsTargeting >
55 <OutputType >Library</OutputType >
6- <IsTestProject >false</IsTestProject >
6+ <IsTestProject >false</IsTestProject >
77 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
88 <UseWindowsForms >true</UseWindowsForms >
99 <ImportWindowsDesktopTargets >true</ImportWindowsDesktopTargets >
You can’t perform that action at this time.
0 commit comments