-
Notifications
You must be signed in to change notification settings - Fork 9
/
chmsharp2.sln
29 lines (28 loc) · 1.6 KB
/
chmsharp2.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "libchmsharp2", "libchmsharp2\libchmsharp2.csproj", "{D918A9C9-BE7D-4025-A2A0-09CF6EB18762}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "test", "test\test.csproj", "{0430E871-139B-48EF-950C-19E1513FE525}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Signed Debug|Any CPU = Signed Debug|Any CPU
Signed Release|Any CPU = Signed Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0430E871-139B-48EF-950C-19E1513FE525}.Signed Debug|Any CPU.ActiveCfg = Signed Debug|Any CPU
{0430E871-139B-48EF-950C-19E1513FE525}.Signed Debug|Any CPU.Build.0 = Signed Debug|Any CPU
{0430E871-139B-48EF-950C-19E1513FE525}.Signed Release|Any CPU.ActiveCfg = Signed Release|Any CPU
{0430E871-139B-48EF-950C-19E1513FE525}.Signed Release|Any CPU.Build.0 = Signed Release|Any CPU
{D918A9C9-BE7D-4025-A2A0-09CF6EB18762}.Signed Debug|Any CPU.ActiveCfg = Signed Debug|Any CPU
{D918A9C9-BE7D-4025-A2A0-09CF6EB18762}.Signed Debug|Any CPU.Build.0 = Signed Debug|Any CPU
{D918A9C9-BE7D-4025-A2A0-09CF6EB18762}.Signed Release|Any CPU.ActiveCfg = Signed Release|Any CPU
{D918A9C9-BE7D-4025-A2A0-09CF6EB18762}.Signed Release|Any CPU.Build.0 = Signed Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = test\test.csproj
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal