-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
18 lines (17 loc) · 868 Bytes
/
Directory.Build.props
File metadata and controls
18 lines (17 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project>
<PropertyGroup>
<BaseIntermediateOutputPath>$(MSBuildThisFileDirectory)\Build\obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath>
<OutputPath>$(MSBuildThisFileDirectory)\Build\$(MSBuildProjectName)\$(Configuration)</OutputPath>
</PropertyGroup>
<PropertyGroup>
<Authors>Torbjörn Gyllebring</Authors>
<Description>Your data. Like a Boss.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/drunkcod/DataBoss</RepositoryUrl>
<VersionPrefix>0.0.117</VersionPrefix>
<!--VersionSuffix>rc.2</VersionSuffix -->
<AssemblyVersion>$(VersionPrefix)</AssemblyVersion>
<AssemblyInformationalVersion>$(VersionPrefix)</AssemblyInformationalVersion>
<AssemblyFileVersion>2026.01.29</AssemblyFileVersion>
</PropertyGroup>
</Project>