c# - Access properties file within Class Library -
c# - Access properties file within Class Library -
i working on c# project have 3 separate projects within vs2010. 2 of projects different types of executable programs , 3rd project c# class library.
i have created properties file within class library 2 executable programs needs access save settings within property file.
how access properties file within class library other projects.
the other projects have class library references , have tried doing mylibrary.properties... doesn't find anything.
any help appreciated.
thanks
have tried add together reference class library?
for every project (not library) right click on references -> add together reference -> under projects double click on library (mylibrary.properties). add together library project. see if solves problem.
c# properties
Comments
Post a Comment