OSDN Git Service

Switch to .NET 4.0 (requires Mono 2.10 or newer)
authorLatif Khalifa <latifer@streamgrid.net>
Fri, 24 Jul 2015 12:25:55 +0000 (14:25 +0200)
committerLatif Khalifa <latifer@streamgrid.net>
Fri, 24 Jul 2015 12:25:55 +0000 (14:25 +0200)
prebuild.xml

index 081507a..e616ad8 100644 (file)
@@ -36,7 +36,7 @@
 
     <!-- Libraries -->
 
-    <Project name="OpenMetaverseTypes" path="libopenmetaverse/OpenMetaverseTypes" type="Library" rootNamespace="OpenMetaverse" frameworkVersion="v3_5" filterGroups="libomv|core" >
+    <Project name="OpenMetaverseTypes" path="libopenmetaverse/OpenMetaverseTypes" type="Library" rootNamespace="OpenMetaverse" frameworkVersion="v4_0" filterGroups="libomv|core" >
       <Configuration name="Debug">
         <Options>
           <OutputPath>../bin/</OutputPath>
@@ -59,7 +59,7 @@
       </Files>
     </Project>
 
-    <Project name="OpenMetaverse.StructuredData" path="libopenmetaverse/OpenMetaverse.StructuredData" type="Library" rootNamespace="OpenMetaverse.StructuredData" frameworkVersion="v3_5" filterGroups="libomv|core">
+    <Project name="OpenMetaverse.StructuredData" path="libopenmetaverse/OpenMetaverse.StructuredData" type="Library" rootNamespace="OpenMetaverse.StructuredData" frameworkVersion="v4_0" filterGroups="libomv|core">
       <Configuration name="Debug">
         <Options>
           <OutputPath>../bin/</OutputPath>
@@ -82,7 +82,7 @@
       </Files>
     </Project>
 
-    <Project name="OpenMetaverse" path="libopenmetaverse/OpenMetaverse" type="Library" rootNamespace="OpenMetaverse" frameworkVersion="v3_5" filterGroups="libomv|core">
+    <Project name="OpenMetaverse" path="libopenmetaverse/OpenMetaverse" type="Library" rootNamespace="OpenMetaverse" frameworkVersion="v4_0" filterGroups="libomv|core">
       <Configuration name="Debug">
         <Options>
           <OutputPath>../bin/</OutputPath>
       </Files>
     </Project>
 
-    <Project name="OpenMetaverse.Rendering.Meshmerizer" path="libopenmetaverse/OpenMetaverse.Rendering.Meshmerizer" type="Library" rootNamespace="OpenMetaverse.Rendering" frameworkVersion="v3_5" filterGroups="libomv|core">
+    <Project name="OpenMetaverse.Rendering.Meshmerizer" path="libopenmetaverse/OpenMetaverse.Rendering.Meshmerizer" type="Library" rootNamespace="OpenMetaverse.Rendering" frameworkVersion="v4_0" filterGroups="libomv|core">
       <Configuration name="Debug">
         <Options>
           <OutputPath>../bin/</OutputPath>
 
     <!-- Main App -->
 
-    <Project name="Radegast" path="Radegast" type="WinExe" icon="radegast.ico" frameworkVersion="v3_5" filterGroups="core">
+    <Project name="Radegast" path="Radegast" type="WinExe" icon="radegast.ico" frameworkVersion="v4_0" filterGroups="core">
       <Configuration name="Debug">
         <Options>
           <OutputPath>../bin/</OutputPath>
 
     <!-- Plugins -->
 
-    <Project name="Radegast.Plugin.Alice" path="plugins/Radegast.Plugin.Alice" type="Library" frameworkVersion="v3_5" filterGroups="plugins|plug_alice">
+    <Project name="Radegast.Plugin.Alice" path="plugins/Radegast.Plugin.Alice" type="Library" frameworkVersion="v4_0" filterGroups="plugins|plug_alice">
       <Configuration name="Debug">
         <Options>
           <OutputPath>../../bin/</OutputPath>
 
 
 
