-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSutro.PathWorks.Plugins.Core.sln
More file actions
54 lines (54 loc) · 3.23 KB
/
Sutro.PathWorks.Plugins.Core.sln
File metadata and controls
54 lines (54 loc) · 3.23 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sutro.PathWorks.Plugins.Core", "Sutro.PathWorks.Plugins.Core\Sutro.PathWorks.Plugins.Core.csproj", "{BB9B609D-AC70-4F78-B320-94B704717564}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sutro.PathWorks.Plugins.Core.Tests", "Sutro.PathWorks.Plugins.Core.Tests\Sutro.PathWorks.Plugins.Core.Tests.csproj", "{04A4C016-226E-4323-BD5B-00BCC2CFECE7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sutro.PathWorks.Plugins.FFF", "Sutro.PathWorks.Plugins.FFF\Sutro.PathWorks.Plugins.FFF.csproj", "{6470608C-4DCF-4122-8E7D-2CBD3636B862}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BB9B609D-AC70-4F78-B320-94B704717564}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB9B609D-AC70-4F78-B320-94B704717564}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB9B609D-AC70-4F78-B320-94B704717564}.Debug|x64.ActiveCfg = Debug|x64
{BB9B609D-AC70-4F78-B320-94B704717564}.Debug|x64.Build.0 = Debug|x64
{BB9B609D-AC70-4F78-B320-94B704717564}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB9B609D-AC70-4F78-B320-94B704717564}.Release|Any CPU.Build.0 = Release|Any CPU
{BB9B609D-AC70-4F78-B320-94B704717564}.Release|x64.ActiveCfg = Release|x64
{BB9B609D-AC70-4F78-B320-94B704717564}.Release|x64.Build.0 = Release|x64
{04A4C016-226E-4323-BD5B-00BCC2CFECE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04A4C016-226E-4323-BD5B-00BCC2CFECE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04A4C016-226E-4323-BD5B-00BCC2CFECE7}.Debug|x64.ActiveCfg = Debug|x64
{04A4C016-226E-4323-BD5B-00BCC2CFECE7}.Debug|x64.Build.0 = Debug|x64
{04A4C016-226E-4323-BD5B-00BCC2CFECE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04A4C016-226E-4323-BD5B-00BCC2CFECE7}.Release|Any CPU.Build.0 = Release|Any CPU
{04A4C016-226E-4323-BD5B-00BCC2CFECE7}.Release|x64.ActiveCfg = Release|x64
{04A4C016-226E-4323-BD5B-00BCC2CFECE7}.Release|x64.Build.0 = Release|x64
{6470608C-4DCF-4122-8E7D-2CBD3636B862}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6470608C-4DCF-4122-8E7D-2CBD3636B862}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6470608C-4DCF-4122-8E7D-2CBD3636B862}.Debug|x64.ActiveCfg = Debug|Any CPU
{6470608C-4DCF-4122-8E7D-2CBD3636B862}.Debug|x64.Build.0 = Debug|Any CPU
{6470608C-4DCF-4122-8E7D-2CBD3636B862}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6470608C-4DCF-4122-8E7D-2CBD3636B862}.Release|Any CPU.Build.0 = Release|Any CPU
{6470608C-4DCF-4122-8E7D-2CBD3636B862}.Release|x64.ActiveCfg = Release|Any CPU
{6470608C-4DCF-4122-8E7D-2CBD3636B862}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4F611E1C-FFEF-40D6-8AE6-20C853509182}
EndGlobalSection
GlobalSection(NDepend) = preSolution
Project = ".\Sutro.PathWorks.Plugins.Core.ndproj"
EndGlobalSection
EndGlobal