-
Notifications
You must be signed in to change notification settings - Fork 4
/
PTS.sln
31 lines (31 loc) · 1.53 KB
/
PTS.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PTS", "PTS\PTS.csproj", "{77B6C134-4AFD-453F-B41A-B1AA077C300D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PTS.Tests", "PTS.Tests\PTS.Tests.csproj", "{9DBC0C4E-F7C6-47A7-B322-9E73E15FD56A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{77B6C134-4AFD-453F-B41A-B1AA077C300D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77B6C134-4AFD-453F-B41A-B1AA077C300D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77B6C134-4AFD-453F-B41A-B1AA077C300D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77B6C134-4AFD-453F-B41A-B1AA077C300D}.Release|Any CPU.Build.0 = Release|Any CPU
{9DBC0C4E-F7C6-47A7-B322-9E73E15FD56A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DBC0C4E-F7C6-47A7-B322-9E73E15FD56A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DBC0C4E-F7C6-47A7-B322-9E73E15FD56A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DBC0C4E-F7C6-47A7-B322-9E73E15FD56A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B954CF28-BFC0-49B0-8025-9CF2E46C93FA}
EndGlobalSection
EndGlobal