-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
21 lines (19 loc) · 1.15 KB
/
Copy pathDirectory.Build.props
File metadata and controls
21 lines (19 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project>
<PropertyGroup>
<SightAdaptProductVersion>0.5.0.50-alpha</SightAdaptProductVersion>
<SightAdaptFileVersion>0.5.0.50</SightAdaptFileVersion>
<SightAdaptAssemblyVersion>0.5.0.0</SightAdaptAssemblyVersion>
<SightAdaptMilestone>0.5.0.50 Alpha</SightAdaptMilestone>
<SightAdaptSettingsSchema>5</SightAdaptSettingsSchema>
<SightAdaptArtifactName>SightAdapt-$(SightAdaptProductVersion)-win-x64</SightAdaptArtifactName>
<SightAdaptDotNetSdkVersion>8.0.423</SightAdaptDotNetSdkVersion>
<SightAdaptDotNetRuntimeVersion>8.0.29</SightAdaptDotNetRuntimeVersion>
<SightAdaptRuntimeIdentifier>win-x64</SightAdaptRuntimeIdentifier>
<SightAdaptPublishMode>self-contained-single-file</SightAdaptPublishMode>
<SightAdaptDotNetReleaseMetadataUrl>https://builds.dotnet.microsoft.com/dotnet/release-metadata/8.0/releases.json</SightAdaptDotNetReleaseMetadataUrl>
<Version>$(SightAdaptProductVersion)</Version>
<AssemblyVersion>$(SightAdaptAssemblyVersion)</AssemblyVersion>
<FileVersion>$(SightAdaptFileVersion)</FileVersion>
<InformationalVersion>$(SightAdaptProductVersion)</InformationalVersion>
</PropertyGroup>
</Project>