Skip to content

Commit bbf3024

Browse files
committed
GlowLogConverter as .NET 6
1 parent d3c58ed commit bbf3024

File tree

4 files changed

+14
-156
lines changed

4 files changed

+14
-156
lines changed

src/EmberLibConsumer.net/Lawo.GlowLogConverter.Main/App.config

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 11 additions & 132 deletions
Original file line numberDiff line numberDiff line change
@@ -1,138 +1,17 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
43
<PropertyGroup>
5-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7-
<ProjectGuid>{C9E3FDA8-F9A9-48BC-9249-36E86A18D371}</ProjectGuid>
84
<OutputType>Exe</OutputType>
9-
<AppDesignerFolder>Properties</AppDesignerFolder>
10-
<RootNamespace>Lawo.GlowLogConverter.Main</RootNamespace>
11-
<AssemblyName>ConvertGlowLog</AssemblyName>
12-
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
13-
<FileAlignment>512</FileAlignment>
14-
<TargetFrameworkProfile />
15-
<PublishUrl>publish\</PublishUrl>
16-
<Install>true</Install>
17-
<InstallFrom>Disk</InstallFrom>
18-
<UpdateEnabled>false</UpdateEnabled>
19-
<UpdateMode>Foreground</UpdateMode>
20-
<UpdateInterval>7</UpdateInterval>
21-
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
22-
<UpdatePeriodically>false</UpdatePeriodically>
23-
<UpdateRequired>false</UpdateRequired>
24-
<MapFileExtensions>true</MapFileExtensions>
25-
<ApplicationRevision>0</ApplicationRevision>
26-
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
27-
<IsWebBootstrapper>false</IsWebBootstrapper>
28-
<UseApplicationTrust>false</UseApplicationTrust>
29-
<BootstrapperEnabled>true</BootstrapperEnabled>
30-
<NuGetPackageImportStamp>
31-
</NuGetPackageImportStamp>
32-
</PropertyGroup>
33-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
34-
<PlatformTarget>AnyCPU</PlatformTarget>
35-
<DebugSymbols>true</DebugSymbols>
36-
<DebugType>full</DebugType>
37-
<Optimize>false</Optimize>
38-
<OutputPath>bin\Debug\</OutputPath>
39-
<DefineConstants>DEBUG;TRACE</DefineConstants>
40-
<ErrorReport>prompt</ErrorReport>
41-
<WarningLevel>4</WarningLevel>
42-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
43-
<DocumentationFile>bin\Debug\ConvertGlowLog.xml</DocumentationFile>
44-
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
45-
<CodeAnalysisRuleSet>..\CodeAnalysis.ruleset</CodeAnalysisRuleSet>
46-
</PropertyGroup>
47-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48-
<PlatformTarget>AnyCPU</PlatformTarget>
49-
<DebugType>pdbonly</DebugType>
50-
<Optimize>true</Optimize>
51-
<OutputPath>bin\Release\</OutputPath>
52-
<DefineConstants>TRACE</DefineConstants>
53-
<ErrorReport>prompt</ErrorReport>
54-
<WarningLevel>4</WarningLevel>
55-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
56-
<DocumentationFile>bin\Release\ConvertGlowLog.xml</DocumentationFile>
57-
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
58-
<CodeAnalysisRuleSet>..\CodeAnalysis.ruleset</CodeAnalysisRuleSet>
59-
<RunCodeAnalysis>true</RunCodeAnalysis>
60-
</PropertyGroup>
61-
<PropertyGroup>
62-
<SignAssembly>true</SignAssembly>
63-
</PropertyGroup>
64-
<PropertyGroup>
5+
<TargetFramework>net6.0</TargetFramework>
6+
<ImplicitUsings>enable</ImplicitUsings>
7+
<Nullable>enable</Nullable>
8+
<SignAssembly>True</SignAssembly>
9+
<DelaySign>False</DelaySign>
6510
<AssemblyOriginatorKeyFile>StrongNameKey.snk</AssemblyOriginatorKeyFile>
6611
</PropertyGroup>
67-
<PropertyGroup>
68-
<ApplicationIcon>..\Logo.ico</ApplicationIcon>
69-
</PropertyGroup>
70-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'PackNuGet|AnyCPU'">
71-
<OutputPath>bin\PackNuGet\</OutputPath>
72-
<DefineConstants>CODE_ANALYSIS;TRACE</DefineConstants>
73-
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
74-
<DocumentationFile>bin\Release\ConvertGlowLog.xml</DocumentationFile>
75-
<Optimize>true</Optimize>
76-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
77-
<DebugType>pdbonly</DebugType>
78-
<PlatformTarget>AnyCPU</PlatformTarget>
79-
<RunCodeAnalysis>true</RunCodeAnalysis>
80-
<LangVersion>7.3</LangVersion>
81-
<ErrorReport>prompt</ErrorReport>
82-
<CodeAnalysisRuleSet>..\CodeAnalysis.ruleset</CodeAnalysisRuleSet>
83-
<Prefer32Bit>true</Prefer32Bit>
84-
</PropertyGroup>
85-
<ItemGroup>
86-
<Reference Include="System" />
87-
<Reference Include="System.Core" />
88-
<Reference Include="System.Xml" />
89-
</ItemGroup>
90-
<ItemGroup>
91-
<Compile Include="..\SharedAssemblyInfo.cs">
92-
<Link>Properties\SharedAssemblyInfo.cs</Link>
93-
</Compile>
94-
<Compile Include="Program.cs" />
95-
<Compile Include="Properties\AssemblyInfo.cs" />
96-
</ItemGroup>
97-
<ItemGroup>
98-
<None Include="App.config" />
99-
<None Include="StrongNameKey.snk" />
100-
<None Include="StrongNameKey2.snk" />
101-
</ItemGroup>
102-
<ItemGroup>
103-
<CodeAnalysisDictionary Include="..\CodeAnalysisDictionary.xml">
104-
<Link>CodeAnalysisDictionary.xml</Link>
105-
</CodeAnalysisDictionary>
106-
</ItemGroup>
107-
<ItemGroup>
108-
<AdditionalFiles Include="$(MSBuildThisFileDirectory)\..\stylecop.json">
109-
<Link>stylecop.json</Link>
110-
</AdditionalFiles>
111-
</ItemGroup>
112-
<ItemGroup>
113-
<ProjectReference Include="..\Lawo.EmberPlusSharp\Lawo.EmberPlusSharp.csproj">
114-
<Project>{1be88b2d-2a49-47c0-9c60-59d662c0821a}</Project>
115-
<Name>Lawo.EmberPlusSharpLib</Name>
116-
</ProjectReference>
117-
</ItemGroup>
12+
11813
<ItemGroup>
119-
<BootstrapperPackage Include=".NETFramework,Version=v4.8">
120-
<Visible>False</Visible>
121-
<ProductName>Microsoft .NET Framework 4.8 %28x86 and x64%29</ProductName>
122-
<Install>true</Install>
123-
</BootstrapperPackage>
124-
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
125-
<Visible>False</Visible>
126-
<ProductName>.NET Framework 3.5 SP1</ProductName>
127-
<Install>false</Install>
128-
</BootstrapperPackage>
14+
<ProjectReference Include="..\Lawo.EmberPlusSharp\Lawo.EmberPlusSharp.csproj" />
12915
</ItemGroup>
130-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
131-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
132-
Other similar extension points exist, see Microsoft.Common.targets.
133-
<Target Name="BeforeBuild">
134-
</Target>
135-
<Target Name="AfterBuild">
136-
</Target>
137-
-->
138-
</Project>
16+
17+
</Project>

