jingwood / d2dlib

A .NET library for hardware-accelerated, high performance, immediate mode rendering via Direct2D.
MIT License
245 stars 43 forks source link

Error in D2DLib.vcxproj: creating d2dlib6464.dll for Debug x64 #24

Closed fire-eggs closed 4 years ago

fire-eggs commented 4 years ago

Error in the project settings for D2DLib project, x64 Debug.

Output file is set to: $(OutDir)$(TargetName)64$(TargetExt) which results in creating d2dlib6464.dll.

Should be set to: $(OutDir)$(TargetName)$(TargetExt) [or removed?]

jingwood commented 4 years ago

Thanks very much! fixed now.