dasher r3503 - in trunk: . Src/Installer Src/InstallerTobii Src/InstallerW2K Src/Win32



Author: keithv
Date: Thu Apr 17 14:43:02 2008
New Revision: 3503
URL: http://svn.gnome.org/viewvc/dasher?rev=3503&view=rev

Log:
Added path for windows sdk v5

Modified:
   trunk/ChangeLog
   trunk/INSTALL.Windows
   trunk/Src/Installer/Dasher.wxs
   trunk/Src/InstallerTobii/InstallerTobii.wxs
   trunk/Src/InstallerW2K/InstallerW2K.wxs
   trunk/Src/Win32/DasherControl_vc80.vcproj
   trunk/Src/Win32/Dasher_vc80.sln
   trunk/Src/Win32/Dasher_vc80.vcproj

Modified: trunk/INSTALL.Windows
==============================================================================
--- trunk/INSTALL.Windows	(original)
+++ trunk/INSTALL.Windows	Thu Apr 17 14:43:02 2008
@@ -6,25 +6,24 @@
 
 Microsoft Speech SDK
 Microsoft Tablet SDK
+Microsoft Windows SDK v5.0
 Expat XML Parser
 
-The Speech and Tablet SDKs can be installed individually, or as part of the 
-Platform SDK. Downloads can be found at http://www.microsoft.com and 
+The Speech, Tablet, and Windows SDKs can be installed individually, or as part 
+of the Platform SDK.  Downloads can be found at http://www.microsoft.com and 
 http://expat.sourceforge.net
 
 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.  
 
-Here are the variable names and their default install locations:
+Here are the variable names and their default install locations (you may
+need to change these to reflect reality on your system):
 
-SPEECHSDK  C:\Program Files\Microsoft Speech SDK 5.1
-TABLETSDK  C:\Program Files\Microsoft Tablet PC Platform SDK
-EXPAT      C:\Program Files\Expat 2.0.1
-
-You should insure that your Visual Studio-wide VC++ directories don't have
-include or library directories for the platform SDK, look in: Tools->Options->
-Project and Solutions->VC++ Directories. 
+SPEECHSDK      C:\Program Files\Microsoft Speech SDK 5.1
+TABLETSDK      C:\Program Files\Microsoft Tablet PC Platform SDK
+EXPAT          C:\Program Files\Expat 2.0.1
+MICROSOFTSDK5  C:\Program Files\Microsoft SDKs\Windows\v5.0
 
 Building
 --------
@@ -38,3 +37,21 @@
 files to be authoritative, and port any modifications to that if possible 
 (or at least tell us so we can do it).
 
+Building the installers
+-----------------------
+
+To build the installer MSI files, you need to install the Windows Install 
+XML (WiX) toolset, from http://wix.sourceforge.net/.  For Visual Studio
+2005, you first should install "ProjectAggregator" and then the 3.0 (beta)
+version of WiX.  If it installs successfully, you should see "Windows 
+Installer XML Version 3.0" listed in the about box of Visual Studio.
+
+Currently there are no scripts to create the dasher.chm help file required
+to build the installers.  So you'll need to copy a version from an existing
+Dasher installation to to the "data\help\Win32" directory.
+
+
+
+
+
+

Modified: trunk/Src/Installer/Dasher.wxs
==============================================================================
--- trunk/Src/Installer/Dasher.wxs	(original)
+++ trunk/Src/Installer/Dasher.wxs	Thu Apr 17 14:43:02 2008
@@ -23,8 +23,8 @@
                  Icon="Dasher.exe" IconIndex="0" Advertise="yes"/>
                 <Shortcut Id="desktopDasher44" Directory="DesktopFolder" Name="Dasher 4.7" WorkingDirectory='INSTALLDIR'
                  Icon="Dasher.exe" IconIndex="0" Advertise="yes"/>
