-
Notifications
You must be signed in to change notification settings - Fork 0
/
Talknet.sln
39 lines (39 loc) · 2.22 KB
/
Talknet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Talknet", "Talknet\Talknet.csproj", "{69C45531-B443-437D-AB92-2E130695C7A3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestListener", "TestListener\TestListener.csproj", "{5896F504-0494-4C87-ADC7-E1D48999EA24}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tester", "Tester\Tester.csproj", "{E690EDF4-1171-446C-A980-67213E82154F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTester", "UnitTester\UnitTester.csproj", "{FF54FE04-BF50-4AD8-A0CF-37DA8134BAF8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{69C45531-B443-437D-AB92-2E130695C7A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69C45531-B443-437D-AB92-2E130695C7A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69C45531-B443-437D-AB92-2E130695C7A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69C45531-B443-437D-AB92-2E130695C7A3}.Release|Any CPU.Build.0 = Release|Any CPU
{5896F504-0494-4C87-ADC7-E1D48999EA24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5896F504-0494-4C87-ADC7-E1D48999EA24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5896F504-0494-4C87-ADC7-E1D48999EA24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E690EDF4-1171-446C-A980-67213E82154F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E690EDF4-1171-446C-A980-67213E82154F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E690EDF4-1171-446C-A980-67213E82154F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF54FE04-BF50-4AD8-A0CF-37DA8134BAF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF54FE04-BF50-4AD8-A0CF-37DA8134BAF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF54FE04-BF50-4AD8-A0CF-37DA8134BAF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {74F57516-3AC6-4539-BA11-1A4FA355881F}
EndGlobalSection
EndGlobal