|
8 | 8 | <LangVersion>9.0</LangVersion>
|
9 | 9 | <Nullable>enable</Nullable>
|
10 | 10 |
|
11 |
| - <DebugType>embedded</DebugType> |
12 |
| - |
13 | 11 | <GenerateDocumentationFile>true</GenerateDocumentationFile>
|
14 | 12 | <NoWarn>CS1591;CS1701</NoWarn>
|
15 | 13 |
|
|
20 | 18 | <PackageLicenseExpression>MIT</PackageLicenseExpression>
|
21 | 19 | <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
22 | 20 | <PackageProjectUrl>https://github.com/amerkoleci/Vortice.Mathematics</PackageProjectUrl>
|
23 |
| - </PropertyGroup> |
24 | 21 |
|
25 |
| - <PropertyGroup> |
| 22 | + <IncludeSymbols>true</IncludeSymbols> |
| 23 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
26 | 24 | <PublishRepositoryUrl>true</PublishRepositoryUrl>
|
27 | 25 | <EmbedUntrackedSources>true</EmbedUntrackedSources>
|
28 |
| - <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> |
29 |
| - </PropertyGroup> |
| 26 | + <ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild> |
30 | 27 |
|
31 |
| - <PropertyGroup Condition="'$(TF_BUILD)' == 'true'"> |
32 |
| - <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> |
33 |
| - </PropertyGroup> |
| 28 | + <SignAssembly Condition="'$(SignAssembly)' == ''">true</SignAssembly> |
| 29 | + <VorticePublicKey>0024000004800000940000000602000000240000525341310004000001000100758064dc2d7cc685f393036f2d5fd6c3a8d9a811a6633e614a2a224c0aa45ef6e7dd9a45172f3b0055f0af31e7637b152a02263922c9fdfd0ed4408d30dcc26fc080c9d0e4c5e1307527e661037b4927b9f27b5318307698d474bf15506f21b9b2cf8155855624863b46584c11bf75bfde5dbbe8120c00524f713541725167cb</VorticePublicKey> |
| 30 | + <AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)Vortice.snk</AssemblyOriginatorKeyFile> |
34 | 31 |
|
35 |
| - <PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'"> |
36 |
| - <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> |
| 32 | + <!-- Packages versions --> |
| 33 | + <NerdbankGitVersioningVersion>3.3.37</NerdbankGitVersioningVersion> |
| 34 | + <GitHubSourceLinkVersion>1.1.0-beta-20204-02</GitHubSourceLinkVersion> |
37 | 35 | </PropertyGroup>
|
38 | 36 |
|
39 | 37 | <ItemGroup>
|
40 |
| - <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/> |
41 |
| - <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" /> |
| 38 | + <PackageReference Include="Nerdbank.GitVersioning" Version="$(NerdbankGitVersioningVersion)" PrivateAssets="All" /> |
| 39 | + |
| 40 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="$(GitHubSourceLinkVersion)"> |
| 41 | + <PrivateAssets>all</PrivateAssets> |
| 42 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> |
| 43 | + </PackageReference> |
42 | 44 | </ItemGroup>
|
43 | 45 | </Project>
|
0 commit comments