Added empty project in new csproj format.

This commit is contained in:
Eugene Wang
2018-11-10 11:37:44 -05:00
parent 169faa7e08
commit 5eacde3ee6
3 changed files with 36 additions and 0 deletions

View File

@@ -11,7 +11,19 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "common", "common", "{4CE0B9
twain-doc\twain2.4.h = twain-doc\twain2.4.h
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NTwain", "src\NTwain\NTwain.csproj", "{99A8D582-2CC1-479C-859D-C5A528A7B5C3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{99A8D582-2CC1-479C-859D-C5A528A7B5C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99A8D582-2CC1-479C-859D-C5A528A7B5C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99A8D582-2CC1-479C-859D-C5A528A7B5C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99A8D582-2CC1-479C-859D-C5A528A7B5C3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection