Commit 83af715

mokhan <mokhan@ce5e1baf-6525-42e4-a1b2-857ea38da20a>
2009-03-05 17:20:38
removed the local properties file from subversion.
git-svn-id: https://svn.xp-dev.com/svn/mokhan-mo.money@50 ce5e1baf-6525-42e4-a1b2-857ea38da20a
1 parent 8cda95d
Changed files (1)
trunk/build/local_properties.ps1
@@ -1,18 +0,0 @@
-$local_settings = @{
-  	debug = "false";
-  	log_level = "DEBUG";
-	assembly_title = "momoney"
-	assembly_description = "a sample application to tinker with"
-	assembly_company = "http://mokhan.ca"
-#	assembly_version = "${datetime::get-year(datetime::now())}.${datetime::get-month(datetime::now())}.${datetime::get-day(datetime::now())}.${datetime::get-hour(datetime::now())}${datetime::get-minute(datetime::now())}" />
-	editor_exe  = "notepad.exe"
-  
-	dot_net_sdk_dir = "C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin"
-	framework_dir="c:\windows\microsoft.net\framework\v3.5"
-	deployment_url="http://mokhan.ca/mymoney/"
-  
-	certificate_filename="$build_config_dir\mokhan.pfx"
-	certificate_password="" 
-  
-	browser_exe="c:\program files\mozilla firefox\firefox.exe"
-  }
\ No newline at end of file