Browse Source

Changed the target .NET to 4.0 because the code does not make use of 4.5 features and this way it can be compiled with VS 2010.

Signed-off-by: Dimitar Dobrev <dpldobrev@yahoo.com>
pull/22/head
Dimitar Dobrev 12 years ago
parent
commit
d213c8c3fc
  1. 2
      build/premake4.lua

2
build/premake4.lua

@ -23,7 +23,7 @@ solution "CppSharp" @@ -23,7 +23,7 @@ solution "CppSharp"
flags { "Optimize" }
configuration "vs2012"
framework "4.5"
framework "4.0"
configuration {}

Loading…
Cancel
Save