gps location and publish improvements

This commit is contained in:
2011-04-04 05:09:50 +03:00
parent a9533b651c
commit d70777bfec
17 changed files with 566 additions and 120 deletions
@@ -48,5 +48,8 @@
<PropertyGroup>
<CloudExtensionsDir Condition=" '$(CloudExtensionsDir)' == '' ">$(MSBuildExtensionsPath)\Microsoft\Cloud Service\1.0\Visual Studio 10.0\</CloudExtensionsDir>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'GPS_EMULATOR' ">
<OutputPath>bin\GPS_EMULATOR\</OutputPath>
</PropertyGroup>
<Import Project="$(CloudExtensionsDir)Microsoft.CloudService.targets" />
</Project>