-
Notifications
You must be signed in to change notification settings - Fork 201
/
Copy pathDirectory.Build.props
23 lines (21 loc) · 994 Bytes
/
Directory.Build.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<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.2</AssemblyVersion>
<FileVersion>5.0.2</FileVersion>
<Version>5.0.2-alpha</Version>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<Product>Majorsilence Reporting</Product>
<Copyright>Copyright © 2004-2008 fyiReporting Software, LLC, Majorsilence Reporting Devs 2024</Copyright>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release' Or '$(Configuration)'=='Release-DrawingCompat'">
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
</PropertyGroup>
</Project>