-
Notifications
You must be signed in to change notification settings - Fork 3
/
TMTelemetry.sln
50 lines (50 loc) · 2.64 KB
/
TMTelemetry.sln
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
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.757
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TMTelemetry", "TMTelemetry.vcxproj", "{8B78BFBC-A1B6-4C44-8295-5F57717BF3C6}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup\Setup.vdproj", "{64877D10-E9D4-44D7-AE88-55F1D72E05A5}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup64", "x64\Setup\Setup64.vdproj", "{83EB5606-7B04-45FC-8D2C-3FF60712C9A0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FAB15BC4-5F6E-4B8F-A198-B934CCA0E7D9}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8B78BFBC-A1B6-4C44-8295-5F57717BF3C6}.Debug|Win32.ActiveCfg = Debug|Win32
{8B78BFBC-A1B6-4C44-8295-5F57717BF3C6}.Debug|Win32.Build.0 = Debug|Win32
{8B78BFBC-A1B6-4C44-8295-5F57717BF3C6}.Debug|x64.ActiveCfg = Debug|x64
{8B78BFBC-A1B6-4C44-8295-5F57717BF3C6}.Debug|x64.Build.0 = Debug|x64
{8B78BFBC-A1B6-4C44-8295-5F57717BF3C6}.Release|Win32.ActiveCfg = Release|Win32
{8B78BFBC-A1B6-4C44-8295-5F57717BF3C6}.Release|Win32.Build.0 = Release|Win32
{8B78BFBC-A1B6-4C44-8295-5F57717BF3C6}.Release|x64.ActiveCfg = Release|x64
{8B78BFBC-A1B6-4C44-8295-5F57717BF3C6}.Release|x64.Build.0 = Release|x64
{64877D10-E9D4-44D7-AE88-55F1D72E05A5}.Debug|Win32.ActiveCfg = Debug
{64877D10-E9D4-44D7-AE88-55F1D72E05A5}.Debug|x64.ActiveCfg = Debug
{64877D10-E9D4-44D7-AE88-55F1D72E05A5}.Release|Win32.ActiveCfg = Release
{64877D10-E9D4-44D7-AE88-55F1D72E05A5}.Release|Win32.Build.0 = Release
{64877D10-E9D4-44D7-AE88-55F1D72E05A5}.Release|x64.ActiveCfg = Release
{83EB5606-7B04-45FC-8D2C-3FF60712C9A0}.Debug|Win32.ActiveCfg = Debug
{83EB5606-7B04-45FC-8D2C-3FF60712C9A0}.Debug|x64.ActiveCfg = Debug
{83EB5606-7B04-45FC-8D2C-3FF60712C9A0}.Release|Win32.ActiveCfg = Release
{83EB5606-7B04-45FC-8D2C-3FF60712C9A0}.Release|x64.ActiveCfg = Release
{83EB5606-7B04-45FC-8D2C-3FF60712C9A0}.Release|x64.Build.0 = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B0363563-D9D0-4ECB-BA7A-A42031A630FF}
EndGlobalSection
EndGlobal