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