-
Notifications
You must be signed in to change notification settings - Fork 2
/
sp.sln
39 lines (39 loc) · 2.03 KB
/
sp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2018
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sp.Settle", "src\SP.Settle\Sp.Settle.csproj", "{6480C757-F32F-4187-820E-224308BEA823}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{44859A8A-FFC9-46CF-BB9C-FD57476F435F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{DF441A15-AB1A-40A0-B848-9B769D437549}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StreakyPor.Sample", "sample\StreakyPor.Sample\StreakyPor.Sample.csproj", "{DFB4D6BC-F9BE-4195-984B-DC9FB727CDC0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6480C757-F32F-4187-820E-224308BEA823}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6480C757-F32F-4187-820E-224308BEA823}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6480C757-F32F-4187-820E-224308BEA823}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6480C757-F32F-4187-820E-224308BEA823}.Release|Any CPU.Build.0 = Release|Any CPU
{DFB4D6BC-F9BE-4195-984B-DC9FB727CDC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFB4D6BC-F9BE-4195-984B-DC9FB727CDC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFB4D6BC-F9BE-4195-984B-DC9FB727CDC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFB4D6BC-F9BE-4195-984B-DC9FB727CDC0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6480C757-F32F-4187-820E-224308BEA823} = {44859A8A-FFC9-46CF-BB9C-FD57476F435F}
{DFB4D6BC-F9BE-4195-984B-DC9FB727CDC0} = {DF441A15-AB1A-40A0-B848-9B769D437549}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E886F1AD-8940-4510-97F1-7A81994B35F9}
EndGlobalSection
EndGlobal