-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMaxPower.sln
More file actions
37 lines (37 loc) · 2 KB
/
MaxPower.sln
File metadata and controls
37 lines (37 loc) · 2 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MaxTalkSharp", "MaxTalkSharp\MaxTalkSharp.csproj", "{4E55A30C-FA93-42FE-866B-C49C815C8A6A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{32521728-6957-4AAC-85F1-0E4CEC720E74}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MaxPower", "MaxPower\MaxPower.csproj", "{879CF1FB-1E38-42D6-BEDA-3555CC63DD73}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4E55A30C-FA93-42FE-866B-C49C815C8A6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E55A30C-FA93-42FE-866B-C49C815C8A6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E55A30C-FA93-42FE-866B-C49C815C8A6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E55A30C-FA93-42FE-866B-C49C815C8A6A}.Release|Any CPU.Build.0 = Release|Any CPU
{32521728-6957-4AAC-85F1-0E4CEC720E74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32521728-6957-4AAC-85F1-0E4CEC720E74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32521728-6957-4AAC-85F1-0E4CEC720E74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32521728-6957-4AAC-85F1-0E4CEC720E74}.Release|Any CPU.Build.0 = Release|Any CPU
{879CF1FB-1E38-42D6-BEDA-3555CC63DD73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{879CF1FB-1E38-42D6-BEDA-3555CC63DD73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{879CF1FB-1E38-42D6-BEDA-3555CC63DD73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{879CF1FB-1E38-42D6-BEDA-3555CC63DD73}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B5A2535A-6406-4919-8ECD-F14AC083855C}
EndGlobalSection
EndGlobal