forked from CmlLib/CmlLib.Core
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCmlLib.sln
37 lines (37 loc) · 2.09 KB
/
CmlLib.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 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CmlLibCoreSample", "CmlLibCoreSample\CmlLibCoreSample.csproj", "{F4BFC9AD-62F7-40D4-B857-3669BC30DC24}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CmlLibWinFormSample", "CmlLibWinFormSample\CmlLibWinFormSample.csproj", "{CC996F52-7DF9-4A67-B3BF-6D7A346AEC67}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CmlLib", "CmlLib\CmlLib.csproj", "{AF1C09F9-C4BD-420A-85B9-9EB454F55FCD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F4BFC9AD-62F7-40D4-B857-3669BC30DC24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4BFC9AD-62F7-40D4-B857-3669BC30DC24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4BFC9AD-62F7-40D4-B857-3669BC30DC24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4BFC9AD-62F7-40D4-B857-3669BC30DC24}.Release|Any CPU.Build.0 = Release|Any CPU
{CC996F52-7DF9-4A67-B3BF-6D7A346AEC67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC996F52-7DF9-4A67-B3BF-6D7A346AEC67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC996F52-7DF9-4A67-B3BF-6D7A346AEC67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC996F52-7DF9-4A67-B3BF-6D7A346AEC67}.Release|Any CPU.Build.0 = Release|Any CPU
{AF1C09F9-C4BD-420A-85B9-9EB454F55FCD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF1C09F9-C4BD-420A-85B9-9EB454F55FCD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF1C09F9-C4BD-420A-85B9-9EB454F55FCD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF1C09F9-C4BD-420A-85B9-9EB454F55FCD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9A943E77-7D4A-4BBC-9D1E-83185AA2E7B5}
EndGlobalSection
EndGlobal