Files
tgstation-server/build/Common.props
T
2023-11-25 09:52:27 -05:00

12 lines
436 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>
<!-- This is the default but Wix hates it -->
<!--<DebugType>Portable</DebugType> -->
</PropertyGroup>
</Project>