equal
deleted
inserted
replaced
56 enum DotNET { |
56 enum DotNET { |
57 NETUnknown = 0, |
57 NETUnknown = 0, |
58 NET2002 = 0x70, |
58 NET2002 = 0x70, |
59 NET2003 = 0x71, |
59 NET2003 = 0x71, |
60 NET2005 = 0x80, |
60 NET2005 = 0x80, |
61 NET2008 = 0x90 |
61 NET2008 = 0x90, |
|
62 NET2010 = 0xa0 |
62 }; |
63 }; |
63 |
64 |
64 /* |
65 /* |
65 This Object model is of course VERY simplyfied, |
66 This Object model is of course VERY simplyfied, |
66 and does not actually follow the original MSVC |
67 and does not actually follow the original MSVC |
865 VCConfiguration* Config; |
866 VCConfiguration* Config; |
866 QList<VCFilterFile> Files; |
867 QList<VCFilterFile> Files; |
867 |
868 |
868 customBuildCheck CustomBuild; |
869 customBuildCheck CustomBuild; |
869 |
870 |
870 bool useCustomBuildTool; |
871 bool useCustomBuildTool; |
871 VCCustomBuildTool CustomBuildTool; |
872 VCCustomBuildTool CustomBuildTool; |
872 |
873 |
873 bool useCompilerTool; |
874 bool useCompilerTool; |
874 VCCLCompilerTool CompilerTool; |
875 VCCLCompilerTool CompilerTool; |
875 |
876 |