1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 4.0" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
32 <PropertyGroup >
4- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6- <ProductVersion >8.0.50727</ProductVersion >
7- <SchemaVersion >2.0</SchemaVersion >
8- <ProjectGuid >{9F3849C7-CB75-42BF-9426-E466030D492F}</ProjectGuid >
93 <OutputType >Exe</OutputType >
10- <AppDesignerFolder >Properties</ AppDesignerFolder >
4+ <TargetFramework >net6.0</ TargetFramework >
115 <RootNamespace >pal.EventLogAnalyzer.ConsoleClient</RootNamespace >
126 <AssemblyName >EventLogAnalyzer.ConsoleClient</AssemblyName >
13- <FileUpgradeFlags >
14- </FileUpgradeFlags >
15- <OldToolsVersion >3.5</OldToolsVersion >
16- <UpgradeBackupLocation >
17- </UpgradeBackupLocation >
18- <TargetFrameworkVersion >v2.0</TargetFrameworkVersion >
7+ <ImplicitUsings >enable</ImplicitUsings >
8+ <Nullable >enable</Nullable >
9+ <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
1910 </PropertyGroup >
20- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
21- <DebugSymbols >true</DebugSymbols >
22- <DebugType >full</DebugType >
23- <Optimize >false</Optimize >
24- <OutputPath >bin\Debug\</OutputPath >
25- <DefineConstants >DEBUG;TRACE</DefineConstants >
26- <ErrorReport >prompt</ErrorReport >
27- <WarningLevel >4</WarningLevel >
28- </PropertyGroup >
29- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30- <DebugType >pdbonly</DebugType >
31- <Optimize >true</Optimize >
32- <OutputPath >bin\Release\</OutputPath >
33- <DefineConstants >TRACE</DefineConstants >
34- <ErrorReport >prompt</ErrorReport >
35- <WarningLevel >4</WarningLevel >
36- </PropertyGroup >
37- <ItemGroup >
38- <Reference Include =" System" />
39- <Reference Include =" System.Data" />
40- <Reference Include =" System.Xml" />
41- </ItemGroup >
42- <ItemGroup >
43- <Compile Include =" CLI.cs" />
44- <Compile Include =" CommandLineArgumentHandler.cs" />
45- <Compile Include =" Filters\AbstractInputFilter.cs" />
46- <Compile Include =" Filters\AfterDateTimeFilter.cs" />
47- <Compile Include =" Filters\AtDateTimeFilter.cs" />
48- <Compile Include =" Filters\BeforeDateTimeFilter.cs" />
49- <Compile Include =" Filters\EventTypeFilter.cs" />
50- <Compile Include =" Filters\IInputFilter.cs" />
51- <Compile Include =" Filters\IntegerEqualityFilter.cs" />
52- <Compile Include =" Filters\NullFilter.cs" />
53- <Compile Include =" Filters\StringContainsFilter.cs" />
54- <Compile Include =" Filters\StringEqualityFilter.cs" />
55- <Compile Include =" Filters\StringStartsWithFilter.cs" />
56- <Compile Include =" FuzzyComparer\Aggregate.cs" />
57- <Compile Include =" FuzzyComparer\FuzzyStringComparisonAlgorithm.cs" />
58- <Compile Include =" FuzzyComparer\IComparisonAlgorithm.cs" />
59- <Compile Include =" ILogRecordClassifier.cs" />
60- <Compile Include =" InputFilterArguments.cs" />
61- <Compile Include =" EventLogRecordClassifier.cs" />
62- <Compile Include =" OutputFilterArguments.cs" />
63- <Compile Include =" ProcessControlArguments.cs" />
64- <Compile Include =" Properties\AssemblyInfo.cs" />
65- <Compile Include =" Reporting\AbstractSummaryWriter.cs" />
66- <Compile Include =" Reporting\FileNameGenerator.cs" />
67- <Compile Include =" Reporting\HtmlSummaryWriter.cs" />
68- <Compile Include =" Reporting\ReportGenerator.cs" />
69- <Compile Include =" Properties\Resources.Designer.cs" >
70- <AutoGen >True</AutoGen >
71- <DesignTime >True</DesignTime >
72- <DependentUpon >Resources.resx</DependentUpon >
73- </Compile >
74- <Compile Include =" Reporting\TextSummaryWriter.cs" />
75- </ItemGroup >
76- <ItemGroup >
77- <ProjectReference Include =" ..\EventLog\EventLog.csproj" >
78- <Project >{540AA583-6BC3-4894-9A9F-44438F3955E5}</Project >
79- <Name >EventLog</Name >
80- </ProjectReference >
81- </ItemGroup >
8211 <ItemGroup >
83- <EmbeddedResource Include =" Properties\Resources.resx" >
84- <SubType >Designer</SubType >
85- <Generator >ResXFileCodeGenerator</Generator >
86- <LastGenOutput >Resources.Designer.cs</LastGenOutput >
87- </EmbeddedResource >
12+ <ProjectReference Include =" ..\EventLog\EventLog.csproj" />
8813 </ItemGroup >
89- <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
90- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
91- Other similar extension points exist, see Microsoft.Common.targets.
92- <Target Name="BeforeBuild">
93- </Target>
94- <Target Name="AfterBuild">
95- </Target>
96- -->
9714</Project >
0 commit comments