-
Notifications
You must be signed in to change notification settings - Fork 378
Expand file tree
/
Copy pathdefault.props
More file actions
24 lines (23 loc) · 1.04 KB
/
default.props
File metadata and controls
24 lines (23 loc) · 1.04 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>
<OutputPath>bin/$(Configuration)/</OutputPath>
<TargetFramework>net9.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Company>TrinityCore</Company>
<Copyright>Copyright © 2010-2026</Copyright>
<PackageProjectUrl>https://www.trinitycore.org/</PackageProjectUrl>
<NeutralLanguage>en</NeutralLanguage>
<RepositoryUrl>https://github.com/TrinityCore/WowPacketParser</RepositoryUrl>
<RepositoryType>GitHub</RepositoryType>
<Authors>TrinityCore</Authors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemDefinitionGroup>
<ProjectReference Condition="'$(OutputType)' == 'library'">
<EmbedInteropTypes>false</EmbedInteropTypes>
<Private>false</Private>
</ProjectReference>
</ItemDefinitionGroup>
</Project>