-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDirectory.Build.props
25 lines (25 loc) · 1.08 KB
/
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
24
25
<Project>
<ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning" Condition="!Exists('packages.config')">
<PrivateAssets>all</PrivateAssets>
<Version>3.7.115</Version>
</PackageReference>
</ItemGroup>
<PropertyGroup>
<Company>BrycensRanch and ShareX Team</Company>
<Product>SnapX</Product>
<Title>SnapX</Title>
<!-- Set automatically -->
<Version>0.0.0</Version>
<ApplicationVersion>0.0.0</ApplicationVersion>
<Description>Capture, share, and boost productivity. All in one.</Description>
<Copyright>Copyright (c) 2025 BrycensRanch and ShareX Team</Copyright>
<!-- Breaks builds on my computer -->
<!-- <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>-->
<IncludeSourceRevisionInInformationalVersion>true</IncludeSourceRevisionInInformationalVersion>
<IncludeDebugSymbolsProjectOutputGroup>false</IncludeDebugSymbolsProjectOutputGroup>
<Optimize>true</Optimize>
<IlcGenerateMstatFile>true</IlcGenerateMstatFile>
<IlcGenerateDgmlFile>true</IlcGenerateDgmlFile>
</PropertyGroup>
</Project>