dasher r3504 - in trunk: . Src/Win32



Author: pcowans
Date: Sun Apr 20 10:36:59 2008
New Revision: 3504
URL: http://svn.gnome.org/viewvc/dasher?rev=3504&view=rev

Log:
* Removed obsolete project from solution

Modified:
   trunk/INSTALL.Windows
   trunk/Src/Win32/Dasher.rc
   trunk/Src/Win32/Dasher_vc80.sln
   trunk/Src/Win32/Dasher_vc80.vcproj

Modified: trunk/INSTALL.Windows
==============================================================================
--- trunk/INSTALL.Windows	(original)
+++ trunk/INSTALL.Windows	Sun Apr 20 10:36:59 2008
@@ -15,7 +15,7 @@
 
 The project files use environment variables to locate the root directories of 
 the prerequisites.  You can set these in the Windows control panel: 
-Control Panels->System->Advanced->Environment Variables.  
+Control Panels->System->Advanced->Environment Variables.
 
 Here are the variable names and their default install locations (you may
 need to change these to reflect reality on your system):

Modified: trunk/Src/Win32/Dasher.rc
==============================================================================
--- trunk/Src/Win32/Dasher.rc	(original)
+++ trunk/Src/Win32/Dasher.rc	Sun Apr 20 10:36:59 2008
@@ -141,7 +141,7 @@
 END
 
 IDD_ALPHABETPAGE DIALOGEX 0, 0, 381, 238
-STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
+STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "Select Alphabet"
 FONT 8, "MS Shell Dlg", 0, 0, 0x0
 BEGIN
@@ -150,7 +150,7 @@
     CONTROL         "Language model adapts as you write.",IDC_ADAPTIVE,
                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,201,28,136,10
     GROUPBOX        "Prediction:",IDC_STATIC,194,7,180,90
-    LTEXT           "Use this control to adjustthe relative sizes of the letter boxes. Note that selecting high values will slow your writing speed.",IDC_STATIC,201,50,166,26
+    LTEXT           "Use this control to adjust the relative sizes of the letter boxes. Note that selecting high values will slow your writing speed.",IDC_STATIC,201,50,166,26
     EDITTEXT        IDC_UNIFORMVAL,201,78,30,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_TABSTOP
     CONTROL         "",IDC_UNIFORMSLIDER,"msctls_trackbar32",WS_TABSTOP,235,78,131,12
     GROUPBOX        "Orientation:",IDC_STATIC,194,99,180,88
@@ -169,7 +169,7 @@
 END
 
 IDD_CONTROLPAGE DIALOGEX 0, 0, 381, 238
-STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
+STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "Dasher Preferences"
 FONT 8, "MS Shell Dlg", 400, 0, 0x1
 BEGIN
@@ -184,7 +184,7 @@
     CONTROL         "Start on space bar",IDC_SPACE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,201,146,126,8
     CONTROL         "Start with mouse position:",IDC_MOUSEPOS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,201,158,136,8
     COMBOBOX        IDC_MOUSEPOS_STYLE,214,170,153,30,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
-    CONTROL         "Pause outside of canvas",IDC_WINDOWPAUSE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,201,186,91,8
+    CONTROL         "Stop outside of canvas",IDC_WINDOWPAUSE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,201,186,91,8
     LISTBOX         IDC_INPUT_LIST,201,18,166,34,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
     LISTBOX         IDC_CONTROL_LIST,14,18,166,188,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
     GROUPBOX        "Input Device:",IDC_STATIC,194,7,180,70

Modified: trunk/Src/Win32/Dasher_vc80.sln
==============================================================================
--- trunk/Src/Win32/Dasher_vc80.sln	(original)
+++ trunk/Src/Win32/Dasher_vc80.sln	Sun Apr 20 10:36:59 2008
@@ -1,89 +1,78 @@
 Microsoft Visual Studio Solution File, Format Version 9.00
 # Visual Studio 2005
 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4333F263-1911-4128-A577-2BE0B970B0CA}"