-              </File>
-              <File Id="ExpatDLL" Name="libexpat.dll" DiskId="1" Source="$(env.EXPAT)\bin\libexpat.dll" Vital="yes"/>
+              </File>              
+              <File Id="ExpatDLL" Name="libexpat.dll" DiskId="1" Source="$(env.EXPAT)\bin\libexpat.dll" Vital="yes"/>              
             </Component>
             <Component Id="Help" Guid="cf486329-8d04-462b-afd4-e8e0bccc9c95">
               <File Id="HelpFile" Name="Dasher.chm" DiskId="1" Source="..\..\Data\Help\Win32\dasher.chm"/>

Modified: trunk/Src/InstallerTobii/InstallerTobii.wxs
==============================================================================
--- trunk/Src/InstallerTobii/InstallerTobii.wxs	(original)
+++ trunk/Src/InstallerTobii/InstallerTobii.wxs	Thu Apr 17 14:43:02 2008
@@ -24,7 +24,7 @@
                 <Shortcut Id="desktopDasher44" Directory="DesktopFolder" Name="Dasher 4.6" WorkingDirectory='INSTALLDIR'
                  Icon="Dasher.exe" IconIndex="0" Advertise="yes"/>
               </File>
-              <File Id="ExpatDLL" Name="libexpat.dll" DiskId="1" Source="$(env.EXPAT)\libexpat.dll" Vital="yes"/>
+              <File Id="ExpatDLL" Name="libexpat.dll" DiskId="1" Source="$(env.EXPAT)\bin\libexpat.dll" Vital="yes"/>
             </Component>
             <Component Id="Help" Guid="cf486329-8d04-462b-afd4-e8e0bccc9c95">
               <File Id="HelpFile" Name="Dasher.chm" DiskId="1" Source="..\..\Data\Help\Win32\dasher.chm"/>

Modified: trunk/Src/InstallerW2K/InstallerW2K.wxs
==============================================================================
--- trunk/Src/InstallerW2K/InstallerW2K.wxs	(original)
+++ trunk/Src/InstallerW2K/InstallerW2K.wxs	Thu Apr 17 14:43:02 2008
@@ -24,7 +24,7 @@
                 <Shortcut Id="desktopDasher44" Directory="DesktopFolder" Name="Dasher 4.6" WorkingDirectory='INSTALLDIR'
                  Icon="Dasher.exe" IconIndex="0" Advertise="yes"/>
               </File>
-              <File Id="ExpatDLL" Name="libexpat.dll" DiskId="1" Source="$(env.EXPAT)\libexpat.dll" Vital="yes"/>
+              <File Id="ExpatDLL" Name="libexpat.dll" DiskId="1" Source="$(env.EXPAT)\bin\libexpat.dll" Vital="yes"/>
             </Component>
             <Component Id="Help" Guid="cf486329-8d04-462b-afd4-e8e0bccc9c95">
               <File Id="HelpFile" Name="Dasher.chm" DiskId="1" Source="..\..\Data\Help\Win32\dasher.chm"/>

Modified: trunk/Src/Win32/DasherControl_vc80.vcproj
==============================================================================
--- trunk/Src/Win32/DasherControl_vc80.vcproj	(original)
+++ trunk/Src/Win32/DasherControl_vc80.vcproj	Thu Apr 17 14:43:02 2008
@@ -47,7 +47,7 @@
 			<Tool
 				Name="VCCLCompilerTool"
 				Optimization="0"
-				AdditionalIncludeDirectories="&quot;Common&quot;;&quot;.&quot;;&quot;$(TABLETSDK)\Include&quot;;&quot;$(EXPAT)\Source\lib&quot;"
+				AdditionalIncludeDirectories="&quot;Common&quot;;&quot;.&quot;;&quot;$(TABLETSDK)\Include&quot;;&quot;$(EXPAT)\Source\lib&quot;;&quot;$(MICROSOFTSDK5)\include&quot;"
 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_UNICODE;_STATIC;_WIN32_WINNT=0x0500"
 				MinimalRebuild="true"
 				BasicRuntimeChecks="3"
@@ -159,9 +159,9 @@
 			/>
 		</Configuration>
 		<Configuration
