blob: dbc7104f64e39dc0786194ddcfd5bae94dbc18a6 [file] [log] [blame]
namespace Apache
{
namespace Geode
{
namespace DotNetCore
{
public class Constants
{
public const string libPath =
//"/Users/matthewreddington/workspace/apache/geode-native/cppcache/shared/libapache-geode.dylib";
"c:/geode-native-dotnetcore/build/c_bindings/Debug/apache-geode-c.dll";
}
}
}
}