diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/prebuild.xml b/prebuild.xml index 17ae6aa..26d795f 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -159,13 +159,13 @@ | |||
159 | <Configuration name="Debug"> | 159 | <Configuration name="Debug"> |
160 | <Options> | 160 | <Options> |
161 | <OutputPath>../../../bin/</OutputPath> | 161 | <OutputPath>../../../bin/</OutputPath> |
162 | <KeyFile>TribalMedia.Framework.Data.snk</KeyFile> | 162 | <KeyFile>OpenSim.Framework.Data.Base.snk</KeyFile> |
163 | </Options> | 163 | </Options> |
164 | </Configuration> | 164 | </Configuration> |
165 | <Configuration name="Release"> | 165 | <Configuration name="Release"> |
166 | <Options> | 166 | <Options> |
167 | <OutputPath>../../../bin/</OutputPath> | 167 | <OutputPath>../../../bin/</OutputPath> |
168 | <KeyFile>TribalMedia.Framework.Data.snk</KeyFile> | 168 | <KeyFile>OpenSim.Framework.Data.Base.snk</KeyFile> |
169 | </Options> | 169 | </Options> |
170 | </Configuration> | 170 | </Configuration> |
171 | 171 | ||