BizHawk/ExternalToolProjects/ExtToolCommon.props

10 lines
222 B
Plaintext
Raw Normal View History

2020-02-22 20:17:35 +00:00
<Project>
2020-03-12 03:16:37 +00:00
<Import Project="../Common.props" />
2020-02-22 20:17:35 +00:00
<PropertyGroup>
<OutputPath>$(MSBuildProjectDirectory)/bin/$(Configuration)/</OutputPath>
2020-02-22 20:17:35 +00:00
</PropertyGroup>
<ItemGroup>
<None Remove="*.sh" />
</ItemGroup>
</Project>