Subversion Repositories DevTools

Rev

Rev 5709 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

###############################################################################
# Copyright (c) Vix Technologies 2011
# 
# File:         PLATFORM/CSHARP2010
#
# Contents:     CSHARP for VS2010
#
###############################################################################
#
    
CSHARPInit();

sub CSHARPInit
{
    Toolset( '*', 'csharp.pl', '--Version=4.0' );
    1;
}