-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPluginShim.sln
More file actions
37 lines (37 loc) · 2.04 KB
/
PluginShim.sln
File metadata and controls
37 lines (37 loc) · 2.04 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PluginShim", "PluginShim\PluginShim.csproj", "{535584C4-0871-4E14-8301-39B971DDFCE9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleCsPlugin", "SampleCsPlugin\SampleCsPlugin.csproj", "{15A8E76D-576B-4F03-8755-B11678FE9D0D}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "SampleFsPlugin", "SampleFsPlugin\SampleFsPlugin.fsproj", "{3512568A-B077-4BA7-9D29-C3038387CD2E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{535584C4-0871-4E14-8301-39B971DDFCE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{535584C4-0871-4E14-8301-39B971DDFCE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{535584C4-0871-4E14-8301-39B971DDFCE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{535584C4-0871-4E14-8301-39B971DDFCE9}.Release|Any CPU.Build.0 = Release|Any CPU
{15A8E76D-576B-4F03-8755-B11678FE9D0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15A8E76D-576B-4F03-8755-B11678FE9D0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15A8E76D-576B-4F03-8755-B11678FE9D0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15A8E76D-576B-4F03-8755-B11678FE9D0D}.Release|Any CPU.Build.0 = Release|Any CPU
{3512568A-B077-4BA7-9D29-C3038387CD2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3512568A-B077-4BA7-9D29-C3038387CD2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3512568A-B077-4BA7-9D29-C3038387CD2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3512568A-B077-4BA7-9D29-C3038387CD2E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7F5C45A8-8D1A-4248-BCAC-29A3A93D2E98}
EndGlobalSection
EndGlobal