src/EmberLibConsumer.net/Lawo.GlowLogConverter.Main/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/nuget-ember-plus-consumer-lib.sln

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.29409.12
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.0.32112.339
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lawo.EmberPlusSharpTest", "EmberLibConsumer.net\Lawo.EmberPlusSharpTest\Lawo.EmberPlusSharpTest.csproj", "{D93DC0DD-C137-428F-B84B-3F4387124C85}"
77
EndProject
@@ -25,7 +25,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LawoTest", "EmberLibConsume
2525
EndProject
2626
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lawo.GlowAnalyzerProxy.Main", "EmberLibConsumer.net\Lawo.GlowAnalyzerProxy.Main\Lawo.GlowAnalyzerProxy.Main.csproj", "{8273A6F1-CFC5-4A5E-8B2B-089EA6317312}"
2727
EndProject
28-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lawo.GlowLogConverter.Main", "EmberLibConsumer.net\Lawo.GlowLogConverter.Main\Lawo.GlowLogConverter.Main.csproj", "{C9E3FDA8-F9A9-48BC-9249-36E86A18D371}"
28+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lawo.GlowLogConverter.Main", "EmberLibConsumer.net\Lawo.GlowLogConverter.Main\Lawo.GlowLogConverter.Main.csproj", "{C9E3FDA8-F9A9-48BC-9249-36E86A18D371}"
2929
EndProject
3030
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Lawo.EmberPlusSharpTestVB", "EmberLibConsumer.net\Lawo.EmberPlusSharpTestVB\Lawo.EmberPlusSharpTestVB.vbproj", "{A81DC2B8-8E3C-442E-B311-A38B22D18DFF}"
3131
EndProject

0 commit comments

Comments
 (0)