| 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"; | |
| } | |
| } | |
| } | |
| } |