public static void InstallHandler(DnxProject project)
 {
     var itemType = new DnxMSBuildProjectItemType ();
     itemType.InitializeHandler (project);
 }
Ejemplo n.º 2
0
        public static void InstallHandler(DnxProject project)
        {
            var itemType = new DnxMSBuildProjectItemType();

            itemType.InitializeHandler(project);
        }