-			Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
-			OutputDirectory="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\$(ConfigurationName)"
-			IntermediateDirectory="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\$(ConfigurationName)"
+			Name="Release|Win32"
+			OutputDirectory=".\Target/Release"
+			IntermediateDirectory=".\Target/Release/Intermediate"
 			ConfigurationType="4"
 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 			CharacterSet="1"
@@ -180,18 +180,23 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="1"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
-				ExecutionBucket="7"
-				Optimization="0"
-				AdditionalIncludeDirectories="&quot;Common&quot;;&quot;.&quot;;&quot;$(TABLETSDK)\Include&quot;"
-				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_UNICODE;_STATIC;_WIN32_WINNT=0x0500"
-				MinimalRebuild="true"
-				RuntimeLibrary="1"
+				InlineFunctionExpansion="2"
+				EnableIntrinsicFunctions="true"
+				FavorSizeOrSpeed="1"
+				AdditionalIncludeDirectories="&quot;Common&quot;;&quot;.&quot;;&quot;$(TABLETSDK)\Include&quot;;&quot;$(EXPAT)\Source\lib&quot;;&quot;$(MICROSOFTSDK5)\include&quot;"
+				PreprocessorDefinitions="WIN32;_WINDOWS;_UNICODE;_STATIC;_WIN32_WINNT=0x0500WIN32;_WIN32_WINNT=0x0500"
+				StringPooling="true"
+				RuntimeLibrary="0"
+				EnableFunctionLevelLinking="true"
 				UsePrecompiledHeader="0"
+				PrecompiledHeaderThrough="WinCommon.h"
+				PrecompiledHeaderFile=".\Target/Release/Intermediate/DasherControl.pch"
 				WarningLevel="3"
+				Detect64BitPortabilityProblems="false"
+				DebugInformationFormat="0"
 			/>
 			<Tool
 				Name="VCManagedResourceCompilerTool"
@@ -216,24 +221,16 @@
 				Name="VCBscMakeTool"
 			/>
 			<Tool
-				Name="VCCodeSignTool"
+				Name="VCFxCopTool"
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
 			/>
-			<DeploymentTool
-				ForceDirty="-1"
-				RemoteDirectory=""
-				RegisterOutput="0"
-				AdditionalFiles=""
-			/>
-			<DebuggerTool
-			/>
 		</Configuration>
 		<Configuration
-			Name="Release|Win32"
-			OutputDirectory=".\Target/Release"
-			IntermediateDirectory=".\Target/Release/Intermediate"
+			Name="Release|Pocket PC 2003 (ARMV4)"
+			OutputDirectory="Pocket PC 2003 (ARMV4)\$(ConfigurationName)"
+			IntermediateDirectory="Pocket PC 2003 (ARMV4)\$(ConfigurationName)"
 			ConfigurationType="4"
 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 			CharacterSet="1"
@@ -252,14 +249,16 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
+				TargetEnvironment="1"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
+				ExecutionBucket="7"
 				InlineFunctionExpansion="2"
 				EnableIntrinsicFunctions="true"
 				FavorSizeOrSpeed="1"
-				AdditionalIncludeDirectories="&quot;Common&quot;;&quot;.&quot;;&quot;$(TABLETSDK)\Include&quot;;&quot;$(EXPAT)\Source\lib&quot;"
-				PreprocessorDefinitions="WIN32;_WINDOWS;_UNICODE;_STATIC;_WIN32_WINNT=0x0500WIN32;_WIN32_WINNT=0x0500"
+				AdditionalIncludeDirectories="&quot;Common&quot;;&quot;.&quot;;&quot;$(TABLETSDK)\Include&quot;"
+				PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,_LIB,_STATIC,_UNICODE"
 				StringPooling="true"
 				RuntimeLibrary="0"
 				EnableFunctionLevelLinking="true"
@@ -267,7 +266,6 @@
 				PrecompiledHeaderThrough="WinCommon.h"
 				PrecompiledHeaderFile=".\Target/Release/Intermediate/DasherControl.pch"
 				WarningLevel="3"
-				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="0"
 			/>
 			<Tool
@@ -293,16 +291,24 @@
 				Name="VCBscMakeTool"
 			/>
 			<Tool
