Class: Bozo::Compilers::ClassLibrary

Inherits:
Project
  • Object
show all
Defined in:
lib/bozo/compilers/msbuild.rb

Instance Method Summary collapse

Methods inherited from Project

#build, #clean, #framework_version, #generate_args, #initialize, #location, #name, #project_path, #temp_project_path, #windowsize_path

Constructor Details

This class inherits a constructor from Bozo::Compilers::Project

Instance Method Details

#populate_config(config) ⇒ Object



235
236
237
238
# File 'lib/bozo/compilers/msbuild.rb', line 235

def populate_config(config)
  config[:properties][:outputpath] = location + '/'
  config[:properties][:solutiondir] = windowsize_path(File.expand_path('.') + '//')
end