Subversion Repositories DevTools

Rev

Rev 4097 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4097 Rev 4192
Line 48... Line 48...
48
    '4.0' => { 'def'      => 'CSHARP2010.DEF',
48
    '4.0' => { 'def'      => 'CSHARP2010.DEF',
49
               'pragma'   => 1,
49
               'pragma'   => 1,
50
               'warnings' => '1668',
50
               'warnings' => '1668',
51
               'platform' => 'x86',
51
               'platform' => 'x86',
52
             },
52
             },
-
 
53
 
-
 
54
     '4.5' => { 'def'      => 'CSHARP2012.DEF',
-
 
55
                'pragma'   => 1,
-
 
56
                'warnings' => '1668',
-
 
57
                'platform' => 'x86',
53
             
58
              },
54
    );
59
    );
55
 
60
 
56
 
61
 
57
##############################################################################
62
##############################################################################
58
#   ToolsetInit()
63
#   ToolsetInit()