Class: Bozo::Compilers::WebProject2010
- Defined in:
- lib/bozo/compilers/msbuild.rb
Instance Method Summary collapse
Methods inherited from Project
#build, #clean, #framework_version, #generate_args, #initialize, #location, #windowsize_path
Constructor Details
This class inherits a constructor from Bozo::Compilers::Project
Instance Method Details
#populate_config(config) ⇒ Object
245 246 247 248 249 250 251 252 |
# File 'lib/bozo/compilers/msbuild.rb', line 245 def populate_config(config) config[:targets] << :package config[:properties][:packagelocation] = location + '/Site.zip' config[:properties][:packageassinglefile] = true config[:properties][:solutiondir] = windowsize_path(File.('.') + '//') end |