-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPhynd.sln
43 lines (43 loc) · 2.49 KB
/
Phynd.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
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.156
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PhyndWeb", "PhyndWeb\PhyndWeb.csproj", "{6C78468F-F3B2-457D-B318-B27A4A436A6B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PhyndData", "PhyndData\PhyndData.csproj", "{AA3C563B-0976-4D1E-9F83-DAB37F9EB875}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PhyndLogic", "PhyndLogic\PhyndLogic.csproj", "{EA413657-5615-4A3D-AF75-EFBBA7FD716C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PhyndLogic.Tests", "PhyndLogic.Tests\PhyndLogic.Tests.csproj", "{2D5C3CF7-2971-4645-B052-C881DC8D7B69}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6C78468F-F3B2-457D-B318-B27A4A436A6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C78468F-F3B2-457D-B318-B27A4A436A6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C78468F-F3B2-457D-B318-B27A4A436A6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C78468F-F3B2-457D-B318-B27A4A436A6B}.Release|Any CPU.Build.0 = Release|Any CPU
{AA3C563B-0976-4D1E-9F83-DAB37F9EB875}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA3C563B-0976-4D1E-9F83-DAB37F9EB875}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA3C563B-0976-4D1E-9F83-DAB37F9EB875}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA3C563B-0976-4D1E-9F83-DAB37F9EB875}.Release|Any CPU.Build.0 = Release|Any CPU
{EA413657-5615-4A3D-AF75-EFBBA7FD716C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA413657-5615-4A3D-AF75-EFBBA7FD716C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA413657-5615-4A3D-AF75-EFBBA7FD716C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA413657-5615-4A3D-AF75-EFBBA7FD716C}.Release|Any CPU.Build.0 = Release|Any CPU
{2D5C3CF7-2971-4645-B052-C881DC8D7B69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D5C3CF7-2971-4645-B052-C881DC8D7B69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D5C3CF7-2971-4645-B052-C881DC8D7B69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D5C3CF7-2971-4645-B052-C881DC8D7B69}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {21B084C5-921D-4B40-BA8E-A5C2E5F11ACA}
EndGlobalSection
EndGlobal