-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathPTT.sln
More file actions
32 lines (31 loc) · 1.58 KB
/
PTT.sln
File metadata and controls
32 lines (31 loc) · 1.58 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32106.194
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PTT", "PTT-Plugin\PTTPlugin.csproj", "{C1DE1108-5182-4676-AF15-8802E053494E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PTT-Packets", "PTT-Packets\PTTPackets.csproj", "{E4B8C5DB-7D40-49B5-9A4A-F4C1D3D7ADCB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C1DE1108-5182-4676-AF15-8802E053494E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1DE1108-5182-4676-AF15-8802E053494E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1DE1108-5182-4676-AF15-8802E053494E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1DE1108-5182-4676-AF15-8802E053494E}.Release|Any CPU.Build.0 = Release|Any CPU
{E4B8C5DB-7D40-49B5-9A4A-F4C1D3D7ADCB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4B8C5DB-7D40-49B5-9A4A-F4C1D3D7ADCB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4B8C5DB-7D40-49B5-9A4A-F4C1D3D7ADCB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4B8C5DB-7D40-49B5-9A4A-F4C1D3D7ADCB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7BA82E03-36CF-46F4-A600-C0A7978A9CB9}
EndGlobalSection
EndGlobal