diff --git a/dlangui-monod-osx.dproj b/dlangui-monod-osx.dproj new file mode 100644 index 00000000..cc3eca33 --- /dev/null +++ b/dlangui-monod-osx.dproj @@ -0,0 +1,175 @@ + + + + Debug + AnyCPU + {1CC7C43E-7B39-4AFC-A45B-F1D9F582CF6D} + . + DMD2 + true + true + true + + + true + bin\Debug + obj/Debug + false + false + libdlangui-monod-osx + StaticLibrary + true + 0 + + + bin\Release + obj/Release + false + false + libdlangui-monod-osx + StaticLibrary + true + 0 + + + true + bin\Unittest + obj/Unittest + false + true + libdlangui-monod-osx + Executable + true + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dlangui-monod-osx.sln b/dlangui-monod-osx.sln new file mode 100644 index 00000000..9aebdabb --- /dev/null +++ b/dlangui-monod-osx.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +Project("{3947E667-4C90-4C3A-BEB9-7148D6FE0D7C}") = "dlangui-monod-osx", "dlangui-monod-osx.dproj", "{1CC7C43E-7B39-4AFC-A45B-F1D9F582CF6D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + Unittest|Any CPU = Unittest|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {1CC7C43E-7B39-4AFC-A45B-F1D9F582CF6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1CC7C43E-7B39-4AFC-A45B-F1D9F582CF6D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1CC7C43E-7B39-4AFC-A45B-F1D9F582CF6D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1CC7C43E-7B39-4AFC-A45B-F1D9F582CF6D}.Release|Any CPU.Build.0 = Release|Any CPU + {1CC7C43E-7B39-4AFC-A45B-F1D9F582CF6D}.Unittest|Any CPU.ActiveCfg = Unittest|Any CPU + {1CC7C43E-7B39-4AFC-A45B-F1D9F582CF6D}.Unittest|Any CPU.Build.0 = Unittest|Any CPU + EndGlobalSection +EndGlobal