Source code for the scripts converter.

NOTE: It is pretty straighforward and ugly, so make sure you check all the changes it does. :P

--HG--
branch : trunk
This commit is contained in:
azazel
2010-08-09 00:01:35 +06:00
parent 1f80c7b3c0
commit 39ab39f6cb
5 changed files with 347 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<StartArguments>
</StartArguments>
</PropertyGroup>
</Project>