-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathShareLoader.sln
37 lines (37 loc) · 2.06 KB
/
ShareLoader.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ShareLoader", "ShareLoader\ShareLoader.csproj", "{64C564B7-AB74-4890-B113-3CEC069E5E98}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ShareLoader.CNL", "ShareLoader.CNL\ShareLoader.CNL.csproj", "{E195F317-E654-4E15-BDB2-47C57D677C8E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ShareLoader.Share", "ShareLoader.Share\ShareLoader.Share.csproj", "{34B00AE3-B79E-4D9C-A129-D627AE700F6B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{64C564B7-AB74-4890-B113-3CEC069E5E98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64C564B7-AB74-4890-B113-3CEC069E5E98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64C564B7-AB74-4890-B113-3CEC069E5E98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64C564B7-AB74-4890-B113-3CEC069E5E98}.Release|Any CPU.Build.0 = Release|Any CPU
{E195F317-E654-4E15-BDB2-47C57D677C8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E195F317-E654-4E15-BDB2-47C57D677C8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E195F317-E654-4E15-BDB2-47C57D677C8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E195F317-E654-4E15-BDB2-47C57D677C8E}.Release|Any CPU.Build.0 = Release|Any CPU
{34B00AE3-B79E-4D9C-A129-D627AE700F6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34B00AE3-B79E-4D9C-A129-D627AE700F6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34B00AE3-B79E-4D9C-A129-D627AE700F6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34B00AE3-B79E-4D9C-A129-D627AE700F6B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1AAFB085-266A-4C3B-808F-B63009B84BA3}
EndGlobalSection
EndGlobal