This repository has been archived by the owner on Dec 20, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPtv.sln
34 lines (34 loc) · 1.64 KB
/
Ptv.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ptv", "Ptv\Ptv.csproj", "{BDF370A0-1AD4-4F8D-96C7-0516894014EE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ptv.Tests", "Ptv.Tests\Ptv.Tests.csproj", "{337DA0E8-FF7A-4BD1-8FB0-A6AFF6AFB5C0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5DB847CD-80B0-4B7F-A765-DC17A5A768BF}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BDF370A0-1AD4-4F8D-96C7-0516894014EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDF370A0-1AD4-4F8D-96C7-0516894014EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDF370A0-1AD4-4F8D-96C7-0516894014EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDF370A0-1AD4-4F8D-96C7-0516894014EE}.Release|Any CPU.Build.0 = Release|Any CPU
{337DA0E8-FF7A-4BD1-8FB0-A6AFF6AFB5C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{337DA0E8-FF7A-4BD1-8FB0-A6AFF6AFB5C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{337DA0E8-FF7A-4BD1-8FB0-A6AFF6AFB5C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{337DA0E8-FF7A-4BD1-8FB0-A6AFF6AFB5C0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal