aboutsummaryrefslogtreecommitdiff
path: root/msvc/Configuration.Application.props
blob: 8c41e29af7656d98ff791c438290f254050f731c (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="Configuration.Base.props" />
  <PropertyGroup Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
  </PropertyGroup>
</Project>