-	ProjectSection(WebsiteProperties) = preProject
-		Debug.AspNetCompiler.Debug = "True"
-		Release.AspNetCompiler.Debug = "False"
-	EndProjectSection
 	ProjectSection(SolutionItems) = preProject
 		..\..\ChangeLog = ..\..\ChangeLog
 		..\..\Doc\development\GUIDS.txt = ..\..\Doc\development\GUIDS.txt
+		..\..\INSTALL.Windows = ..\..\INSTALL.Windows
 	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Common", "..\Common\Common_vc80.vcproj", "{4A4CEB83-FBC8-4E93-831E-009875E54794}"
 	ProjectSection(WebsiteProperties) = preProject
 		Debug.AspNetCompiler.Debug = "True"
 		Release.AspNetCompiler.Debug = "False"
 	EndProjectSection
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Dasher", "Dasher_vc80.vcproj", "{752501D3-5B04-4F3C-A141-DE426E354D23}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Common", "..\Common\Common_vc80.vcproj", "{4A4CEB83-FBC8-4E93-831E-009875E54794}"
 	ProjectSection(WebsiteProperties) = preProject
 		Debug.AspNetCompiler.Debug = "True"
 		Release.AspNetCompiler.Debug = "False"
 	EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Dasher", "Dasher_vc80.vcproj", "{752501D3-5B04-4F3C-A141-DE426E354D23}"
 	ProjectSection(ProjectDependencies) = postProject
 		{4A4CEB83-FBC8-4E93-831E-009875E54794} = {4A4CEB83-FBC8-4E93-831E-009875E54794}
 		{3998D966-9B9E-4214-ACEA-B777985AF4DD} = {3998D966-9B9E-4214-ACEA-B777985AF4DD}
 		{192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8} = {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}
 	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DasherControl", "DasherControl_vc80.vcproj", "{3998D966-9B9E-4214-ACEA-B777985AF4DD}"
 	ProjectSection(WebsiteProperties) = preProject
 		Debug.AspNetCompiler.Debug = "True"
 		Release.AspNetCompiler.Debug = "False"
 	EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DasherControl", "DasherControl_vc80.vcproj", "{3998D966-9B9E-4214-ACEA-B777985AF4DD}"
 	ProjectSection(ProjectDependencies) = postProject
 		{4A4CEB83-FBC8-4E93-831E-009875E54794} = {4A4CEB83-FBC8-4E93-831E-009875E54794}
 		{192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8} = {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}
 	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DasherCore", "..\DasherCore\DasherCore_vc80.vcproj", "{192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}"
 	ProjectSection(WebsiteProperties) = preProject
 		Debug.AspNetCompiler.Debug = "True"
 		Release.AspNetCompiler.Debug = "False"
 	EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DasherCore", "..\DasherCore\DasherCore_vc80.vcproj", "{192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}"
 	ProjectSection(ProjectDependencies) = postProject
 		{4A4CEB83-FBC8-4E93-831E-009875E54794} = {4A4CEB83-FBC8-4E93-831E-009875E54794}
 	EndProjectSection
-EndProject
-Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Installer", "..\Installer\Installer.wixproj", "{BBE9E817-E2C5-4081-9612-0738E27CF55A}"
 	ProjectSection(WebsiteProperties) = preProject
 		Debug.AspNetCompiler.Debug = "True"
 		Release.AspNetCompiler.Debug = "False"
 	EndProjectSection
+EndProject
+Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Installer", "..\Installer\Installer.wixproj", "{BBE9E817-E2C5-4081-9612-0738E27CF55A}"
 	ProjectSection(ProjectDependencies) = postProject
 		{752501D3-5B04-4F3C-A141-DE426E354D23} = {752501D3-5B04-4F3C-A141-DE426E354D23}
 	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DasherIM", "..\DasherIM\DasherIM.vcproj", "{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}"
 	ProjectSection(WebsiteProperties) = preProject
 		Debug.AspNetCompiler.Debug = "True"
 		Release.AspNetCompiler.Debug = "False"
 	EndProjectSection
+EndProject
+Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "InstallerTobii", "..\InstallerTobii\InstallerTobii.wixproj", "{C4BFC988-DA68-4F51-BAB0-DB5B7D5CD53B}"
 	ProjectSection(ProjectDependencies) = postProject
 		{752501D3-5B04-4F3C-A141-DE426E354D23} = {752501D3-5B04-4F3C-A141-DE426E354D23}
