-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathParManager.sln
42 lines (42 loc) · 2.29 KB
/
ParManager.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
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29409.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ParTool", "ParTool\ParTool.csproj", "{A3BD80DD-957F-4E2A-9153-88CBEFB1C39B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{E31E2893-5928-4799-975A-1A20D90690FD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ParLib.UnitTests", "Tests\ParLib.UnitTests\ParLib.UnitTests.csproj", "{9C2090B4-2336-4D1F-8BBC-5F5F2A065D6D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ParLibrary", "ParLibrary\ParLibrary.csproj", "{A51F85A1-3E19-4710-8261-282C50D1850F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A3BD80DD-957F-4E2A-9153-88CBEFB1C39B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3BD80DD-957F-4E2A-9153-88CBEFB1C39B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3BD80DD-957F-4E2A-9153-88CBEFB1C39B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3BD80DD-957F-4E2A-9153-88CBEFB1C39B}.Release|Any CPU.Build.0 = Release|Any CPU
{9C2090B4-2336-4D1F-8BBC-5F5F2A065D6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C2090B4-2336-4D1F-8BBC-5F5F2A065D6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C2090B4-2336-4D1F-8BBC-5F5F2A065D6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C2090B4-2336-4D1F-8BBC-5F5F2A065D6D}.Release|Any CPU.Build.0 = Release|Any CPU
{A51F85A1-3E19-4710-8261-282C50D1850F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A51F85A1-3E19-4710-8261-282C50D1850F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A51F85A1-3E19-4710-8261-282C50D1850F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A51F85A1-3E19-4710-8261-282C50D1850F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9C2090B4-2336-4D1F-8BBC-5F5F2A065D6D} = {E31E2893-5928-4799-975A-1A20D90690FD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {94A8A25F-903E-487F-90F6-42181C964BEE}
EndGlobalSection
EndGlobal