mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-03-23 04:25:17 +00:00
13 lines
510 B
XML
13 lines
510 B
XML
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="Version.props" />
|
|
|
|
<PropertyGroup>
|
|
<TgsFrameworkVersion>net$(TgsNetMajorVersion).0</TgsFrameworkVersion>
|
|
<LangVersion>latest</LangVersion>
|
|
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
|
|
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
|
<!-- This is the default but Wix hates it -->
|
|
<!--<DebugType>Portable</DebugType> -->
|
|
</PropertyGroup>
|
|
</Project>
|