-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
26 lines (24 loc) · 1003 Bytes
/
Copy pathDirectory.Build.props
File metadata and controls
26 lines (24 loc) · 1003 Bytes
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
26
<Project>
<!-- Shared Version Properties -->
<PropertyGroup>
<Authors>Hideki Saito</Authors>
<Company>Hideki Saito</Company>
<Copyright>Copyright (c) 2025 Hideki Saito</Copyright>
<PackageLicenseUrl>https://github.com/hsaito/MyNumber.NET/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/hsaito/MyNumber.NET</PackageProjectUrl>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<!-- Library Versions -->
<PropertyGroup>
<MyNumberNETVersion>1.0.7.0</MyNumberNETVersion>
<MyNumberNETCliVersion>1.0.7.0</MyNumberNETCliVersion>
<MyNumberNETTestVersion>1.0.7.0</MyNumberNETTestVersion>
</PropertyGroup>
<!-- Build Properties -->
<PropertyGroup>
<Deterministic>true</Deterministic>
<DeterministicSourceRoot>/_/</DeterministicSourceRoot>
<RepoRoot>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)'))</RepoRoot>
<PathMap>$(RepoRoot)=$(DeterministicSourceRoot)</PathMap>
</PropertyGroup>
</Project>