blob: a301b7b4782df55e75a7fdbaea83a12c2585de3b [file] [log] [blame]
namespace Apache
{
namespace Geode
{
namespace NetCore
{
public class Constants
{
public const string libPath =
//"/Users/matthewreddington/workspace/apache/geode-native/cppcache/shared/libapache-geode.dylib";
"c:/Users/bblake/src/nc_install/bin/apache-geode-c.dll";
}
}
}
}