forked from bepu/bepuphysics2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCommonSettings.props
More file actions
35 lines (33 loc) · 1.47 KB
/
CommonSettings.props
File metadata and controls
35 lines (33 loc) · 1.47 KB
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
27
28
29
30
31
32
33
34
35
<Project>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>2.5.0-beta.24</Version>
<Company>Bepu Entertainment LLC</Company>
<Authors>Ross Nordby</Authors>
<Copyright>© Bepu Entertainment LLC</Copyright>
<PackageProjectUrl>https://github.com/bepu/bepuphysics2</PackageProjectUrl>
<RepositoryUrl>https://github.com/bepu/bepuphysics2</RepositoryUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<LangVersion>latest</LangVersion>
<PackageIcon>bepuphysicslogo256.png</PackageIcon>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<DebugSymbols>true</DebugSymbols>
<!--<DebugType>full</DebugType>-->
<SignAssembly>true</SignAssembly>
<DelaySign>false</DelaySign>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<!--<TieredCompilation>false</TieredCompilation>-->
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<None Include="..\Documentation\images\bepuphysicslogo256.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
<!-- Needed for Source Link package debugging, see https://github.com/dotnet/sourcelink -->
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>
</Project>