[mapguide-commits] r5755 - trunk/MgDev/Oem/SQLite/src/SqliteGUI

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu May 5 05:56:18 EDT 2011


Author: christinebao
Date: 2011-05-05 02:56:18 -0700 (Thu, 05 May 2011)
New Revision: 5755

Modified:
   trunk/MgDev/Oem/SQLite/src/SqliteGUI/NewAddTestForm.cs
   trunk/MgDev/Oem/SQLite/src/SqliteGUI/SqliteGUI_VS2010.csproj
Log:
Update SqliteGUI_VS2010.csproj to DotNet 4.0

Modified: trunk/MgDev/Oem/SQLite/src/SqliteGUI/NewAddTestForm.cs
===================================================================
--- trunk/MgDev/Oem/SQLite/src/SqliteGUI/NewAddTestForm.cs	2011-05-05 09:48:27 UTC (rev 5754)
+++ trunk/MgDev/Oem/SQLite/src/SqliteGUI/NewAddTestForm.cs	2011-05-05 09:56:18 UTC (rev 5755)
@@ -757,7 +757,7 @@
         //Validates parameters before storing them in the database
         //Silent validation is done when the form is closing. If the parameters are valid they will be
         //stored else changes will be lost
-        private bool Validate(bool silentValidation)
+        private new bool Validate(bool silentValidation)
         {
             bool valid = true;
 

Modified: trunk/MgDev/Oem/SQLite/src/SqliteGUI/SqliteGUI_VS2010.csproj
===================================================================
--- trunk/MgDev/Oem/SQLite/src/SqliteGUI/SqliteGUI_VS2010.csproj	2011-05-05 09:48:27 UTC (rev 5754)
+++ trunk/MgDev/Oem/SQLite/src/SqliteGUI/SqliteGUI_VS2010.csproj	2011-05-05 09:56:18 UTC (rev 5755)
@@ -27,7 +27,7 @@
     <UpgradeBackupLocation>
     </UpgradeBackupLocation>
     <OldToolsVersion>3.5</OldToolsVersion>
-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     <PublishUrl>publish\</PublishUrl>
     <Install>true</Install>
     <InstallFrom>Disk</InstallFrom>
@@ -43,6 +43,7 @@
     <IsWebBootstrapper>false</IsWebBootstrapper>
     <UseApplicationTrust>false</UseApplicationTrust>
     <BootstrapperEnabled>true</BootstrapperEnabled>
+    <TargetFrameworkProfile />
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <OutputPath>..\..\bin\win32\debug\</OutputPath>
@@ -183,6 +184,9 @@
       <Install>true</Install>
     </BootstrapperPackage>
   </ItemGroup>
+  <ItemGroup>
+    <None Include="app.config" />
+  </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <PropertyGroup>
     <PreBuildEvent>



More information about the mapguide-commits mailing list