-
Notifications
You must be signed in to change notification settings - Fork 1
/
EasiPluginSample.sln
40 lines (40 loc) · 1.8 KB
/
EasiPluginSample.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.4.33103.184
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5D196596-756D-45C2-8A05-C8E4AB8A36E6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{898A353A-2B42-4E9D-B8B4-20831784ACE8}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
Directory.Build.props = Directory.Build.props
NuGet.config = NuGet.config
README.md = README.md
build\Version.props = build\Version.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EasiPluginSample", "src\EasiPluginSample\EasiPluginSample.csproj", "{8A0BB2DB-3CD4-4097-B92F-F28D9E93D8C0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8A0BB2DB-3CD4-4097-B92F-F28D9E93D8C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A0BB2DB-3CD4-4097-B92F-F28D9E93D8C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A0BB2DB-3CD4-4097-B92F-F28D9E93D8C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A0BB2DB-3CD4-4097-B92F-F28D9E93D8C0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8A0BB2DB-3CD4-4097-B92F-F28D9E93D8C0} = {5D196596-756D-45C2-8A05-C8E4AB8A36E6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D0CD0E6F-E72D-4F27-9CF6-58B22DCDE765}
SolutionGuid = {90F6DBD1-50EC-48E2-BCC5-B35CF05223FC}
EndGlobalSection
EndGlobal