<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Using the Windows 7 RC SDK in Visual C++ 2010 Beta 1</title><link>http://blogs.msdn.com/vcblog/archive/2009/05/20/using-the-windows-7-rc-sdk-in-visual-c-2010-beta-1.aspx</link><description>Though the Windows 7 RC SDK was released about 2 weeks before Visual Studio 2010 Beta 1 , it was not possible to incorporate that release into VS 2010 Beta 1. As a result, the Windows SDK components that ship as part of Visual Studio 2010 Beta 1 are the</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Using the Windows 7 RC SDK in Visual C++ 2010 Beta 1</title><link>http://blogs.msdn.com/vcblog/archive/2009/05/20/using-the-windows-7-rc-sdk-in-visual-c-2010-beta-1.aspx#9633079</link><pubDate>Thu, 21 May 2009 03:04:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9633079</guid><dc:creator>vcblog</dc:creator><description>&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;And if you want to get VS2010 Beta 1 then Soma has all the details: &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/somasegar/archive/2009/05/18/visual-studio-2010-and-net-fx-4-beta-1-ships.aspx"&gt;http://blogs.msdn.com/somasegar/archive/2009/05/18/visual-studio-2010-and-net-fx-4-beta-1-ships.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Damien&lt;/p&gt;
&lt;p&gt;Visual C++&lt;/p&gt;
</description></item><item><title>re: Using the Windows 7 RC SDK in Visual C++ 2010 Beta 1</title><link>http://blogs.msdn.com/vcblog/archive/2009/05/20/using-the-windows-7-rc-sdk-in-visual-c-2010-beta-1.aspx#9633561</link><pubDate>Thu, 21 May 2009 12:52:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9633561</guid><dc:creator>Phaeron</dc:creator><description>&lt;p&gt;Just to be clear, is it a supported scenario to use the Windows SDK includes and libs with the stock Visual C++ toolset? The reason I ask is that I've had some headaches recently with the SDK's &amp;lt;winnt.h&amp;gt; declaring intrinsics in a manner incompatible with &amp;lt;intrin.h&amp;gt;, and was wondering if the SDK headers were officially supported only with the SDK toolset.&lt;/p&gt;
</description></item><item><title>re: Using the Windows 7 RC SDK in Visual C++ 2010 Beta 1</title><link>http://blogs.msdn.com/vcblog/archive/2009/05/20/using-the-windows-7-rc-sdk-in-visual-c-2010-beta-1.aspx#9633843</link><pubDate>Thu, 21 May 2009 17:58:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9633843</guid><dc:creator>Jalf</dc:creator><description>&lt;p&gt;I just installed the beta, and I'm a bit surprised to see that property sheets are still there. Weren't the MSBuild .targets files supposed to replace them? Care to enlighten us? :)&lt;/p&gt;
</description></item><item><title>re: Using the Windows 7 RC SDK in Visual C++ 2010 Beta 1</title><link>http://blogs.msdn.com/vcblog/archive/2009/05/20/using-the-windows-7-rc-sdk-in-visual-c-2010-beta-1.aspx#9633982</link><pubDate>Thu, 21 May 2009 19:45:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9633982</guid><dc:creator>Marian Luparu</dc:creator><description>&lt;p&gt;@Jalf: both are valid statements :) property sheets are still there and they are MSBuild files. More specifically .props files. &lt;/p&gt;
&lt;p&gt;The .props extension is a convention to represent MSBuild files that only contain properties, item definitions and items but no target definitions.&lt;/p&gt;
&lt;p&gt;During conversion, your .vsprops files (VC property sheets) will get converted to semantically equivalent .props files. &lt;/p&gt;
&lt;p&gt;Our overall goal was to ease migration from previous versions - you will notice that most of the VC Project System features are still there even if now under the covers they are expressed in MSBuild terms (i.e. property sheets, custom build rules, property inheritance in Property Pages, single file builds, etc.)&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Marian&lt;/p&gt;
&lt;p&gt;Visual C++&lt;/p&gt;
</description></item><item><title>re: Using the Windows 7 RC SDK in Visual C++ 2010 Beta 1</title><link>http://blogs.msdn.com/vcblog/archive/2009/05/20/using-the-windows-7-rc-sdk-in-visual-c-2010-beta-1.aspx#9634231</link><pubDate>Thu, 21 May 2009 22:53:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9634231</guid><dc:creator>Jalf</dc:creator><description>&lt;p&gt;Thanks for the explanation. :)&lt;/p&gt;
&lt;p&gt;I did notice that the extension had changed, and that the contents looked different in a text editor.&lt;/p&gt;
&lt;p&gt;What had me confused was that there are still build options that are not exposed through the property pages for a property sheet (such as switching unicode on/off, or changing between .exe/.dll/.lib), but which should be possible to override with the new MSBuild build system.&lt;/p&gt;
&lt;p&gt;So can I simply edit the .props file manually to specify those missing options? (Would be a lot nicer if I could simply include a .props file to build a static library instead of an executable. That was pretty much the scenario that sold me on the idea of switching to MSBuild)&lt;/p&gt;
</description></item><item><title>Targets files for X64</title><link>http://blogs.msdn.com/vcblog/archive/2009/05/20/using-the-windows-7-rc-sdk-in-visual-c-2010-beta-1.aspx#9634700</link><pubDate>Fri, 22 May 2009 07:55:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9634700</guid><dc:creator>Javier Blazquez</dc:creator><description>&lt;p&gt;Even though the configuration files for building an X64 application targeting the Windows 7 RC SDK are not included in the ZIP above, it's easy to derive their contents judging from the differences between Microsoft.Cpp.Win32.v100.props and Microsoft.Cpp.X64.v100.props.&lt;/p&gt;
&lt;p&gt;The contents of Microsoft.Cpp.X64.Windows7SDK.props would be the following:&lt;/p&gt;
&lt;p&gt;&amp;lt;Project xmlns=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://schemas.microsoft.com/developer/msbuild/2003&amp;quot;&amp;gt;"&gt;http://schemas.microsoft.com/developer/msbuild/2003&amp;quot;&amp;gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;Import Project=&amp;quot;$(VCTargetsPath)\Platforms\X64\PlatformToolsets\v100\Microsoft.Cpp.X64.v100.props&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;PropertyGroup&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;WindowsSdkDev10Dir Condition=&amp;quot;'$(UseEnv)' != 'true'&amp;quot;&amp;gt;$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v7.0A@InstallationFolder)&amp;lt;/WindowsSdkDev10Dir&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;WindowsSdkDir Condition=&amp;quot;'$(UseEnv)' != 'true'&amp;quot;&amp;gt;$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v7.0@InstallationFolder)&amp;lt;/WindowsSdkDir&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;ExecutablePath&amp;gt;$(VCInstallDir)bin\x86_amd64;$(VCInstallDir)bin;$(WindowsSdkDev10Dir)\bin\NETFX 4.0 Tools;$(WindowsSDKDir)\bin;$(VSInstallDir)Common7\Tools\bin;$(VSInstallDir)Common7\tools;$(VSInstallDir)Common7\ide;$(ProgramFiles)\HTML Help Workshop;$(FrameworkSDKDir)bin;$(FrameworkSDKDir)lib\win64;$(MSBuildToolsPath);$(FxCopDir);$(PATH);&amp;lt;/ExecutablePath&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;IncludePath&amp;gt;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)\include;$(FrameworkSDKDir)include;&amp;lt;/IncludePath&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;LibraryPath&amp;gt;$(VCInstallDir)lib\amd64;$(VCInstallDir)atlmfc\lib\amd64;$(WindowsSdkDir)\lib\x64;&amp;lt;/LibraryPath&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;ExcludePath&amp;gt;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)\include;$(FrameworkSDKDir)include;$(MSBuildToolsPath);$(VCInstallDir)atlmfc\lib\amd64;$(VCInstallDir)lib\amd64;&amp;lt;/ExcludePath&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/PropertyGroup&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/Project&amp;gt;&lt;/p&gt;
&lt;p&gt;The other file, Microsoft.Cpp.X64.Windows7SDK.targets, would be identical to Microsoft.Cpp.Win32.Windows7SDK.targets, so you can just copy it and rename it.&lt;/p&gt;
&lt;p&gt;Put both files under the MSBuild\Microsoft.Cpp\v4.0\Platforms\X64\PlatformToolsets\Windows7SDK directory and you'll be able to build an X64 application using the Windows 7 RC SDK. I tried building a simple X64 project and it worked fine on a Windows Server 2008 R2 RC virtual machine.&lt;/p&gt;
</description></item><item><title>re: Using the Windows 7 RC SDK in Visual C++ 2010 Beta 1</title><link>http://blogs.msdn.com/vcblog/archive/2009/05/20/using-the-windows-7-rc-sdk-in-visual-c-2010-beta-1.aspx#9635957</link><pubDate>Sat, 23 May 2009 00:15:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9635957</guid><dc:creator>Lisa Supinski, Windows SDK team</dc:creator><description>&lt;p&gt;Phaeron - If you're asking whether it's a supported scenario to install Visual Studio and install a Windows SDK release and then use the headers and libraries that ship with the Windows SDK release while creating apps using Visual Studio, the answer is yes. &amp;nbsp;If you are having problems with the headers that the SDK ships while you're writing code using Visual Studio, we want to know what the problems are so we can investigate. Does that answer your question? &lt;/p&gt;
</description></item><item><title>re: Using the Windows 7 RC SDK in Visual C++ 2010 Beta 1</title><link>http://blogs.msdn.com/vcblog/archive/2009/05/20/using-the-windows-7-rc-sdk-in-visual-c-2010-beta-1.aspx#9636850</link><pubDate>Sat, 23 May 2009 10:01:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9636850</guid><dc:creator>Stephan T. Lavavej [MSFT]</dc:creator><description>&lt;p&gt;[Phaeron]&lt;/p&gt;
&lt;p&gt;&amp;gt; I've had some headaches recently with the SDK's&lt;/p&gt;
&lt;p&gt;&amp;gt; &amp;lt;winnt.h&amp;gt; declaring intrinsics in a manner&lt;/p&gt;
&lt;p&gt;&amp;gt; incompatible with &amp;lt;intrin.h&amp;gt;&lt;/p&gt;
&lt;p&gt;We've had the same headaches. VC10's &amp;lt;intrin.h&amp;gt; is finally compatible with &amp;lt;winnt.h&amp;gt;.&lt;/p&gt;
</description></item><item><title>re: Using the Windows 7 RC SDK in Visual C++ 2010 Beta 1</title><link>http://blogs.msdn.com/vcblog/archive/2009/05/20/using-the-windows-7-rc-sdk-in-visual-c-2010-beta-1.aspx#9640704</link><pubDate>Mon, 25 May 2009 20:52:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9640704</guid><dc:creator>David</dc:creator><description>&lt;p&gt;I spent some time looking at the various .target files supporting the new C++ build system to get a grip of how it works, and noticed that the compiler and linker are compiled tasks - not defined entirely in XML as originally envisioned. Is this design final? I am trying to see how I would go about making a custom VC6 platform toolset for a legacy embedded platform, and having to write cusom task assemblies really complicates things. Simply being able to adapt existing XML files would be ideal.&lt;/p&gt;
&lt;p&gt;Related question: How does the new MSBuild system do dependency analysis of header files? Is it even possible without custom compiled tasks?&lt;/p&gt;
</description></item><item><title>re: Using the Windows 7 RC SDK in Visual C++ 2010 Beta 1</title><link>http://blogs.msdn.com/vcblog/archive/2009/05/20/using-the-windows-7-rc-sdk-in-visual-c-2010-beta-1.aspx#9643543</link><pubDate>Wed, 27 May 2009 08:13:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9643543</guid><dc:creator>Gary</dc:creator><description>&lt;p&gt;Does this break .NET Framework 4.0 development?&lt;/p&gt;
</description></item><item><title>re: Using the Windows 7 RC SDK in Visual C++ 2010 Beta 1</title><link>http://blogs.msdn.com/vcblog/archive/2009/05/20/using-the-windows-7-rc-sdk-in-visual-c-2010-beta-1.aspx#9643640</link><pubDate>Wed, 27 May 2009 08:53:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9643640</guid><dc:creator>Marian Luparu</dc:creator><description>&lt;p&gt;@David: relying on XAML based tasks for build extension implementations is a supported scenario and something we'd like to get your feedback on. &lt;/p&gt;
&lt;p&gt;We don't plan though to use XAMLTaskFactory for VC shipping tasks as there is some functionality needed that we don't plan to add to XAMLTaskFactory: &lt;/p&gt;
&lt;p&gt;- dependency analysis (i.e. track header files)&lt;/p&gt;
&lt;p&gt;- parent/child property relations&lt;/p&gt;
&lt;p&gt;- build cancellation.&lt;/p&gt;
&lt;p&gt;For dependency analysis, VC tasks use FileTracker which is a new feature in MSBuild 4.0. We'll share more information as more of our documentation becomes available. This will be something 3rd party task developers will be able to take advantage as well.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Marian&lt;/p&gt;
&lt;p&gt;PS: I'd love to chat more about the VC6 platform toolset project you're working on if you'd like. Can you send me an email to mluparu at microsoft.com?&lt;/p&gt;
</description></item><item><title>Visual Studio 2010 Beta1 includes the Windows 7 Beta SDK</title><link>http://blogs.msdn.com/vcblog/archive/2009/05/20/using-the-windows-7-rc-sdk-in-visual-c-2010-beta-1.aspx#9718444</link><pubDate>Wed, 10 Jun 2009 00:01:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9718444</guid><dc:creator>ascend slowly, breathing normally</dc:creator><description>&lt;p&gt;Wondering how to use the new Windows 7 SDK with Visual Studio 2010 Beta1? The Windows 7 SDK Beta version&lt;/p&gt;
</description></item><item><title>re: Using the Windows 7 RC SDK in Visual C++ 2010 Beta 1</title><link>http://blogs.msdn.com/vcblog/archive/2009/05/20/using-the-windows-7-rc-sdk-in-visual-c-2010-beta-1.aspx#9817913</link><pubDate>Sun, 05 Jul 2009 08:10:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9817913</guid><dc:creator>Criminet</dc:creator><description>&lt;p&gt;I see this is only for C++ .. is there any way to use Win7 RC SDK with C#? &lt;/p&gt;
&lt;p&gt;(i know you C++ guys are smart enough to make it happen)&lt;/p&gt;
&lt;p&gt;assistance appreciated&lt;/p&gt;
</description></item><item><title>re: Using the Windows 7 RC SDK in Visual C++ 2010 Beta 1</title><link>http://blogs.msdn.com/vcblog/archive/2009/05/20/using-the-windows-7-rc-sdk-in-visual-c-2010-beta-1.aspx#9817923</link><pubDate>Sun, 05 Jul 2009 08:22:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9817923</guid><dc:creator>Criminet</dc:creator><description>&lt;p&gt;erm ... C# 2010 Beta 1 that is&lt;/p&gt;
</description></item><item><title>re: Using the Windows 7 RC SDK in Visual C++ 2010 Beta 1</title><link>http://blogs.msdn.com/vcblog/archive/2009/05/20/using-the-windows-7-rc-sdk-in-visual-c-2010-beta-1.aspx#9834760</link><pubDate>Thu, 16 Jul 2009 01:54:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9834760</guid><dc:creator>reklam</dc:creator><description>&lt;p&gt;This is very good news was well informed that the followers of the issue I am. Thanks...&lt;/p&gt;
</description></item></channel></rss>