-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAdvancedPlugin.sln
61 lines (61 loc) · 4.33 KB
/
AdvancedPlugin.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdvancedPlugin", "AdvancedPlugin\AdvancedPlugin.csproj", "{56E63E6D-35E9-48B5-A549-1321610F197A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdvancedPluginDemo", "AdvancedPluginDemo\AdvancedPluginDemo.csproj", "{47449D78-DE12-4B27-B262-84C7F926C6D3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdvancedPluginDemoFxeUnitTests", "AdvancedPluginDemoFxeUnitTests\AdvancedPluginDemoFxeUnitTests.csproj", "{E1FBB1CB-2C4A-4171-AEC0-0B9A283C8FE5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdvancedPluginDemoFxeIntTests", "AdvancedPluginDemoFxeIntTests\AdvancedPluginDemoFxeIntTests.csproj", "{867127D5-8972-47BB-8139-576A2D545CB7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
DebugWithoutDeploy|Any CPU = DebugWithoutDeploy|Any CPU
Release|Any CPU = Release|Any CPU
ReleaseWithoutDeploy|Any CPU = ReleaseWithoutDeploy|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{56E63E6D-35E9-48B5-A549-1321610F197A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56E63E6D-35E9-48B5-A549-1321610F197A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56E63E6D-35E9-48B5-A549-1321610F197A}.DebugWithoutDeploy|Any CPU.ActiveCfg = DebugWithoutUpload|Any CPU
{56E63E6D-35E9-48B5-A549-1321610F197A}.DebugWithoutDeploy|Any CPU.Build.0 = DebugWithoutUpload|Any CPU
{56E63E6D-35E9-48B5-A549-1321610F197A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56E63E6D-35E9-48B5-A549-1321610F197A}.Release|Any CPU.Build.0 = Release|Any CPU
{56E63E6D-35E9-48B5-A549-1321610F197A}.ReleaseWithoutDeploy|Any CPU.ActiveCfg = ReleaseWithoutDeploy|Any CPU
{56E63E6D-35E9-48B5-A549-1321610F197A}.ReleaseWithoutDeploy|Any CPU.Build.0 = ReleaseWithoutDeploy|Any CPU
{47449D78-DE12-4B27-B262-84C7F926C6D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47449D78-DE12-4B27-B262-84C7F926C6D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47449D78-DE12-4B27-B262-84C7F926C6D3}.DebugWithoutDeploy|Any CPU.ActiveCfg = DebugWithoutUpload|Any CPU
{47449D78-DE12-4B27-B262-84C7F926C6D3}.DebugWithoutDeploy|Any CPU.Build.0 = DebugWithoutUpload|Any CPU
{47449D78-DE12-4B27-B262-84C7F926C6D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47449D78-DE12-4B27-B262-84C7F926C6D3}.Release|Any CPU.Build.0 = Release|Any CPU
{47449D78-DE12-4B27-B262-84C7F926C6D3}.ReleaseWithoutDeploy|Any CPU.ActiveCfg = ReleaseWithoutDeploy|Any CPU
{47449D78-DE12-4B27-B262-84C7F926C6D3}.ReleaseWithoutDeploy|Any CPU.Build.0 = ReleaseWithoutDeploy|Any CPU
{E1FBB1CB-2C4A-4171-AEC0-0B9A283C8FE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1FBB1CB-2C4A-4171-AEC0-0B9A283C8FE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1FBB1CB-2C4A-4171-AEC0-0B9A283C8FE5}.DebugWithoutDeploy|Any CPU.ActiveCfg = Debug|Any CPU
{E1FBB1CB-2C4A-4171-AEC0-0B9A283C8FE5}.DebugWithoutDeploy|Any CPU.Build.0 = Debug|Any CPU
{E1FBB1CB-2C4A-4171-AEC0-0B9A283C8FE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1FBB1CB-2C4A-4171-AEC0-0B9A283C8FE5}.Release|Any CPU.Build.0 = Release|Any CPU
{E1FBB1CB-2C4A-4171-AEC0-0B9A283C8FE5}.ReleaseWithoutDeploy|Any CPU.ActiveCfg = Release|Any CPU
{E1FBB1CB-2C4A-4171-AEC0-0B9A283C8FE5}.ReleaseWithoutDeploy|Any CPU.Build.0 = Release|Any CPU
{867127D5-8972-47BB-8139-576A2D545CB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{867127D5-8972-47BB-8139-576A2D545CB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{867127D5-8972-47BB-8139-576A2D545CB7}.DebugWithoutDeploy|Any CPU.ActiveCfg = Debug|Any CPU
{867127D5-8972-47BB-8139-576A2D545CB7}.DebugWithoutDeploy|Any CPU.Build.0 = Debug|Any CPU
{867127D5-8972-47BB-8139-576A2D545CB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{867127D5-8972-47BB-8139-576A2D545CB7}.Release|Any CPU.Build.0 = Release|Any CPU
{867127D5-8972-47BB-8139-576A2D545CB7}.ReleaseWithoutDeploy|Any CPU.ActiveCfg = Release|Any CPU
{867127D5-8972-47BB-8139-576A2D545CB7}.ReleaseWithoutDeploy|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A8218DA8-1D29-4D79-9916-A2CBD216A419}
EndGlobalSection
EndGlobal