-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnityTelemetryMods.sln
More file actions
40 lines (40 loc) · 2.27 KB
/
UnityTelemetryMods.sln
File metadata and controls
40 lines (40 loc) · 2.27 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "TelemetryLib", "SharedLib\TelemetryLib.shproj", "{EEB444E9-0B1F-467D-B01C-EDBA291BC941}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NewStarGPTelemetryMod", "NewStarGP-TelemetryMod\NewStarGPTelemetryMod.csproj", "{82C800AA-BFDE-4A96-B561-5599722C458E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DistanceTelemetryMod", "Distance-TelemetryMod\DistanceTelemetryMod.csproj", "{58C527FD-B550-4035-BB04-704CA7D5B71C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SharedLib", "SharedLib", "{DC9B7102-BC58-4B57-8D67-166DF21CE7F0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{82C800AA-BFDE-4A96-B561-5599722C458E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82C800AA-BFDE-4A96-B561-5599722C458E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82C800AA-BFDE-4A96-B561-5599722C458E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82C800AA-BFDE-4A96-B561-5599722C458E}.Release|Any CPU.Build.0 = Release|Any CPU
{58C527FD-B550-4035-BB04-704CA7D5B71C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58C527FD-B550-4035-BB04-704CA7D5B71C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58C527FD-B550-4035-BB04-704CA7D5B71C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58C527FD-B550-4035-BB04-704CA7D5B71C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EEB444E9-0B1F-467D-B01C-EDBA291BC941} = {DC9B7102-BC58-4B57-8D67-166DF21CE7F0}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
SharedLib\TelemetryLib.projitems*{58c527fd-b550-4035-bb04-704ca7d5b71c}*SharedItemsImports = 5
SharedLib\TelemetryLib.projitems*{82c800aa-bfde-4a96-b561-5599722c458e}*SharedItemsImports = 5
SharedLib\TelemetryLib.projitems*{eeb444e9-0b1f-467d-b01c-edba291bc941}*SharedItemsImports = 13
EndGlobalSection
EndGlobal