Skip to content

Commit 8c83b96

Browse files
committed
merge from tfs to codeplex (rc2)
1 parent 912b1d2 commit 8c83b96

27 files changed

+129
-44
lines changed

Release/samples/FacebookDemo/FacebookDemo/FacebookDemo.vcxproj renamed to Release/collateral/Samples/FacebookDemo/FacebookDemo/FacebookDemo.vcxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,27 +73,27 @@
7373
</ImportGroup>
7474
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
7575
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
76-
<Import Project="$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v8.0\ExtensionSDKs\CppRESTWindowsSDK\0.6\DesignTime\Debug\x86\CppRESTWindowsSDK.props" />
76+
<Import Project="$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v8.0\ExtensionSDKs\CppRESTWindowsSDK\1.0\DesignTime\Debug\x86\CppRESTWindowsSDK.props" />
7777
</ImportGroup>
7878
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
7979
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
80-
<Import Project="$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v8.0\ExtensionSDKs\CppRESTWindowsSDK\0.6\DesignTime\Retail\x86\CppRESTWindowsSDK.props" />
80+
<Import Project="$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v8.0\ExtensionSDKs\CppRESTWindowsSDK\1.0\DesignTime\Retail\x86\CppRESTWindowsSDK.props" />
8181
</ImportGroup>
8282
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
8383
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
84-
<Import Project="$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v8.0\ExtensionSDKs\CppRESTWindowsSDK\0.6\DesignTime\Debug\ARM\CppRESTWindowsSDK.props" />
84+
<Import Project="$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v8.0\ExtensionSDKs\CppRESTWindowsSDK\1.0\DesignTime\Debug\ARM\CppRESTWindowsSDK.props" />
8585
</ImportGroup>
8686
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
8787
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
88-
<Import Project="$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v8.0\ExtensionSDKs\CppRESTWindowsSDK\0.6\DesignTime\Retail\ARM\CppRESTWindowsSDK.props" />
88+
<Import Project="$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v8.0\ExtensionSDKs\CppRESTWindowsSDK\1.0\DesignTime\Retail\ARM\CppRESTWindowsSDK.props" />
8989
</ImportGroup>
9090
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
9191
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
92-
<Import Project="$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v8.0\ExtensionSDKs\CppRESTWindowsSDK\0.6\DesignTime\Debug\x64\CppRESTWindowsSDK.props" />
92+
<Import Project="$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v8.0\ExtensionSDKs\CppRESTWindowsSDK\1.0\DesignTime\Debug\x64\CppRESTWindowsSDK.props" />
9393
</ImportGroup>
9494
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
9595
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
96-
<Import Project="$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v8.0\ExtensionSDKs\CppRESTWindowsSDK\0.6\DesignTime\Retail\x64\CppRESTWindowsSDK.props" />
96+
<Import Project="$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v8.0\ExtensionSDKs\CppRESTWindowsSDK\1.0\DesignTime\Retail\x64\CppRESTWindowsSDK.props" />
9797
</ImportGroup>
9898
<PropertyGroup Label="UserMacros" />
9999
<PropertyGroup>
@@ -186,9 +186,9 @@
186186
</ClCompile>
187187
</ItemGroup>
188188
<ItemGroup>
189-
<SDKReference Include="CppRESTWindowsSDK, Version=0.6" />
189+
<SDKReference Include="CppRESTWindowsSDK, Version=1.0" />
190190
</ItemGroup>
191191
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
192192
<ImportGroup Label="ExtensionTargets">
193193
</ImportGroup>
194-
</Project>
194+
</Project>

0 commit comments

Comments
 (0)