-				Name="VCFxCopTool"
+				Name="VCCodeSignTool"
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
 			/>
+			<DeploymentTool
+				ForceDirty="-1"
+				RemoteDirectory=""
+				RegisterOutput="0"
+				AdditionalFiles=""
+			/>
+			<DebuggerTool
+			/>
 		</Configuration>
 		<Configuration
-			Name="Release|Pocket PC 2003 (ARMV4)"
-			OutputDirectory="Pocket PC 2003 (ARMV4)\$(ConfigurationName)"
-			IntermediateDirectory="Pocket PC 2003 (ARMV4)\$(ConfigurationName)"
+			Name="Mobile Debug|Win32"
+			OutputDirectory="$(ConfigurationName)"
+			IntermediateDirectory="$(ConfigurationName)"
 			ConfigurationType="4"
 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 			CharacterSet="1"
@@ -321,24 +327,19 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
-				TargetEnvironment="1"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
-				ExecutionBucket="7"
-				InlineFunctionExpansion="2"
-				EnableIntrinsicFunctions="true"
-				FavorSizeOrSpeed="1"
+				Optimization="0"
 				AdditionalIncludeDirectories="&quot;Common&quot;;&quot;.&quot;;&quot;$(TABLETSDK)\Include&quot;"
-				PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,_LIB,_STATIC,_UNICODE"
-				StringPooling="true"
-				RuntimeLibrary="0"
-				EnableFunctionLevelLinking="true"
+				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_UNICODE;_STATIC;_WIN32_WINNT=0x0500"
+				MinimalRebuild="true"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="1"
 				UsePrecompiledHeader="0"
-				PrecompiledHeaderThrough="WinCommon.h"
-				PrecompiledHeaderFile=".\Target/Release/Intermediate/DasherControl.pch"
 				WarningLevel="3"
-				DebugInformationFormat="0"
+				Detect64BitPortabilityProblems="true"
+				DebugInformationFormat="4"
 			/>
 			<Tool
 				Name="VCManagedResourceCompilerTool"
@@ -363,24 +364,16 @@
 				Name="VCBscMakeTool"
 			/>
 			<Tool
-				Name="VCCodeSignTool"
+				Name="VCFxCopTool"
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
 			/>
-			<DeploymentTool
-				ForceDirty="-1"
-				RemoteDirectory=""
-				RegisterOutput="0"
-				AdditionalFiles=""
-			/>
-			<DebuggerTool
-			/>
 		</Configuration>
 		<Configuration
-			Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
-			OutputDirectory="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\$(ConfigurationName)"
-			IntermediateDirectory="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\$(ConfigurationName)"
+			Name="Mobile Debug|Pocket PC 2003 (ARMV4)"
+			OutputDirectory="Pocket PC 2003 (ARMV4)\$(ConfigurationName)"
+			IntermediateDirectory="Pocket PC 2003 (ARMV4)\$(ConfigurationName)"
 			ConfigurationType="4"
 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 			CharacterSet="1"
@@ -404,19 +397,13 @@
 			<Tool
 				Name="VCCLCompilerTool"
 				ExecutionBucket="7"
-				InlineFunctionExpansion="2"
-				EnableIntrinsicFunctions="true"
-				FavorSizeOrSpeed="1"
+				Optimization="0"
 				AdditionalIncludeDirectories="&quot;Common&quot;;&quot;.&quot;;&quot;$(TABLETSDK)\Include&quot;"
-				PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,_LIB,_STATIC,_UNICODE"
-				StringPooling="true"
-				RuntimeLibrary="0"
-				EnableFunctionLevelLinking="true"
+				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_UNICODE;_STATIC;_WIN32_WINNT=0x0500"
+				MinimalRebuild="true"
+				RuntimeLibrary="1"
 				UsePrecompiledHeader="0"
-				PrecompiledHeaderThrough="WinCommon.h"
-				PrecompiledHeaderFile=".\Target/Release/Intermediate/DasherControl.pch"
 				WarningLevel="3"
-				DebugInformationFormat="0"
 			/>
 			<Tool
 				Name="VCManagedResourceCompilerTool"
