Skip to content

Commit

Permalink
Refactor build properties in Directory.Build.props
Browse files Browse the repository at this point in the history
Removed TargetFrameworks for Release-DrawingCompat, Debug-DrawingCompat, Release, and Debug configurations. Eliminated duplicate Deterministic and GenerateAssemblyInfo elements. Other properties remain unchanged.
  • Loading branch information
majorsilence committed Dec 31, 2024
1 parent d5991b9 commit 0f0a670
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
<Project>
<PropertyGroup Condition="'$(Configuration)' == 'Release-DrawingCompat' Or '$(Configuration)' == 'Debug-DrawingCompat'">
<TargetFrameworks>net8.0</TargetFrameworks>
<DefineConstants>DRAWINGCOMPAT</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Release' Or '$(Configuration)' == 'Debug'">
<TargetFrameworks>net8.0-windows</TargetFrameworks>
</PropertyGroup>

<PropertyGroup>
<Deterministic>true</Deterministic>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<RepositoryUrl>https://github.com/majorsilence/My-FyiReporting</RepositoryUrl>
<AssemblyVersion>5.0.0</AssemblyVersion>
<FileVersion>5.0.0</FileVersion>
<Version>5.0.0</Version>
<Deterministic>true</Deterministic>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<Product>Majorsilence Reporting</Product>
<Copyright>Copyright © 2004-2008 fyiReporting Software, LLC, Majorsilence Reporting Devs 2024</Copyright>
Expand Down

0 comments on commit 0f0a670

Please sign in to comment.