WinLauncherCommon.props 525 B

123456789101112
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemDefinitionGroup>
  4. <Link>
  5. <AdditionalDependencies>shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
  6. <OutputFile>$(OutDir)WinLauncher$(DebugSuffix).exe</OutputFile>
  7. <ProgramDatabaseFile>$(TargetDir)$(TargetName).pdb</ProgramDatabaseFile>
  8. </Link>
  9. <ClCompile />
  10. <ClCompile />
  11. </ItemDefinitionGroup>
  12. </Project>