-    <Project name="Radegast.Plugin.Demo" path="plugins/Radegast.Plugin.Demo" type="Library" frameworkVersion="v3_5" filterGroups="plugins|plug_demo">
+    <Project name="Radegast.Plugin.Demo" path="plugins/Radegast.Plugin.Demo" type="Library" frameworkVersion="v4_0" filterGroups="plugins|plug_demo">
       <Configuration name="Debug">
         <Options>
           <OutputPath>../../bin/</OutputPath>
       </Files>
     </Project>
 
-    <Project name="Radegast.Plugin.SimpleBuilder" path="plugins/Radegast.Plugin.SimpleBuilder" type="Library" frameworkVersion="v3_5" filterGroups="plugins|plug_simplebuild">
+    <Project name="Radegast.Plugin.SimpleBuilder" path="plugins/Radegast.Plugin.SimpleBuilder" type="Library" frameworkVersion="v4_0" filterGroups="plugins|plug_simplebuild">
       <Configuration name="Debug">
         <Options>
           <OutputPath>../../bin/</OutputPath>
       </Files>
     </Project>
 
-       <!--Project name="Radegast.Plugin.EVOVend" path="plugins/Radegast.Plugin.EVOVend" type="Library" frameworkVersion="v3_5" filterGroups="plugins|plug_simplebuild">
+       <!--Project name="Radegast.Plugin.EVOVend" path="plugins/Radegast.Plugin.EVOVend" type="Library" frameworkVersion="v4_0" filterGroups="plugins|plug_simplebuild">
       <Configuration name="Debug">
         <Options>
           <OutputPath>../../bin/</OutputPath>
       </Files>
     </Project-->
 
-    <Project name="Radegast.Plugin.Speech" path="plugins/Radegast.Plugin.Speech/RadSpeech" type="Library" frameworkVersion="v3_5" filterGroups="plugins|plug_speech|plug_speech_core">
+    <Project name="Radegast.Plugin.Speech" path="plugins/Radegast.Plugin.Speech/RadSpeech" type="Library" frameworkVersion="v4_0" filterGroups="plugins|plug_speech|plug_speech_core">
       <Configuration name="Debug">
         <Options>
           <OutputPath>../../../bin/</OutputPath>
       </Files>
     </Project>
 
-    <Project name="RadSpeechLin" path="plugins/Radegast.Plugin.Speech/RadSpeechLin" type="Library" frameworkVersion="v3_5" filterGroups="plugins|plug_speech|plug_speech_linux">
+    <Project name="RadSpeechLin" path="plugins/Radegast.Plugin.Speech/RadSpeechLin" type="Library" frameworkVersion="v4_0" filterGroups="plugins|plug_speech|plug_speech_linux">
       <Configuration name="Debug">
         <Options>
           <OutputPath>../../../bin/</OutputPath>
       </Files>
     </Project>
 
-    <Project name="RadSpeechWin" path="plugins/Radegast.Plugin.Speech/RadSpeechWin" type="Library" frameworkVersion="v3_5" filterGroups="plugins|plug_speech|plug_speech_windows">
+    <Project name="RadSpeechWin" path="plugins/Radegast.Plugin.Speech/RadSpeechWin" type="Library" frameworkVersion="v4_0" filterGroups="plugins|plug_speech|plug_speech_windows">
       <Configuration name="Debug">
         <Options>
           <OutputPath>../../../bin/</OutputPath>
     </Project>
 
 
-    <Project name="RadSpeechMac" path="plugins/Radegast.Plugin.Speech/RadSpeechMac" type="Library" frameworkVersion="v3_5" filterGroups="plugins|plug_speech|plug_speech_mac">
+    <Project name="RadSpeechMac" path="plugins/Radegast.Plugin.Speech/RadSpeechMac" type="Library" frameworkVersion="v4_0" filterGroups="plugins|plug_speech|plug_speech_mac">
       <Configuration name="Debug">
         <Options>
           <OutputPath>../../../bin/</OutputPath>