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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Jul 4 05:19:23 PDT 2013


Author: jng
Date: 2013-07-04 05:19:23 -0700 (Thu, 04 Jul 2013)
New Revision: 7657

Modified:
   trunk/MgDev/Oem/SQLite/src/SqliteGUI/NewAddTestForm.cs
   trunk/MgDev/Oem/SQLite/src/SqliteGUI/SqliteGUI.csproj
Log:
#2307: SqliteGUI improvements:
 - Add a MessageBox to acknowledge a test being saved
 - Set Prefer32Bit to true for AnyCPU build

Modified: trunk/MgDev/Oem/SQLite/src/SqliteGUI/NewAddTestForm.cs
===================================================================
--- trunk/MgDev/Oem/SQLite/src/SqliteGUI/NewAddTestForm.cs	2013-07-03 14:59:19 UTC (rev 7656)
+++ trunk/MgDev/Oem/SQLite/src/SqliteGUI/NewAddTestForm.cs	2013-07-04 12:19:23 UTC (rev 7657)
@@ -750,6 +750,7 @@
                 if (!Form1.IsReadOnly(dbName) || this.Overwrite())
                 {
                     this.SaveData(false);
+                    MessageBox.Show("Test Saved");
                 }
             }
         }

Modified: trunk/MgDev/Oem/SQLite/src/SqliteGUI/SqliteGUI.csproj
===================================================================
--- trunk/MgDev/Oem/SQLite/src/SqliteGUI/SqliteGUI.csproj	2013-07-03 14:59:19 UTC (rev 7656)
+++ trunk/MgDev/Oem/SQLite/src/SqliteGUI/SqliteGUI.csproj	2013-07-04 12:19:23 UTC (rev 7657)
@@ -93,7 +93,7 @@
     <DebugType>none</DebugType>
     <ErrorReport>prompt</ErrorReport>
     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
-    <Prefer32Bit>false</Prefer32Bit>
+    <Prefer32Bit>true</Prefer32Bit>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     <DebugSymbols>true</DebugSymbols>



More information about the mapguide-commits mailing list