Skip to content

Commit

Permalink
Added support for VS2010, note that this solution works differently f…
Browse files Browse the repository at this point in the history
…rom the others. For instance, the binary is no long name decorated with the machine word / debug (ex64_d). This is because VS2010 is snarky about differences between the name of the binary and the support files. If we really want to do this right, the pub folder should be divided into the various configurations...
  • Loading branch information
mlmcl62 committed Jan 28, 2016
1 parent 63a5983 commit 8255a59
Show file tree
Hide file tree
Showing 2 changed files with 385 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TWAIN_App_mfc", "TWAIN_APP_VS2008_mfc.vcxproj", "{A41F1D7E-7F85-410C-89FF-A82545154628}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A41F1D7E-7F85-410C-89FF-A82545154628}.Debug|Win32.ActiveCfg = Debug|Win32
{A41F1D7E-7F85-410C-89FF-A82545154628}.Debug|Win32.Build.0 = Debug|Win32
{A41F1D7E-7F85-410C-89FF-A82545154628}.Debug|x64.ActiveCfg = Debug|x64
{A41F1D7E-7F85-410C-89FF-A82545154628}.Debug|x64.Build.0 = Debug|x64
{A41F1D7E-7F85-410C-89FF-A82545154628}.Release|Win32.ActiveCfg = Release|Win32
{A41F1D7E-7F85-410C-89FF-A82545154628}.Release|Win32.Build.0 = Release|Win32
{A41F1D7E-7F85-410C-89FF-A82545154628}.Release|x64.ActiveCfg = Release|x64
{A41F1D7E-7F85-410C-89FF-A82545154628}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Loading

0 comments on commit 8255a59

Please sign in to comment.