diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-06-04 11:46:32 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-06-04 11:46:32 +0200 |
commit | a9d221b74bed83a2d73ab2c9b23780aada51c6df (patch) | |
tree | 77fea7b838863eed53d85b22852a5156e628d744 /Tools/ToLuaDoxy/ToLuaDoxy.sln | |
parent | LuaWindow: Fixed memory leaks with unclosed windows (diff) | |
download | cuberite-a9d221b74bed83a2d73ab2c9b23780aada51c6df.tar cuberite-a9d221b74bed83a2d73ab2c9b23780aada51c6df.tar.gz cuberite-a9d221b74bed83a2d73ab2c9b23780aada51c6df.tar.bz2 cuberite-a9d221b74bed83a2d73ab2c9b23780aada51c6df.tar.lz cuberite-a9d221b74bed83a2d73ab2c9b23780aada51c6df.tar.xz cuberite-a9d221b74bed83a2d73ab2c9b23780aada51c6df.tar.zst cuberite-a9d221b74bed83a2d73ab2c9b23780aada51c6df.zip |
Diffstat (limited to '')
-rw-r--r-- | Tools/ToLuaDoxy/ToLuaDoxy.sln | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Tools/ToLuaDoxy/ToLuaDoxy.sln b/Tools/ToLuaDoxy/ToLuaDoxy.sln new file mode 100644 index 000000000..8df530779 --- /dev/null +++ b/Tools/ToLuaDoxy/ToLuaDoxy.sln @@ -0,0 +1,20 @@ +
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual C++ Express 2008
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ToLuaDoxy", "ToLuaDoxy.vcproj", "{137140AF-4E9D-404F-BC87-982A6517AC12}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Release|Win32 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {137140AF-4E9D-404F-BC87-982A6517AC12}.Debug|Win32.ActiveCfg = Debug|Win32
+ {137140AF-4E9D-404F-BC87-982A6517AC12}.Debug|Win32.Build.0 = Debug|Win32
+ {137140AF-4E9D-404F-BC87-982A6517AC12}.Release|Win32.ActiveCfg = Release|Win32
+ {137140AF-4E9D-404F-BC87-982A6517AC12}.Release|Win32.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
|