@@ -456,7 +443,7 @@
 			/>
 		</Configuration>
 		<Configuration
-			Name="Mobile Debug|Win32"
+			Name="Release (W2K)|Win32"
 			OutputDirectory="$(ConfigurationName)"
 			IntermediateDirectory="$(ConfigurationName)"
 			ConfigurationType="4"
@@ -480,16 +467,20 @@
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
-				Optimization="0"
-				AdditionalIncludeDirectories="&quot;Common&quot;;&quot;.&quot;;&quot;$(TABLETSDK)\Include&quot;"
-				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_UNICODE;_STATIC;_WIN32_WINNT=0x0500"
-				MinimalRebuild="true"
-				BasicRuntimeChecks="3"
-				RuntimeLibrary="1"
+				InlineFunctionExpansion="2"
+				EnableIntrinsicFunctions="true"
+				FavorSizeOrSpeed="1"
+				AdditionalIncludeDirectories="&quot;Common&quot;;&quot;.&quot;;&quot;$(TABLETSDK)\Include&quot;;&quot;$(EXPAT)\Source\lib&quot;"
+				PreprocessorDefinitions="WIN32;_WINDOWS;_UNICODE;_STATIC;_WIN32_WINNT=0x0500WIN32;_WIN32_WINNT=0x0500"
+				StringPooling="true"
+				RuntimeLibrary="0"
+				EnableFunctionLevelLinking="true"
 				UsePrecompiledHeader="0"
+				PrecompiledHeaderThrough="WinCommon.h"
+				PrecompiledHeaderFile=".\Target/Release/Intermediate/DasherControl.pch"
 				WarningLevel="3"
-				Detect64BitPortabilityProblems="true"
-				DebugInformationFormat="4"
+				Detect64BitPortabilityProblems="false"
+				DebugInformationFormat="0"
 			/>
 			<Tool
 				Name="VCManagedResourceCompilerTool"
@@ -521,7 +512,7 @@
 			/>
 		</Configuration>
 		<Configuration
-			Name="Mobile Debug|Pocket PC 2003 (ARMV4)"
+			Name="Release (W2K)|Pocket PC 2003 (ARMV4)"
 			OutputDirectory="Pocket PC 2003 (ARMV4)\$(ConfigurationName)"
 			IntermediateDirectory="Pocket PC 2003 (ARMV4)\$(ConfigurationName)"
 			ConfigurationType="4"
@@ -547,13 +538,19 @@
 			<Tool
 				Name="VCCLCompilerTool"
 				ExecutionBucket="7"
-				Optimization="0"
+				InlineFunctionExpansion="2"
+				EnableIntrinsicFunctions="true"
+				FavorSizeOrSpeed="1"
 				AdditionalIncludeDirectories="&quot;Common&quot;;&quot;.&quot;;&quot;$(TABLETSDK)\Include&quot;"
-				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_UNICODE;_STATIC;_WIN32_WINNT=0x0500"
-				MinimalRebuild="true"
-				RuntimeLibrary="1"
+				PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,_LIB,_STATIC,_UNICODE"
+				StringPooling="true"
+				RuntimeLibrary="0"
+				EnableFunctionLevelLinking="true"
 				UsePrecompiledHeader="0"
+				PrecompiledHeaderThrough="WinCommon.h"
+				PrecompiledHeaderFile=".\Target/Release/Intermediate/DasherControl.pch"
 				WarningLevel="3"
+				DebugInformationFormat="0"
 			/>
 			<Tool
 				Name="VCManagedResourceCompilerTool"
@@ -593,12 +590,11 @@
 			/>
 		</Configuration>
 		<Configuration
-			Name="Mobile Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
+			Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
 			OutputDirectory="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\$(ConfigurationName)"
 			IntermediateDirectory="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\$(ConfigurationName)"
 			ConfigurationType="4"
 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
-			UseOfATL="1"
 			CharacterSet="1"
 			>
 			<Tool
@@ -621,13 +617,12 @@
 				Name="VCCLCompilerTool"
 				ExecutionBucket="7"
 				Optimization="0"
