aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorlbsa712008-01-15 20:18:59 +0000
committerlbsa712008-01-15 20:18:59 +0000
commit3af939d9939e777dd0de17e931f92b1c56fc0a4d (patch)
treece1046dfa45aa438cd2515a73605cb5b52522817 /prebuild.xml
parent* Renamed a bunch of Data baseclasses for clarity and readability (diff)
downloadopensim-SC_OLD-3af939d9939e777dd0de17e931f92b1c56fc0a4d.zip
opensim-SC_OLD-3af939d9939e777dd0de17e931f92b1c56fc0a4d.tar.gz
opensim-SC_OLD-3af939d9939e777dd0de17e931f92b1c56fc0a4d.tar.bz2
opensim-SC_OLD-3af939d9939e777dd0de17e931f92b1c56fc0a4d.tar.xz
* vs croaked on strong name key
* updated disclaimer
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 9050074..11c3169 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -83,11 +83,13 @@
83 <Configuration name="Debug"> 83 <Configuration name="Debug">
84 <Options> 84 <Options>
85 <OutputPath>../../../bin/</OutputPath> 85 <OutputPath>../../../bin/</OutputPath>
86 <KeyFile>TribalMedia.Framework.Data.snk</KeyFile>
86 </Options> 87 </Options>
87 </Configuration> 88 </Configuration>
88 <Configuration name="Release"> 89 <Configuration name="Release">
89 <Options> 90 <Options>
90 <OutputPath>../../../bin/</OutputPath> 91 <OutputPath>../../../bin/</OutputPath>
92 <KeyFile>TribalMedia.Framework.Data.snk</KeyFile>
91 </Options> 93 </Options>
92 </Configuration> 94 </Configuration>
93 95
@@ -102,7 +104,7 @@
102 <Project name="OpenSim.Framework.Data" path="OpenSim/Framework/Data" type="Library"> 104 <Project name="OpenSim.Framework.Data" path="OpenSim/Framework/Data" type="Library">
103 <Configuration name="Debug"> 105 <Configuration name="Debug">
104 <Options> 106 <Options>
105 <OutputPath>../../../bin/</OutputPath> 107 <OutputPath>../../../bin/</OutputPath>
106 </Options> 108 </Options>
107 </Configuration> 109 </Configuration>
108 <Configuration name="Release"> 110 <Configuration name="Release">