TestProject.props 502 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Copyright (c) Contributors to the Open 3D Engine Project.
  4. For complete copyright and license terms please see the LICENSE at the root of this distribution.
  5. SPDX-License-Identifier: Apache-2.0 OR MIT
  6. -->
  7. <Project>
  8. <ItemDefinitionGroup>
  9. <Link>
  10. <!-- Setting test projects as "Console" so they leave the console open after they finish -->
  11. <SubSystem>Console</SubSystem>
  12. </Link>
  13. </ItemDefinitionGroup>
  14. </Project>