-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAnalyzeTTS.sln
More file actions
31 lines (31 loc) · 1.52 KB
/
AnalyzeTTS.sln
File metadata and controls
31 lines (31 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35122.118
MinimumVisualStudioVersion = 10.0.40219.1
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "AnalyzeTTS", "AnalyzeTTS\AnalyzeTTS.pyproj", "{816F8F92-6DEE-41D4-80C4-04D32FA6BF99}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "Import", "Import\Import.pyproj", "{35BE9A27-923A-4352-B8AF-AFC54E274B4C}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "TTS2KML", "TTS2KML\TTS2KML.pyproj", "{246C16BD-C21F-419B-A21A-590BC49BD600}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{816F8F92-6DEE-41D4-80C4-04D32FA6BF99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{816F8F92-6DEE-41D4-80C4-04D32FA6BF99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35BE9A27-923A-4352-B8AF-AFC54E274B4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35BE9A27-923A-4352-B8AF-AFC54E274B4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{246C16BD-C21F-419B-A21A-590BC49BD600}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{246C16BD-C21F-419B-A21A-590BC49BD600}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {848C7197-070C-4747-841B-7676B8B9763E}
EndGlobalSection
EndGlobal