-
-
Notifications
You must be signed in to change notification settings - Fork 146
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
24 lines (21 loc) · 1.07 KB
/
Directory.Build.props
File metadata and controls
24 lines (21 loc) · 1.07 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
<Project>
<PropertyGroup>
<Copyright>Copyright © Washi 2016-2026</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/Washi1337/AsmResolver</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<LangVersion>14</LangVersion>
<VersionPrefix>6.0.0</VersionPrefix>
<VersionSuffix>rc.1</VersionSuffix>
<Deterministic>true</Deterministic>
<UseArtifactsOutput>true</UseArtifactsOutput>
<CheckEolTargetFramework>false</CheckEolTargetFramework>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
</Project>