c# - What is a .qst file? -


i java developer training , , got vary small c# university project make small changes in. inside there .qst file holds data. .qst file, , why when looked bit in google says called "quest file"

edit: not graphic file, text file. in config file of project there following:

        <setting name="questfile" serializeas="string">             <value>quest.qst</value>         </setting> 

from mr. google. seems sort of graphing file


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -

c# - Binding attached property to IEnumerable -