From 2cda3faccf750296225f1a6c0ddc740755841129 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Mon, 1 Mar 2021 18:41:56 -0500 Subject: windows installer --- windows_installer/ted/ted.sln | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 windows_installer/ted/ted.sln (limited to 'windows_installer/ted/ted.sln') diff --git a/windows_installer/ted/ted.sln b/windows_installer/ted/ted.sln new file mode 100644 index 0000000..c240af4 --- /dev/null +++ b/windows_installer/ted/ted.sln @@ -0,0 +1,26 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30330.147 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "ted", "ted\ted.vdproj", "{D8037F91-C355-49E9-8A21-59B801719795}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Default = Debug|Default + Release|Default = Release|Default + Description = A text editor + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D8037F91-C355-49E9-8A21-59B801719795}.Debug|Default.ActiveCfg = Debug + {D8037F91-C355-49E9-8A21-59B801719795}.Debug|Default.Build.0 = Debug + {D8037F91-C355-49E9-8A21-59B801719795}.Release|Default.ActiveCfg = Release + {D8037F91-C355-49E9-8A21-59B801719795}.Release|Default.Build.0 = Release + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {E7DFA86A-AF17-4277-90D7-2CA28FC5DF77} + EndGlobalSection +EndGlobal -- cgit v1.2.3