-				AdditionalIncludeDirectories="&quot;Common&quot;;&quot;.&quot;;&quot;$(EXPAT)\Source\lib&quot;"
-				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_UNICODE;_STATIC;_WIN32_WCE=0x501;_ARM_;WINCE;UNDER_CE"
+				AdditionalIncludeDirectories="&quot;Common&quot;;&quot;.&quot;;&quot;$(TABLETSDK)\Include&quot;"
+				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_UNICODE;_STATIC;_WIN32_WINNT=0x0500"
 				MinimalRebuild="true"
 				RuntimeLibrary="1"
 				UsePrecompiledHeader="0"
 				WarningLevel="3"
-				DebugInformationFormat="3"
 			/>
 			<Tool
 				Name="VCManagedResourceCompilerTool"
@@ -667,9 +662,9 @@
 			/>
 		</Configuration>
 		<Configuration
-			Name="Release (W2K)|Win32"
-			OutputDirectory="$(ConfigurationName)"
-			IntermediateDirectory="$(ConfigurationName)"
+			Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
+			OutputDirectory="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\$(ConfigurationName)"
+			IntermediateDirectory="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\$(ConfigurationName)"
 			ConfigurationType="4"
 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 			CharacterSet="1"
@@ -688,14 +683,16 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
+				TargetEnvironment="1"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
+				ExecutionBucket="7"
 				InlineFunctionExpansion="2"
 				EnableIntrinsicFunctions="true"
 				FavorSizeOrSpeed="1"
-				AdditionalIncludeDirectories="&quot;Common&quot;;&quot;.&quot;;&quot;$(TABLETSDK)\Include&quot;;&quot;$(EXPAT)\Source\lib&quot;"
-				PreprocessorDefinitions="WIN32;_WINDOWS;_UNICODE;_STATIC;_WIN32_WINNT=0x0500WIN32;_WIN32_WINNT=0x0500"
+				AdditionalIncludeDirectories="&quot;Common&quot;;&quot;.&quot;;&quot;$(TABLETSDK)\Include&quot;"
+				PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,_LIB,_STATIC,_UNICODE"
 				StringPooling="true"
 				RuntimeLibrary="0"
 				EnableFunctionLevelLinking="true"
@@ -703,7 +700,6 @@
 				PrecompiledHeaderThrough="WinCommon.h"
 				PrecompiledHeaderFile=".\Target/Release/Intermediate/DasherControl.pch"
 				WarningLevel="3"
-				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="0"
 			/>
 			<Tool
@@ -729,18 +725,27 @@
 				Name="VCBscMakeTool"
 			/>
 			<Tool
-				Name="VCFxCopTool"
+				Name="VCCodeSignTool"
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
 			/>
+			<DeploymentTool
+				ForceDirty="-1"
+				RemoteDirectory=""
+				RegisterOutput="0"
+				AdditionalFiles=""
+			/>
+			<DebuggerTool
+			/>
 		</Configuration>
 		<Configuration
-			Name="Release (W2K)|Pocket PC 2003 (ARMV4)"
-			OutputDirectory="Pocket PC 2003 (ARMV4)\$(ConfigurationName)"
-			IntermediateDirectory="Pocket PC 2003 (ARMV4)\$(ConfigurationName)"
+			Name="Mobile Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
+			OutputDirectory="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\$(ConfigurationName)"
+			IntermediateDirectory="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\$(ConfigurationName)"
 			ConfigurationType="4"
 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+			UseOfATL="1"
 			CharacterSet="1"
 			>
 			<Tool
@@ -762,19 +767,14 @@
 			<Tool
 				Name="VCCLCompilerTool"
 				ExecutionBucket="7"
