diff --git a/src/libchm.sln b/src/libchm.sln new file mode 100644 index 0000000..f1b28f6 --- /dev/null +++ b/src/libchm.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libchm", "libchm.vcxproj", "{B80F53FA-6A5E-47CC-A186-76BB62C41864}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {B80F53FA-6A5E-47CC-A186-76BB62C41864}.Debug|Win32.ActiveCfg = Debug|Win32 + {B80F53FA-6A5E-47CC-A186-76BB62C41864}.Debug|Win32.Build.0 = Debug|Win32 + {B80F53FA-6A5E-47CC-A186-76BB62C41864}.Release|Win32.ActiveCfg = Release|Win32 + {B80F53FA-6A5E-47CC-A186-76BB62C41864}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/src/libchm.vcxproj b/src/libchm.vcxproj new file mode 100644 index 0000000..69ff749 --- /dev/null +++ b/src/libchm.vcxproj @@ -0,0 +1,90 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {B80F53FA-6A5E-47CC-A186-76BB62C41864} + Win32Proj + libchm + + + + StaticLibrary + true + Unicode + + + StaticLibrary + false + false + Unicode + + + + + + + + + + + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + CompileAsC + + + Windows + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + CompileAsC + + + Windows + true + true + true + + + + + + + + + + + + + + + + + + + + \ No newline at end of file