Skip to content

Instantly share code, notes, and snippets.

View vazor222's full-sized avatar

vazor222

View GitHub Profile
@MattRix
MattRix / RXSolutionFixer
Created November 24, 2014 19:33
This upgrades your csproj files to .NET 4.0 so you can use default parameters (etc) while building in MonoDevelop
using UnityEngine;
using UnityEditor;
using System.IO;
using System.Text.RegularExpressions;
using System.Collections.Generic;
using System.Collections;
using System;
class RXSolutionFixer : AssetPostprocessor
{