-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDirectory.Build.props
30 lines (25 loc) · 1.2 KB
/
Directory.Build.props
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
<Project>
<PropertyGroup Label="Build Settings">
<LangVersion>9.0</LangVersion>
<DebugType>portable</DebugType>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Label="NuGet Settings">
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>
<PropertyGroup Label="Assembly Metadata">
<Company>Source Engine Discord</Company>
<Copyright>© 2014 EHVAG, 2020 Source Engine Discord and contributors</Copyright>
<Product>SourceEngine.Demo</Product>
<Version>2.5.4</Version>
</PropertyGroup>
<PropertyGroup Label="Package Metadata">
<Authors>source-engine-discord;main</Authors>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageProjectUrl>https://discord.gg/SourceEngine</PackageProjectUrl>
<PackageTags>source engine;demo;csgo;counter-strike;stats;json;parser</PackageTags>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/source-engine-discord/SourceEngine.Demo</RepositoryUrl>
</PropertyGroup>
</Project>