diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-01 18:41:56 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-01 18:41:56 -0500 |
commit | 2cda3faccf750296225f1a6c0ddc740755841129 (patch) | |
tree | 09c0f0c28d0507463d963fb275ba24168c897533 /windows_installer/ted/ted.sln | |
parent | e85a89269be2f7d4cfe3c999a2b68097227c3e52 (diff) |
windows installer
Diffstat (limited to 'windows_installer/ted/ted.sln')
-rw-r--r-- | windows_installer/ted/ted.sln | 26 |
1 files changed, 26 insertions, 0 deletions
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 |