2023-02-16 12:57:06 +00:00
|
|
|
<Project>
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<Company>InnovEnergy</Company>
|
|
|
|
<Nullable>enable</Nullable>
|
2023-02-25 14:53:58 +00:00
|
|
|
<LangVersion>preview</LangVersion>
|
2023-02-16 12:57:06 +00:00
|
|
|
<IsTrimmable>true</IsTrimmable>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
<InvariantGlobalization>true</InvariantGlobalization>
|
|
|
|
<SuppressTrimAnalysisWarnings>false</SuppressTrimAnalysisWarnings>
|
2023-06-13 09:22:54 +00:00
|
|
|
<RootNamespace>$([System.Text.RegularExpressions.Regex]::Match($(MSBuildProjectExtensionsPath), "[/\\]csharp[/\\].*[/\\]obj").ToString().Replace("/",".").Replace("\\",".").Replace(".csharp", $(Company)).Replace(".obj", ""))</RootNamespace>
|
2023-02-25 14:53:58 +00:00
|
|
|
<Authors>$(Company) Team</Authors>
|
2023-06-13 09:22:54 +00:00
|
|
|
<!-- <ProjectPath>$([System.Text.RegularExpressions.Regex]::Match($(MSBuildProjectExtensionsPath), "[/\\]csharp[/\\].*[/\\]obj").ToString().Replace("/",".").Replace("\\",".").Replace(".csharp", $(Company)).Replace(".obj", ""))</ProjectPath>-->
|
2023-02-16 12:57:06 +00:00
|
|
|
</PropertyGroup>
|
2023-06-13 09:22:54 +00:00
|
|
|
|
2023-04-05 10:47:55 +00:00
|
|
|
|
2023-02-16 12:57:06 +00:00
|
|
|
</Project>
|