-				InlineFunctionExpansion="2"
-				EnableIntrinsicFunctions="true"
-				FavorSizeOrSpeed="1"
-				AdditionalIncludeDirectories="&quot;Common&quot;;&quot;.&quot;;&quot;$(TABLETSDK)\Include&quot;"
-				PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,_LIB,_STATIC,_UNICODE"
-				StringPooling="true"
-				RuntimeLibrary="0"
-				EnableFunctionLevelLinking="true"
+				Optimization="0"
+				AdditionalIncludeDirectories="&quot;Common&quot;;&quot;.&quot;;&quot;$(EXPAT)\Source\lib&quot;"
+				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_UNICODE;_STATIC;_WIN32_WCE=0x501;_ARM_;WINCE;UNDER_CE"
+				MinimalRebuild="true"
+				RuntimeLibrary="1"
 				UsePrecompiledHeader="0"
-				PrecompiledHeaderThrough="WinCommon.h"
-				PrecompiledHeaderFile=".\Target/Release/Intermediate/DasherControl.pch"
 				WarningLevel="3"
-				DebugInformationFormat="0"
+				DebugInformationFormat="3"
 			/>
 			<Tool
 				Name="VCManagedResourceCompilerTool"

Modified: trunk/Src/Win32/Dasher_vc80.sln
==============================================================================
--- trunk/Src/Win32/Dasher_vc80.sln	(original)
+++ trunk/Src/Win32/Dasher_vc80.sln	Thu Apr 17 14:43:02 2008
@@ -22,9 +22,9 @@
 		Release.AspNetCompiler.Debug = "False"
 	EndProjectSection
 	ProjectSection(ProjectDependencies) = postProject
-		{192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8} = {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}
-		{3998D966-9B9E-4214-ACEA-B777985AF4DD} = {3998D966-9B9E-4214-ACEA-B777985AF4DD}
 		{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}"
@@ -33,8 +33,8 @@
 		Release.AspNetCompiler.Debug = "False"
 	EndProjectSection
 	ProjectSection(ProjectDependencies) = postProject
-		{192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8} = {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}
 		{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}"
@@ -51,6 +51,9 @@
 		Debug.AspNetCompiler.Debug = "True"
 		Release.AspNetCompiler.Debug = "False"
 	EndProjectSection
+	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
@@ -58,10 +61,10 @@
 		Release.AspNetCompiler.Debug = "False"
 	EndProjectSection
 	ProjectSection(ProjectDependencies) = postProject
-		{192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8} = {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}
-		{3998D966-9B9E-4214-ACEA-B777985AF4DD} = {3998D966-9B9E-4214-ACEA-B777985AF4DD}
-		{4A4CEB83-FBC8-4E93-831E-009875E54794} = {4A4CEB83-FBC8-4E93-831E-009875E54794}
 		{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}"
@@ -69,12 +72,18 @@
 		Debug.AspNetCompiler.Debug = "True"
 		Release.AspNetCompiler.Debug = "False"
 	EndProjectSection
+	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

Modified: trunk/Src/Win32/Dasher_vc80.vcproj
==============================================================================
--- trunk/Src/Win32/Dasher_vc80.vcproj	(original)
+++ trunk/Src/Win32/Dasher_vc80.vcproj	Thu Apr 17 14:43:02 2008
@@ -53,7 +53,7 @@
 			<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;;&quot;$(EXPAT)\Source\lib&quot;"
+				AdditionalIncludeDirectories="WinCommon;Common;&quot;$(SPEECHSDK)\Include&quot;;&quot;$(TABLETSDK)\Include&quot;;&quot;C:\Program Files\HTML Help Workshop\include&quot;;&quot;$(EXPAT)\Source\lib&quot;;&quot;$(MICROSOFTSDK5)\include&quot;"
 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_UNICODE;_STATIC;_WIN32_WINNT=0x0501;_WIN32_IE=0x0501;ISOLATION_AWARE_ENABLED"
 				BasicRuntimeChecks="3"
 				RuntimeLibrary="1"
@@ -213,9 +213,9 @@
 			/>
 		</Configuration>
 		<Configuration
-			Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
-			OutputDirectory="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\$(ConfigurationName)"
-			IntermediateDirectory="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\$(ConfigurationName)"
+			Name="Release|Win32"
+			OutputDirectory=".\Target/Release"
+			IntermediateDirectory=".\Target/Release/Intermediate"
 			ConfigurationType="1"
 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 			UseOfMFC="0"
