Skip to content

Instantly share code, notes, and snippets.

@domgreen
Created April 16, 2011 17:05
Show Gist options
  • Save domgreen/923297 to your computer and use it in GitHub Desktop.
Save domgreen/923297 to your computer and use it in GitHub Desktop.
property group to pull in build targets from the Azure SDK
<PropertyGroup>
<CloudExtensionsDir Condition=" '$(CloudExtensionsDir)' == '' ">
C:\Program Files (x86)\MSBuild\Microsoft\Cloud Service\
1.0\Visual Studio 10.0\
</CloudExtensionsDir>
</PropertyGroup>
<Import
Project="$(CloudExtensionsDir)Microsoft.CloudService.targets" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment