Rename openrct2.props to openrct2.targets

This commit is contained in:
Ted John 2016-08-22 21:46:09 +01:00
parent bc698fdc4c
commit 6f27156abf
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<!-- Main msbuild project for OpenRCT2 -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Import custom build tasks -->
<Import Project="openrct2.props" />
<Import Project="openrct2.targets" />
<!-- Import the C++ project for OpenRCT2 -->
<Import Project="openrct2.vcxproj" />