@@ -236,35 +236,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
@@ -273,44 +276,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="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"
@@ -339,11 +345,12 @@
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
+				ExecutionBucket="7"
 				InlineFunctionExpansion="2"
 				EnableIntrinsicFunctions="true"
 				FavorSizeOrSpeed="1"
-				AdditionalIncludeDirectories="WinCommon;Common;&quot;$(SPEECHSDK)\Include&quot;;&quot;$(TABLETSDK)\Include&quot;;&quot;$(EXPAT)\Source\lib&quot;"
-				PreprocessorDefinitions="WIN32;_WINDOWS;_UNICODE;_STATIC;_WIN32_WINNT=0x0501;_WIN32_IE=0x0501;ISOLATION_AWARE_ENABLED"
+				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"
@@ -371,47 +378,46 @@
 			<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;"
+				AdditionalDependencies="odbc32.lib odbccp32.lib comctl32.lib WS2_32.lib Htmlhelp.lib"
 				OutputFile=".\Target/Release/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=""
+				GenerateDebugInformation="true"
+				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
-			Name="Release|Pocket PC 2003 (ARMV4)"
-			OutputDirectory="Pocket PC 2003 (ARMV4)\$(ConfigurationName)"
-			IntermediateDirectory="Pocket PC 2003 (ARMV4)\$(ConfigurationName)"
+			Name="Mobile Debug|Win32"
+			OutputDirectory="$(ConfigurationName)"
+			IntermediateDirectory="$(ConfigurationName)"
 			ConfigurationType="1"
 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 			UseOfMFC="0"
@@ -432,39 +438,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"
-				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"
+				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
@@ -474,45 +477,43 @@
 				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"
 			/>
 			<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|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
-			OutputDirectory="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\$(ConfigurationName)"
-			IntermediateDirectory="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\$(ConfigurationName)"
+			Name="Mobile Debug|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"
@@ -533,39 +534,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
@@ -575,14 +572,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"
 			/>
@@ -611,9 +606,9 @@
 			/>
 		</Configuration>
 		<Configuration
-			Name="Mobile Debug|Win32"
-			OutputDirectory="$(ConfigurationName)"
-			IntermediateDirectory="$(ConfigurationName)"
+			Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
+			OutputDirectory="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\$(ConfigurationName)"
+			IntermediateDirectory="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\$(ConfigurationName)"
 			ConfigurationType="1"
 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 			UseOfMFC="0"
@@ -642,10 +637,10 @@
 			/>
 			<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"
-				BasicRuntimeChecks="3"
 				RuntimeLibrary="1"
 				UsePrecompiledHeader="0"
 				PrecompiledHeaderThrough="WinCommon.h"
@@ -656,7 +651,6 @@
 				BrowseInformation="1"
 				WarningLevel="3"
 				SuppressStartupBanner="true"
-				DebugInformationFormat="4"
 			/>
 			<Tool
 				Name="VCManagedResourceCompilerTool"
@@ -680,36 +674,36 @@
 				GenerateDebugInformation="true"
 				ProgramDatabaseFile=".\Target/Debug/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
-			Name="Mobile Debug|Pocket PC 2003 (ARMV4)"
-			OutputDirectory="Pocket PC 2003 (ARMV4)\$(ConfigurationName)"
-			IntermediateDirectory="Pocket PC 2003 (ARMV4)\$(ConfigurationName)"
+			Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
+			OutputDirectory="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\$(ConfigurationName)"
+			IntermediateDirectory="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\$(ConfigurationName)"
 			ConfigurationType="1"
 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 			UseOfMFC="0"
@@ -730,35 +724,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"
 				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;"
+				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="0"
 			/>
 			<Tool
 				Name="VCManagedResourceCompilerTool"
 			/>
 			<Tool
 				Name="VCResourceCompilerTool"
-				PreprocessorDefinitions="_DEBUG"
+				PreprocessorDefinitions="NDEBUG"
 				Culture="2057"
 			/>
 			<Tool
@@ -768,12 +766,14 @@
 				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"
 			/>



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