diff options
author | azazel <none@none> | 2010-08-09 00:01:35 +0600 |
---|---|---|
committer | azazel <none@none> | 2010-08-09 00:01:35 +0600 |
commit | 39ab39f6cb80d6eba22dfd3b91bc1cf71bd4ced7 (patch) | |
tree | 8be8aa1315b87320b40149971221bfc1d54f18f4 /contrib/ScriptsConverter/ScriptConverter.sln | |
parent | 1f80c7b3c056a791a7f0be52a6e188292d268b82 (diff) |
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
Diffstat (limited to 'contrib/ScriptsConverter/ScriptConverter.sln')
-rw-r--r-- | contrib/ScriptsConverter/ScriptConverter.sln | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/contrib/ScriptsConverter/ScriptConverter.sln b/contrib/ScriptsConverter/ScriptConverter.sln new file mode 100644 index 00000000000..eed98c23228 --- /dev/null +++ b/contrib/ScriptsConverter/ScriptConverter.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual Studio 2008 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScriptConverter", "ScriptConverter\ScriptConverter.csproj", "{AB4C10BF-53AD-44AC-8B7A-B3F406DF468A}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {AB4C10BF-53AD-44AC-8B7A-B3F406DF468A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AB4C10BF-53AD-44AC-8B7A-B3F406DF468A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AB4C10BF-53AD-44AC-8B7A-B3F406DF468A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AB4C10BF-53AD-44AC-8B7A-B3F406DF468A}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal |