Module: CsProj
- Defined in:
- lib/csproj.rb,
lib/csproj/version.rb,
lib/csproj/platform.rb,
lib/csproj/detect_values.rb,
lib/csproj/msbuild/project.rb,
lib/csproj/msbuild/solution.rb,
lib/csproj/msbuild/solution_parser.rb
Defined Under Namespace
Modules: Msbuild, Platform Classes: DetectValues, Error
Constant Summary collapse
- VERSION =
"0.1.1"
Class Attribute Summary collapse
-
.cache ⇒ Object
Returns the value of attribute cache.
-
.config ⇒ Object
Returns the value of attribute config.
-
.project ⇒ Object
Returns the value of attribute project.
Class Method Summary collapse
Class Attribute Details
.cache ⇒ Object
Returns the value of attribute cache.
17 18 19 |
# File 'lib/csproj.rb', line 17 def cache @cache end |
.config ⇒ Object
Returns the value of attribute config.
13 14 15 |
# File 'lib/csproj.rb', line 13 def config @config end |
.project ⇒ Object
Returns the value of attribute project.
15 16 17 |
# File 'lib/csproj.rb', line 15 def project @project end |