This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
Files
beatsaber-scoretracker/Mod/Directory.Build.props

9 lines
285 B
Plaintext
Raw Normal View History

2024-08-06 23:57:47 +01:00
<?xml version="1.0" encoding="utf-8"?>
<!-- This file contains project properties used by the build. -->
<Project>
<PropertyGroup>
<ImportBSMTTargets>True</ImportBSMTTargets>
<BSMTProjectType>BSIPA</BSMTProjectType>
2024-08-07 05:19:39 +01:00
<LangVersion>8.0</LangVersion>
2024-08-06 23:57:47 +01:00
</PropertyGroup>
</Project>