-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTFEditor.sln
More file actions
49 lines (49 loc) · 2.8 KB
/
TFEditor.sln
File metadata and controls
49 lines (49 loc) · 2.8 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32516.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TFEditor", "TFEditor.csproj", "{C2B8A548-217B-43AF-ACD5-ADE83B4B5209}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GarminCore", "..\GarminCore\GarminCore.csproj", "{38020956-623A-49C4-A9CA-12240D191ADD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C2B8A548-217B-43AF-ACD5-ADE83B4B5209}.Debug|Any CPU.ActiveCfg = Debug|x86
{C2B8A548-217B-43AF-ACD5-ADE83B4B5209}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{C2B8A548-217B-43AF-ACD5-ADE83B4B5209}.Debug|Mixed Platforms.Build.0 = Debug|x86
{C2B8A548-217B-43AF-ACD5-ADE83B4B5209}.Debug|x86.ActiveCfg = Debug|x86
{C2B8A548-217B-43AF-ACD5-ADE83B4B5209}.Debug|x86.Build.0 = Debug|x86
{C2B8A548-217B-43AF-ACD5-ADE83B4B5209}.Release|Any CPU.ActiveCfg = Release|x86
{C2B8A548-217B-43AF-ACD5-ADE83B4B5209}.Release|Mixed Platforms.ActiveCfg = Release|x86
{C2B8A548-217B-43AF-ACD5-ADE83B4B5209}.Release|Mixed Platforms.Build.0 = Release|x86
{C2B8A548-217B-43AF-ACD5-ADE83B4B5209}.Release|x86.ActiveCfg = Release|x86
{C2B8A548-217B-43AF-ACD5-ADE83B4B5209}.Release|x86.Build.0 = Release|x86
{38020956-623A-49C4-A9CA-12240D191ADD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38020956-623A-49C4-A9CA-12240D191ADD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38020956-623A-49C4-A9CA-12240D191ADD}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{38020956-623A-49C4-A9CA-12240D191ADD}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{38020956-623A-49C4-A9CA-12240D191ADD}.Debug|x86.ActiveCfg = Debug|Any CPU
{38020956-623A-49C4-A9CA-12240D191ADD}.Debug|x86.Build.0 = Debug|Any CPU
{38020956-623A-49C4-A9CA-12240D191ADD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38020956-623A-49C4-A9CA-12240D191ADD}.Release|Any CPU.Build.0 = Release|Any CPU
{38020956-623A-49C4-A9CA-12240D191ADD}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{38020956-623A-49C4-A9CA-12240D191ADD}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{38020956-623A-49C4-A9CA-12240D191ADD}.Release|x86.ActiveCfg = Release|Any CPU
{38020956-623A-49C4-A9CA-12240D191ADD}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {346BCCA3-1B22-4573-BD9A-C301994C781E}
EndGlobalSection
EndGlobal