-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathPQNet.sln
More file actions
33 lines (33 loc) · 1.87 KB
/
PQNet.sln
File metadata and controls
33 lines (33 loc) · 1.87 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35527.113
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestApp", "TestApp\TestApp.csproj", "{B6790AEA-DDB1-4DFC-ACA7-DB17496F88D8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PQnet.test", "PQnet.test\PQnet.test.csproj", "{42E3ED2E-542E-44B9-B619-9604730BDEA2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PQnet", "PQnet\PQnet.csproj", "{BEB44E1F-515F-4B32-A6F2-D7843528A910}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B6790AEA-DDB1-4DFC-ACA7-DB17496F88D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6790AEA-DDB1-4DFC-ACA7-DB17496F88D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6790AEA-DDB1-4DFC-ACA7-DB17496F88D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6790AEA-DDB1-4DFC-ACA7-DB17496F88D8}.Release|Any CPU.Build.0 = Release|Any CPU
{42E3ED2E-542E-44B9-B619-9604730BDEA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42E3ED2E-542E-44B9-B619-9604730BDEA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42E3ED2E-542E-44B9-B619-9604730BDEA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42E3ED2E-542E-44B9-B619-9604730BDEA2}.Release|Any CPU.Build.0 = Release|Any CPU
{BEB44E1F-515F-4B32-A6F2-D7843528A910}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEB44E1F-515F-4B32-A6F2-D7843528A910}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEB44E1F-515F-4B32-A6F2-D7843528A910}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEB44E1F-515F-4B32-A6F2-D7843528A910}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal