Subversion Repositories DevTools

Rev

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

###############################################################################
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
# 
# File:         PLATFORM/CSHARP2015
#
# Contents:     CSHARP for VS2015
#
###############################################################################
#
    
CSHARPInit();

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