Skip to content

Commit

Permalink
Directory.Build.props tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
hakenr committed Oct 25, 2023
1 parent 7e49dae commit 2b0c184
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@

<PropertyGroup>
<Company>HAVIT</Company>
<Copyright>Copyright HAVIT, 2021</Copyright>
<Copyright>Copyright HAVIT, s.r.o.</Copyright>
<FileVersion>1.0.0.0</FileVersion>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<Product>NewProjectTemplate</Product>
<LangVersion>latest</LangVersion>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<DisableTransitiveProjectReferences>true</DisableTransitiveProjectReferences>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)'=='Release' ">
Expand Down

0 comments on commit 2b0c184

Please sign in to comment.