-		{4A4CEB83-FBC8-4E93-831E-009875E54794} = {4A4CEB83-FBC8-4E93-831E-009875E54794}
-		{3998D966-9B9E-4214-ACEA-B777985AF4DD} = {3998D966-9B9E-4214-ACEA-B777985AF4DD}
-		{192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8} = {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}
 	EndProjectSection
-EndProject
-Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "InstallerTobii", "..\InstallerTobii\InstallerTobii.wixproj", "{C4BFC988-DA68-4F51-BAB0-DB5B7D5CD53B}"
 	ProjectSection(WebsiteProperties) = preProject
 		Debug.AspNetCompiler.Debug = "True"
 		Release.AspNetCompiler.Debug = "False"
 	EndProjectSection
+EndProject
+Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "InstallerW2K", "..\InstallerW2K\InstallerW2K.wixproj", "{C2E1F683-E2B1-4445-9748-E67E1D5156FD}"
 	ProjectSection(ProjectDependencies) = postProject
 		{752501D3-5B04-4F3C-A141-DE426E354D23} = {752501D3-5B04-4F3C-A141-DE426E354D23}
 	EndProjectSection
-EndProject
-Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "InstallerW2K", "..\InstallerW2K\InstallerW2K.wixproj", "{C2E1F683-E2B1-4445-9748-E67E1D5156FD}"
 	ProjectSection(WebsiteProperties) = preProject
 		Debug.AspNetCompiler.Debug = "True"
 		Release.AspNetCompiler.Debug = "False"
 	EndProjectSection
