forked from majorsilence/Reporting
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
19 lines (18 loc) · 864 Bytes
/
Directory.Build.props
File metadata and controls
19 lines (18 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project>
<PropertyGroup Condition="'$(Configuration)' == 'Release-DrawingCompat' Or '$(Configuration)' == 'Debug-DrawingCompat'">
<DefineConstants>DRAWINGCOMPAT</DefineConstants>
</PropertyGroup>
<PropertyGroup>
<Deterministic>true</Deterministic>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<RepositoryUrl>https://github.com/majorsilence/My-FyiReporting</RepositoryUrl>
<AssemblyVersion>5.0.7</AssemblyVersion>
<FileVersion>5.0.7</FileVersion>
<Version>5.0.7-alpha</Version>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<Product>Majorsilence Reporting</Product>
<Copyright>Copyright © 2004-2008 fyiReporting Software, LLC, Majorsilence Reporting Devs 2025</Copyright>
<LangVersion>latest</LangVersion>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
</PropertyGroup>
</Project>