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
+
4
3
<PropertyGroup >
5
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
- <ProjectGuid >{C9E3FDA8-F9A9-48BC-9249-36E86A18D371}</ProjectGuid >
8
4
<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 >
65
10
<AssemblyOriginatorKeyFile >StrongNameKey.snk</AssemblyOriginatorKeyFile >
66
11
</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
+
118
13
<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" />
129
15
</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 >
0 commit comments