diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 4 |
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"> |