diff --git a/control-see.sln b/control-see.sln new file mode 100644 index 0000000..8361577 --- /dev/null +++ b/control-see.sln @@ -0,0 +1,34 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31903.59 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "ldedit", "ldedit\ldedit.fsproj", "{689C459B-9AFF-4707-B142-B3F6AF66AFB9}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|Any CPU = Release|Any CPU + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {689C459B-9AFF-4707-B142-B3F6AF66AFB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {689C459B-9AFF-4707-B142-B3F6AF66AFB9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {689C459B-9AFF-4707-B142-B3F6AF66AFB9}.Debug|x64.ActiveCfg = Debug|Any CPU + {689C459B-9AFF-4707-B142-B3F6AF66AFB9}.Debug|x64.Build.0 = Debug|Any CPU + {689C459B-9AFF-4707-B142-B3F6AF66AFB9}.Debug|x86.ActiveCfg = Debug|Any CPU + {689C459B-9AFF-4707-B142-B3F6AF66AFB9}.Debug|x86.Build.0 = Debug|Any CPU + {689C459B-9AFF-4707-B142-B3F6AF66AFB9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {689C459B-9AFF-4707-B142-B3F6AF66AFB9}.Release|Any CPU.Build.0 = Release|Any CPU + {689C459B-9AFF-4707-B142-B3F6AF66AFB9}.Release|x64.ActiveCfg = Release|Any CPU + {689C459B-9AFF-4707-B142-B3F6AF66AFB9}.Release|x64.Build.0 = Release|Any CPU + {689C459B-9AFF-4707-B142-B3F6AF66AFB9}.Release|x86.ActiveCfg = Release|Any CPU + {689C459B-9AFF-4707-B142-B3F6AF66AFB9}.Release|x86.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/.gitignore b/ldedit/.gitignore similarity index 100% rename from .gitignore rename to ldedit/.gitignore diff --git a/Program.fs b/ldedit/Program.fs similarity index 100% rename from Program.fs rename to ldedit/Program.fs diff --git a/ldedit.fsproj b/ldedit/ldedit.fsproj similarity index 100% rename from ldedit.fsproj rename to ldedit/ldedit.fsproj