VS: Add parser for WCE.VCPlatform.config to read WinCE platforms

Parse the WCE.VCPlatform.config file, which contains the installed
WindowsCE SDKs in XML format, and add possibility to generate
Visual Studio generators for them.
This commit is contained in:
Patrick Gansterer
2012-11-20 13:12:27 +01:00
committed by Brad King
parent 2118a2016f
commit 6fe4fcba78
7 changed files with 297 additions and 24 deletions

View File

@@ -55,5 +55,6 @@ protected:
virtual const char* GetIDEVersion() { return "9.0"; }
private:
class Factory;
friend class Factory;
};
#endif