-
-
Notifications
You must be signed in to change notification settings - Fork 114
/
Copy pathSps30.sln
40 lines (40 loc) · 2.13 KB
/
Sps30.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 15.0.26124.0
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "Sps30", "Sps30.nfproj", "{26E966ED-6530-4CB6-B1D1-6FD74F3F78B8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{C7E950C7-B19C-42A2-969E-71B1FA0BF47F}"
EndProject
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "Sps30.Sample", "samples\Sps30.Sample\Sps30.Sample.nfproj", "{BE3158F9-3C46-4CFA-80BF-5031E326C6FD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{26E966ED-6530-4CB6-B1D1-6FD74F3F78B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26E966ED-6530-4CB6-B1D1-6FD74F3F78B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26E966ED-6530-4CB6-B1D1-6FD74F3F78B8}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{26E966ED-6530-4CB6-B1D1-6FD74F3F78B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26E966ED-6530-4CB6-B1D1-6FD74F3F78B8}.Release|Any CPU.Build.0 = Release|Any CPU
{26E966ED-6530-4CB6-B1D1-6FD74F3F78B8}.Release|Any CPU.Deploy.0 = Release|Any CPU
{BE3158F9-3C46-4CFA-80BF-5031E326C6FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE3158F9-3C46-4CFA-80BF-5031E326C6FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE3158F9-3C46-4CFA-80BF-5031E326C6FD}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{BE3158F9-3C46-4CFA-80BF-5031E326C6FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE3158F9-3C46-4CFA-80BF-5031E326C6FD}.Release|Any CPU.Build.0 = Release|Any CPU
{BE3158F9-3C46-4CFA-80BF-5031E326C6FD}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BE3158F9-3C46-4CFA-80BF-5031E326C6FD} = {C7E950C7-B19C-42A2-969E-71B1FA0BF47F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {829D41DE-FBA4-47D4-B721-0F281B886722}
EndGlobalSection
EndGlobal