-	ProjectSection(ProjectDependencies) = postProject
-		{752501D3-5B04-4F3C-A141-DE426E354D23} = {752501D3-5B04-4F3C-A141-DE426E354D23}
-	EndProjectSection
 EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -323,42 +312,6 @@
 		{BBE9E817-E2C5-4081-9612-0738E27CF55A}.Release|Pocket PC 2003 (ARMV4).ActiveCfg = Release|Any CPU
 		{BBE9E817-E2C5-4081-9612-0738E27CF55A}.Release|Win32.ActiveCfg = Release|Any CPU
 		{BBE9E817-E2C5-4081-9612-0738E27CF55A}.Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).ActiveCfg = Release|Any CPU
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Debug|Any CPU.ActiveCfg = Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Debug|Mixed Platforms.ActiveCfg = Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Debug|Mixed Platforms.Build.0 = Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Debug|Mixed Platforms.Deploy.0 = Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Debug|Pocket PC 2003 (ARMV4).ActiveCfg = Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Debug|Win32.ActiveCfg = Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).ActiveCfg = Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).Build.0 = Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).Deploy.0 = Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Mobile Debug|Any CPU.ActiveCfg = Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Mobile Debug|Mixed Platforms.ActiveCfg = Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Mobile Debug|Mixed Platforms.Build.0 = Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Mobile Debug|Mixed Platforms.Deploy.0 = Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Mobile Debug|Pocket PC 2003 (ARMV4).ActiveCfg = Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Mobile Debug|Win32.ActiveCfg = Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Mobile Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).ActiveCfg = Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Mobile Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).Build.0 = Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Mobile Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).Deploy.0 = Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Release (W2K)|Any CPU.ActiveCfg = Release (W2K)|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Release (W2K)|Mixed Platforms.ActiveCfg = Release (W2K)|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Release (W2K)|Mixed Platforms.Build.0 = Release (W2K)|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Release (W2K)|Mixed Platforms.Deploy.0 = Release (W2K)|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Release (W2K)|Pocket PC 2003 (ARMV4).ActiveCfg = Release (W2K)|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Release (W2K)|Win32.ActiveCfg = Release (W2K)|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Release (W2K)|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).ActiveCfg = Release (W2K)|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Release (W2K)|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).Build.0 = Release (W2K)|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Release (W2K)|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).Deploy.0 = Release (W2K)|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Release|Any CPU.ActiveCfg = Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Release|Mixed Platforms.ActiveCfg = Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Release|Mixed Platforms.Build.0 = Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Release|Mixed Platforms.Deploy.0 = Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Release|Pocket PC 2003 (ARMV4).ActiveCfg = Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Release|Win32.ActiveCfg = Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).ActiveCfg = Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).Build.0 = Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
-		{3A5A00A0-DEAB-46D5-9926-3BD370C460F7}.Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).Deploy.0 = Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
 		{C4BFC988-DA68-4F51-BAB0-DB5B7D5CD53B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
 		{C4BFC988-DA68-4F51-BAB0-DB5B7D5CD53B}.Debug|Any CPU.Build.0 = Debug|Any CPU
 		{C4BFC988-DA68-4F51-BAB0-DB5B7D5CD53B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU

Modified: trunk/Src/Win32/Dasher_vc80.vcproj
==============================================================================
--- trunk/Src/Win32/Dasher_vc80.vcproj	(original)
+++ trunk/Src/Win32/Dasher_vc80.vcproj	Sun Apr 20 10:36:59 2008
@@ -118,9 +118,9 @@
 			/>
 		</Configuration>
 		<Configuration
-			Name="Debug|Pocket PC 2003 (ARMV4)"
-			OutputDirectory="Pocket PC 2003 (ARMV4)\$(ConfigurationName)"
-			IntermediateDirectory="Pocket PC 2003 (ARMV4)\$(ConfigurationName)"
+			Name="Release|Win32"
+			OutputDirectory=".\Target/Release"
+			IntermediateDirectory=".\Target/Release/Intermediate"
 			ConfigurationType="1"
 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 			UseOfMFC="0"
@@ -141,35 +141,38 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				PreprocessorDefinitions="_DEBUG"
+				PreprocessorDefinitions="NDEBUG"
 				MkTypLibCompatible="true"
 				SuppressStartupBanner="true"
 				TargetEnvironment="1"
-				TypeLibraryName=".\Target/Debug/Dasher.tlb"
+				TypeLibraryName=".\Target/Release/Dasher.tlb"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
-				ExecutionBucket="7"
-				Optimization="0"
-				AdditionalIncludeDirectories="WinCommon;Common;&quot;$(SPEECHSDK)\Include&quot;;&quot;$(TABLETSDK)\Include&quot;;&quot;C:\Program Files\HTML Help Workshop\include&quot;"
-				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_UNICODE;_STATIC;_WIN32_WINNT=0x0500"
-				RuntimeLibrary="1"
+				InlineFunctionExpansion="2"
+				EnableIntrinsicFunctions="true"
+				FavorSizeOrSpeed="1"
+				AdditionalIncludeDirectories="WinCommon;Common;&quot;$(SPEECHSDK)\Include&quot;;&quot;$(TABLETSDK)\Include&quot;;&quot;$(EXPAT)\Source\lib&quot;;&quot;$(MICROSOFTSDK5)\include&quot;"
+				PreprocessorDefinitions="WIN32;_WINDOWS;_UNICODE;_STATIC;_WIN32_WINNT=0x0501;_WIN32_IE=0x0501;ISOLATION_AWARE_ENABLED"
+				StringPooling="true"
+				RuntimeLibrary="0"
+				EnableFunctionLevelLinking="true"
 				UsePrecompiledHeader="0"
 				PrecompiledHeaderThrough="WinCommon.h"
-				PrecompiledHeaderFile=".\Target/Debug/Intermediate/Dasher.pch"
-				AssemblerListingLocation=".\Target/Debug/Intermediate/"
-				ObjectFile=".\Target/Debug/Intermediate/"
-				ProgramDataBaseFileName=".\Target/Debug/Intermediate/"
-				BrowseInformation="1"
+				PrecompiledHeaderFile=".\Target/Release/Intermediate/Dasher.pch"
+				AssemblerListingLocation=".\Target/Release/Intermediate/"
+				ObjectFile=".\Target/Release/Intermediate/"
+				ProgramDataBaseFileName=".\Target/Release/Intermediate/"
 				WarningLevel="3"
 				SuppressStartupBanner="true"
+				DebugInformationFormat="0"
 			/>
 			<Tool
 				Name="VCManagedResourceCompilerTool"
 			/>
 			<Tool
 				Name="VCResourceCompilerTool"
-				PreprocessorDefinitions="_DEBUG"
+				PreprocessorDefinitions="NDEBUG"
 				Culture="2057"
 			/>
 			<Tool
@@ -178,44 +181,47 @@
 			<Tool
 				Name="VCLinkerTool"
 				AdditionalOptions="/MACHINE:I386"
-				AdditionalDependencies="odbc32.lib odbccp32.lib comctl32.lib WS2_32.lib Htmlhelp.lib"
-				OutputFile=".\Target/Debug/Dasher.exe"
+				AdditionalDependencies="odbc32.lib odbccp32.lib comctl32.lib WS2_32.lib Htmlhelp.lib Uxtheme.lib &quot;$(EXPAT)\Bin\libexpat.lib&quot;"
+				OutputFile=".\Target/Release/Dasher.exe"
 				LinkIncremental="2"
 				SuppressStartupBanner="true"
-				AdditionalLibraryDirectories="&quot;$(SPEECHSDK)\Lib\i386&quot;;&quot;C:\Program Files\HTML Help Workshop\lib&quot;"
-				GenerateDebugInformation="true"
-				ProgramDatabaseFile=".\Target/Debug/Dasher.pdb"
+				AdditionalLibraryDirectories="&quot;$(SPEECHSDK)\Lib\i386&quot;"
+				AdditionalManifestDependencies="&quot;type=&apos;Win32&apos; name=&apos;Microsoft.Windows.Common-Controls&apos; version=&apos;6.0.0.0&apos; processorArchitecture=&apos;X86&apos; publicKeyToken=&apos;6595b64144ccf1df&apos; language=&apos;*&apos;&quot;"
+				IgnoreAllDefaultLibraries="false"
+				IgnoreDefaultLibraryNames=""
+				GenerateDebugInformation="false"
+				ProgramDatabaseFile=""
 				SubSystem="2"
-				TargetMachine="0"
 			/>
 			<Tool
 				Name="VCALinkTool"
 			/>
 			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
 				Name="VCXDCMakeTool"
 			/>
 			<Tool
 				Name="VCBscMakeTool"
 			/>
 			<Tool
-				Name="VCCodeSignTool"
+				Name="VCFxCopTool"
 			/>
 			<Tool
-				Name="VCPostBuildEventTool"
+				Name="VCAppVerifierTool"
 			/>
-			<DeploymentTool
-				ForceDirty="-1"
-				RemoteDirectory=""
-				RegisterOutput="0"
-				AdditionalFiles=""
+			<Tool
+				Name="VCWebDeploymentTool"
 			/>
-			<DebuggerTool
+			<Tool
+				Name="VCPostBuildEventTool"
 			/>
 		</Configuration>
 		<Configuration
-			Name="Release|Win32"
-			OutputDirectory=".\Target/Release"
-			IntermediateDirectory=".\Target/Release/Intermediate"
+			Name="Mobile Debug|Win32"
+			OutputDirectory="$(ConfigurationName)"
+			IntermediateDirectory="$(ConfigurationName)"
 			ConfigurationType="1"
 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 			UseOfMFC="0"
@@ -236,38 +242,36 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				PreprocessorDefinitions="NDEBUG"
+				PreprocessorDefinitions="_DEBUG"
 				MkTypLibCompatible="true"
 				SuppressStartupBanner="true"
 				TargetEnvironment="1"
-				TypeLibraryName=".\Target/Release/Dasher.tlb"
+				TypeLibraryName=".\Target/Debug/Dasher.tlb"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
-				InlineFunctionExpansion="2"
-				EnableIntrinsicFunctions="true"
-				FavorSizeOrSpeed="1"
-				AdditionalIncludeDirectories="WinCommon;Common;&quot;$(SPEECHSDK)\Include&quot;;&quot;$(TABLETSDK)\Include&quot;;&quot;$(EXPAT)\Source\lib&quot;;&quot;$(MICROSOFTSDK5)\include&quot;"
-				PreprocessorDefinitions="WIN32;_WINDOWS;_UNICODE;_STATIC;_WIN32_WINNT=0x0501;_WIN32_IE=0x0501;ISOLATION_AWARE_ENABLED"
-				StringPooling="true"
-				RuntimeLibrary="0"
-				EnableFunctionLevelLinking="true"
+				Optimization="0"
+				AdditionalIncludeDirectories="WinCommon;Common;&quot;$(SPEECHSDK)\Include&quot;;&quot;$(TABLETSDK)\Include&quot;;&quot;C:\Program Files\HTML Help Workshop\include&quot;"
+				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_UNICODE;_STATIC;_WIN32_WINNT=0x0500"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="1"
 				UsePrecompiledHeader="0"
 				PrecompiledHeaderThrough="WinCommon.h"
-				PrecompiledHeaderFile=".\Target/Release/Intermediate/Dasher.pch"
-				AssemblerListingLocation=".\Target/Release/Intermediate/"
-				ObjectFile=".\Target/Release/Intermediate/"
-				ProgramDataBaseFileName=".\Target/Release/Intermediate/"
+				PrecompiledHeaderFile=".\Target/Debug/Intermediate/Dasher.pch"
+				AssemblerListingLocation=".\Target/Debug/Intermediate/"
+				ObjectFile=".\Target/Debug/Intermediate/"
+				ProgramDataBaseFileName=".\Target/Debug/Intermediate/"
+				BrowseInformation="1"
 				WarningLevel="3"
 				SuppressStartupBanner="true"
-				DebugInformationFormat="0"
+				DebugInformationFormat="4"
 			/>
 			<Tool
 				Name="VCManagedResourceCompilerTool"
 			/>
 			<Tool
 				Name="VCResourceCompilerTool"
-				PreprocessorDefinitions="NDEBUG"
+				PreprocessorDefinitions="_DEBUG"
 				Culture="2057"
 			/>
 			<Tool
@@ -276,16 +280,13 @@
 			<Tool
 				Name="VCLinkerTool"
 				AdditionalOptions="/MACHINE:I386"
-				AdditionalDependencies="odbc32.lib odbccp32.lib comctl32.lib WS2_32.lib Htmlhelp.lib Uxtheme.lib &quot;$(EXPAT)\Bin\libexpat.lib&quot;"
-				OutputFile=".\Target/Release/Dasher.exe"
+				AdditionalDependencies="odbc32.lib odbccp32.lib comctl32.lib WS2_32.lib Htmlhelp.lib"
+				OutputFile=".\Target/Debug/Dasher.exe"
 				LinkIncremental="2"
 				SuppressStartupBanner="true"
-				AdditionalLibraryDirectories="&quot;$(SPEECHSDK)\Lib\i386&quot;"
-				AdditionalManifestDependencies="&quot;type=&apos;Win32&apos; name=&apos;Microsoft.Windows.Common-Controls&apos; version=&apos;6.0.0.0&apos; processorArchitecture=&apos;X86&apos; publicKeyToken=&apos;6595b64144ccf1df&apos; language=&apos;*&apos;&quot;"
-				IgnoreAllDefaultLibraries="false"
-				IgnoreDefaultLibraryNames=""
-				GenerateDebugInformation="false"
-				ProgramDatabaseFile=""
+				AdditionalLibraryDirectories="&quot;$(SPEECHSDK)\Lib\i386&quot;;&quot;C:\Program Files\HTML Help Workshop\lib&quot;"
+				GenerateDebugInformation="true"
+				ProgramDatabaseFile=".\Target/Debug/Dasher.pdb"
 				SubSystem="2"
 			/>
 			<Tool
@@ -314,7 +315,7 @@
 			/>
 		</Configuration>
 		<Configuration
-			Name="Release|Pocket PC 2003 (ARMV4)"
+			Name="Debug|Pocket PC 2003 (ARMV4)"
 			OutputDirectory="Pocket PC 2003 (ARMV4)\$(ConfigurationName)"
 			IntermediateDirectory="Pocket PC 2003 (ARMV4)\$(ConfigurationName)"
 			ConfigurationType="1"
@@ -337,39 +338,35 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				PreprocessorDefinitions="NDEBUG"
+				PreprocessorDefinitions="_DEBUG"
 				MkTypLibCompatible="true"
 				SuppressStartupBanner="true"
 				TargetEnvironment="1"
-				TypeLibraryName=".\Target/Release/Dasher.tlb"
+				TypeLibraryName=".\Target/Debug/Dasher.tlb"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
 				ExecutionBucket="7"
-				InlineFunctionExpansion="2"
-				EnableIntrinsicFunctions="true"
-				FavorSizeOrSpeed="1"
-				AdditionalIncludeDirectories="WinCommon;Common;&quot;$(SPEECHSDK)\Include&quot;;&quot;$(TABLETSDK)\Include&quot;"
-				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_UNICODE;_STATIC;_WIN32_WINNT=0x0500"
-				StringPooling="true"
-				RuntimeLibrary="0"
-				EnableFunctionLevelLinking="true"
+				Optimization="0"
+				AdditionalIncludeDirectories="WinCommon;Common;&quot;$(SPEECHSDK)\Include&quot;;&quot;$(TABLETSDK)\Include&quot;;&quot;C:\Program Files\HTML Help Workshop\include&quot;"
+				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_UNICODE;_STATIC;_WIN32_WINNT=0x0500"
+				RuntimeLibrary="1"
 				UsePrecompiledHeader="0"
 				PrecompiledHeaderThrough="WinCommon.h"
-				PrecompiledHeaderFile=".\Target/Release/Intermediate/Dasher.pch"
-				AssemblerListingLocation=".\Target/Release/Intermediate/"
-				ObjectFile=".\Target/Release/Intermediate/"
-				ProgramDataBaseFileName=".\Target/Release/Intermediate/"
+				PrecompiledHeaderFile=".\Target/Debug/Intermediate/Dasher.pch"
+				AssemblerListingLocation=".\Target/Debug/Intermediate/"
+				ObjectFile=".\Target/Debug/Intermediate/"
+				ProgramDataBaseFileName=".\Target/Debug/Intermediate/"
+				BrowseInformation="1"
 				WarningLevel="3"
 				SuppressStartupBanner="true"
-				DebugInformationFormat="0"
 			/>
 			<Tool
 				Name="VCManagedResourceCompilerTool"
 			/>
 			<Tool
 				Name="VCResourceCompilerTool"
-				PreprocessorDefinitions="NDEBUG"
+				PreprocessorDefinitions="_DEBUG"
 				Culture="2057"
 			/>
 			<Tool
@@ -379,14 +376,12 @@
 				Name="VCLinkerTool"
 				AdditionalOptions="/MACHINE:I386"
 				AdditionalDependencies="odbc32.lib odbccp32.lib comctl32.lib WS2_32.lib Htmlhelp.lib"
-				OutputFile=".\Target/Release/Dasher.exe"
+				OutputFile=".\Target/Debug/Dasher.exe"
 				LinkIncremental="2"
 				SuppressStartupBanner="true"
-				AdditionalLibraryDirectories="&quot;$(SPEECHSDK)\Lib\i386&quot;"
-				IgnoreAllDefaultLibraries="false"
-				IgnoreDefaultLibraryNames=""
+				AdditionalLibraryDirectories="&quot;$(SPEECHSDK)\Lib\i386&quot;;&quot;C:\Program Files\HTML Help Workshop\lib&quot;"
 				GenerateDebugInformation="true"
-				ProgramDatabaseFile=".\Target/Release/Dasher.pdb"
+				ProgramDatabaseFile=".\Target/Debug/Dasher.pdb"
 				SubSystem="2"
 				TargetMachine="0"
 			/>
@@ -415,9 +410,9 @@
 			/>
 		</Configuration>
 		<Configuration
-			Name="Mobile Debug|Win32"
-			OutputDirectory="$(ConfigurationName)"
-			IntermediateDirectory="$(ConfigurationName)"
+			Name="Release|Pocket PC 2003 (ARMV4)"
+			OutputDirectory="Pocket PC 2003 (ARMV4)\$(ConfigurationName)"
+			IntermediateDirectory="Pocket PC 2003 (ARMV4)\$(ConfigurationName)"
 			ConfigurationType="1"
 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 			UseOfMFC="0"
@@ -438,36 +433,39 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				PreprocessorDefinitions="_DEBUG"
+				PreprocessorDefinitions="NDEBUG"
 				MkTypLibCompatible="true"
 				SuppressStartupBanner="true"
 				TargetEnvironment="1"
-				TypeLibraryName=".\Target/Debug/Dasher.tlb"
+				TypeLibraryName=".\Target/Release/Dasher.tlb"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
-				Optimization="0"
-				AdditionalIncludeDirectories="WinCommon;Common;&quot;$(SPEECHSDK)\Include&quot;;&quot;$(TABLETSDK)\Include&quot;;&quot;C:\Program Files\HTML Help Workshop\include&quot;"
-				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_UNICODE;_STATIC;_WIN32_WINNT=0x0500"
-				BasicRuntimeChecks="3"
-				RuntimeLibrary="1"
+				ExecutionBucket="7"
+				InlineFunctionExpansion="2"
+				EnableIntrinsicFunctions="true"
+				FavorSizeOrSpeed="1"
+				AdditionalIncludeDirectories="WinCommon;Common;&quot;$(SPEECHSDK)\Include&quot;;&quot;$(TABLETSDK)\Include&quot;"
+				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_UNICODE;_STATIC;_WIN32_WINNT=0x0500"
+				StringPooling="true"
+				RuntimeLibrary="0"
+				EnableFunctionLevelLinking="true"
 				UsePrecompiledHeader="0"
 				PrecompiledHeaderThrough="WinCommon.h"
-				PrecompiledHeaderFile=".\Target/Debug/Intermediate/Dasher.pch"
-				AssemblerListingLocation=".\Target/Debug/Intermediate/"
-				ObjectFile=".\Target/Debug/Intermediate/"
-				ProgramDataBaseFileName=".\Target/Debug/Intermediate/"
-				BrowseInformation="1"
+				PrecompiledHeaderFile=".\Target/Release/Intermediate/Dasher.pch"
+				AssemblerListingLocation=".\Target/Release/Intermediate/"
+				ObjectFile=".\Target/Release/Intermediate/"
+				ProgramDataBaseFileName=".\Target/Release/Intermediate/"
 				WarningLevel="3"
 				SuppressStartupBanner="true"
-				DebugInformationFormat="4"
+				DebugInformationFormat="0"
 			/>
 			<Tool
 				Name="VCManagedResourceCompilerTool"
 			/>
 			<Tool
 				Name="VCResourceCompilerTool"
-				PreprocessorDefinitions="_DEBUG"
+				PreprocessorDefinitions="NDEBUG"
 				Culture="2057"
 			/>
 			<Tool
@@ -477,37 +475,39 @@
 				Name="VCLinkerTool"
 				AdditionalOptions="/MACHINE:I386"
 				AdditionalDependencies="odbc32.lib odbccp32.lib comctl32.lib WS2_32.lib Htmlhelp.lib"
-				OutputFile=".\Target/Debug/Dasher.exe"
+				OutputFile=".\Target/Release/Dasher.exe"
 				LinkIncremental="2"
 				SuppressStartupBanner="true"
-				AdditionalLibraryDirectories="&quot;$(SPEECHSDK)\Lib\i386&quot;;&quot;C:\Program Files\HTML Help Workshop\lib&quot;"
+				AdditionalLibraryDirectories="&quot;$(SPEECHSDK)\Lib\i386&quot;"
+				IgnoreAllDefaultLibraries="false"
+				IgnoreDefaultLibraryNames=""
 				GenerateDebugInformation="true"
-				ProgramDatabaseFile=".\Target/Debug/Dasher.pdb"
+				ProgramDatabaseFile=".\Target/Release/Dasher.pdb"
 				SubSystem="2"
+				TargetMachine="0"
 			/>
 			<Tool
 				Name="VCALinkTool"
 			/>
 			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
 				Name="VCXDCMakeTool"
 			/>
 			<Tool
 				Name="VCBscMakeTool"
 			/>
 			<Tool
-				Name="VCFxCopTool"
+				Name="VCCodeSignTool"
 			/>
 			<Tool
-				Name="VCAppVerifierTool"
+				Name="VCPostBuildEventTool"
 			/>
-			<Tool
-				Name="VCWebDeploymentTool"
+			<DeploymentTool
+				ForceDirty="-1"
+				RemoteDirectory=""
+				RegisterOutput="0"
+				AdditionalFiles=""
 			/>
-			<Tool
-				Name="VCPostBuildEventTool"
+			<DebuggerTool
 			/>
 		</Configuration>
 		<Configuration



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]