Directory.build.targets 265 B

1234567
  1. <Project>
  2. <Import Project="..\Directory.build.targets" />
  3. <PropertyGroup>
  4. <DebugType Condition="'$(TargetFramework)' != 'net46'">portable</DebugType>
  5. <DebugType Condition="'$(TargetFramework)' == 'net46'">full</DebugType>
  6. </PropertyGroup>
  7. </Project>