-
Notifications
You must be signed in to change notification settings - Fork 0
/
svyaznoy.sln
41 lines (41 loc) · 2.27 KB
/
svyaznoy.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FixedThreadPool", "FixedThreadPool\FixedThreadPool.csproj", "{BCA1F512-C4D5-4C79-A0D0-E08E4C14BC3D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleApplication", "SampleApplication\SampleApplication.csproj", "{89573B31-562B-478B-BBF7-1758264E06A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FixedThreadPool.Test", "FixedThreadPool.Test\FixedThreadPool.Test.csproj", "{95A8272B-20F7-497A-AE30-B6B7673EDAB9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{520234DE-1B8F-4D4F-9785-89BF5F2C3CBE}"
ProjectSection(SolutionItems) = preProject
LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
svyaznoy.vsmdi = svyaznoy.vsmdi
EndProjectSection
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = svyaznoy.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BCA1F512-C4D5-4C79-A0D0-E08E4C14BC3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCA1F512-C4D5-4C79-A0D0-E08E4C14BC3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCA1F512-C4D5-4C79-A0D0-E08E4C14BC3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCA1F512-C4D5-4C79-A0D0-E08E4C14BC3D}.Release|Any CPU.Build.0 = Release|Any CPU
{89573B31-562B-478B-BBF7-1758264E06A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89573B31-562B-478B-BBF7-1758264E06A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89573B31-562B-478B-BBF7-1758264E06A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89573B31-562B-478B-BBF7-1758264E06A1}.Release|Any CPU.Build.0 = Release|Any CPU
{95A8272B-20F7-497A-AE30-B6B7673EDAB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95A8272B-20F7-497A-AE30-B6B7673EDAB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95A8272B-20F7-497A-AE30-B6B7673EDAB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95A8272B-20F7-497A-AE30-B6B7673EDAB9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal