2023-06-11 20:24:19 +00:00
|
|
|
<Project>
|
|
|
|
<!-- Common to all Jackett Projects -->
|
|
|
|
<PropertyGroup>
|
|
|
|
<!-- Specifies whether it's one of our own libraries -->
|
|
|
|
<JackettProject>false</JackettProject>
|
|
|
|
<JackettProject Condition="$(MSBuildProjectName.StartsWith('Jackett'))">true</JackettProject>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<!-- Set the Product and Version info for our own projects -->
|
|
|
|
<PropertyGroup Condition="'$(JackettProject)'=='true'">
|
|
|
|
<PathMap>$(MSBuildProjectDirectory)=./$(MSBuildProjectName)/</PathMap>
|
|
|
|
</PropertyGroup>
|
2024-06-03 07:36:05 +00:00
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
|
|
|
|
</PropertyGroup>
|
2023-06-11 20:24:19 +00:00
|
|
|
</Project>
|