From 0635093545ba2141fbaf320c7b90a1528a1d959d Mon Sep 17 00:00:00 2001 From: triton Date: Thu, 9 May 2013 00:42:33 +0100 Subject: [PATCH] Rename the Cxxi program to CppSharp. --- src/{Cxxi/Cxxi.lua => CppSharp/CppSharp.lua} | 0 src/{Cxxi => CppSharp}/Program.cs | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/{Cxxi/Cxxi.lua => CppSharp/CppSharp.lua} (100%) rename src/{Cxxi => CppSharp}/Program.cs (100%) diff --git a/src/Cxxi/Cxxi.lua b/src/CppSharp/CppSharp.lua similarity index 100% rename from src/Cxxi/Cxxi.lua rename to src/CppSharp/CppSharp.lua diff --git a/src/Cxxi/Program.cs b/src/CppSharp/Program.cs similarity index 100% rename from src/Cxxi/Program.cs rename to src/CppSharp/Program.cs