[dasher: 202/217] Upgrade Visual Studio to 2015. Removed unused configurations.



commit 2a640c60f4ecc00332800d96ec9483c38b92cc65
Author: Ada Majorek <amajorek google com>
Date:   Fri Feb 5 12:33:41 2016 -0800

    Upgrade Visual Studio to 2015. Removed unused configurations.

 .gitignore                                         |    2 +
 .../Help/{Manual_vc2013.vcxproj => Manual.vcxproj} |    6 +-
 Src/Common/Common.vcxproj                          |   10 +-
 Src/DasherCore/DasherCore.vcxproj                  |   10 +-
 Src/Win32/Dasher.sln                               |  247 +-------------------
 Src/Win32/Dasher.vcxproj                           |    8 +-
 Src/Win32/DasherControl.vcxproj                    |   10 +-
 7 files changed, 26 insertions(+), 267 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b2b770d..c769ace 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,3 +46,5 @@ stamp-*
 /Src/Win32/Dasher_vc2013.opensdf
 Src/Win32/Dasher_vc2013.VC.db
 Data/Help/Win32/Dasher.chm
+Src/Win32/Dasher.VC.db
+*.opendb
diff --git a/Data/Help/Manual_vc2013.vcxproj b/Data/Help/Manual.vcxproj
similarity index 97%
rename from Data/Help/Manual_vc2013.vcxproj
rename to Data/Help/Manual.vcxproj
index 4fe0bc7..d260b9d 100644
--- a/Data/Help/Manual_vc2013.vcxproj
+++ b/Data/Help/Manual.vcxproj
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="12.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
+<Project DefaultTargets="Build" ToolsVersion="14.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
       <Configuration>Debug</Configuration>
@@ -17,13 +17,13 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v140</PlatformToolset>
     <CharacterSet>MultiByte</CharacterSet>
     <WholeProgramOptimization>true</WholeProgramOptimization>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v140</PlatformToolset>
     <CharacterSet>MultiByte</CharacterSet>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
diff --git a/Src/Common/Common.vcxproj b/Src/Common/Common.vcxproj
index 26f1322..90b0112 100644
--- a/Src/Common/Common.vcxproj
+++ b/Src/Common/Common.vcxproj
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="12.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
+<Project DefaultTargets="Build" ToolsVersion="14.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
       <Configuration>Debug</Configuration>
@@ -26,25 +26,25 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release (W2K)|Win32'" Label="Configuration">
     <ConfigurationType>StaticLibrary</ConfigurationType>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v140</PlatformToolset>
     <UseOfMfc>false</UseOfMfc>
     <CharacterSet>Unicode</CharacterSet>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mobile Debug|Win32'" Label="Configuration">
     <ConfigurationType>StaticLibrary</ConfigurationType>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v140</PlatformToolset>
     <UseOfMfc>false</UseOfMfc>
     <CharacterSet>Unicode</CharacterSet>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     <ConfigurationType>StaticLibrary</ConfigurationType>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v140</PlatformToolset>
     <UseOfMfc>false</UseOfMfc>
     <CharacterSet>Unicode</CharacterSet>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     <ConfigurationType>StaticLibrary</ConfigurationType>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v140</PlatformToolset>
     <UseOfMfc>false</UseOfMfc>
     <CharacterSet>Unicode</CharacterSet>
   </PropertyGroup>
diff --git a/Src/DasherCore/DasherCore.vcxproj b/Src/DasherCore/DasherCore.vcxproj
index 385224c..594a4bf 100644
--- a/Src/DasherCore/DasherCore.vcxproj
+++ b/Src/DasherCore/DasherCore.vcxproj
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="12.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
+<Project DefaultTargets="Build" ToolsVersion="14.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
       <Configuration>Debug</Configuration>
@@ -26,25 +26,25 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release (W2K)|Win32'" Label="Configuration">
     <ConfigurationType>StaticLibrary</ConfigurationType>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v140</PlatformToolset>
     <UseOfMfc>false</UseOfMfc>
     <CharacterSet>Unicode</CharacterSet>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mobile Debug|Win32'" Label="Configuration">
     <ConfigurationType>StaticLibrary</ConfigurationType>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v140</PlatformToolset>
     <UseOfMfc>false</UseOfMfc>
     <CharacterSet>Unicode</CharacterSet>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     <ConfigurationType>StaticLibrary</ConfigurationType>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v140</PlatformToolset>
     <UseOfMfc>false</UseOfMfc>
     <CharacterSet>Unicode</CharacterSet>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     <ConfigurationType>StaticLibrary</ConfigurationType>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v140</PlatformToolset>
     <UseOfMfc>false</UseOfMfc>
     <CharacterSet>Unicode</CharacterSet>
   </PropertyGroup>
diff --git a/Src/Win32/Dasher.sln b/Src/Win32/Dasher.sln
index 8ac397f..53d9c25 100644
--- a/Src/Win32/Dasher.sln
+++ b/Src/Win32/Dasher.sln
@@ -1,6 +1,6 @@
 Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2013
-VisualStudioVersion = 12.0.40629.0
+# Visual Studio 14
+VisualStudioVersion = 14.0.24720.0
 MinimumVisualStudioVersion = 10.0.40219.1
 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", 
"{4333F263-1911-4128-A577-2BE0B970B0CA}"
        ProjectSection(SolutionItems) = preProject
@@ -22,280 +22,37 @@ Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Installer", "..\Installer\I
                {752501D3-5B04-4F3C-A141-DE426E354D23} = {752501D3-5B04-4F3C-A141-DE426E354D23}
        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}
-       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("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Manual", "..\..\Data\Help\Manual.vcxproj", 
"{C356A954-2E47-4F1E-AE4A-E22B598514F9}"
 EndProject
 Global
        GlobalSection(SolutionConfigurationPlatforms) = preSolution
-               Debug|Any CPU = Debug|Any CPU
-               Debug|Mixed Platforms = Debug|Mixed Platforms
-               Debug|Pocket PC 2003 (ARMV4) = Debug|Pocket PC 2003 (ARMV4)
                Debug|Win32 = Debug|Win32
-               Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I) = Debug|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I)
-               Mobile Debug|Any CPU = Mobile Debug|Any CPU
-               Mobile Debug|Mixed Platforms = Mobile Debug|Mixed Platforms
-               Mobile Debug|Pocket PC 2003 (ARMV4) = Mobile Debug|Pocket PC 2003 (ARMV4)
-               Mobile Debug|Win32 = Mobile Debug|Win32
-               Mobile Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I) = Mobile Debug|Windows Mobile 5.0 
Pocket PC SDK (ARMV4I)
-               Release (W2K)|Any CPU = Release (W2K)|Any CPU
-               Release (W2K)|Mixed Platforms = Release (W2K)|Mixed Platforms
-               Release (W2K)|Pocket PC 2003 (ARMV4) = Release (W2K)|Pocket PC 2003 (ARMV4)
-               Release (W2K)|Win32 = Release (W2K)|Win32
-               Release (W2K)|Windows Mobile 5.0 Pocket PC SDK (ARMV4I) = Release (W2K)|Windows Mobile 5.0 
Pocket PC SDK (ARMV4I)
-               Release|Any CPU = Release|Any CPU
-               Release|Mixed Platforms = Release|Mixed Platforms
-               Release|Pocket PC 2003 (ARMV4) = Release|Pocket PC 2003 (ARMV4)
                Release|Win32 = Release|Win32
-               Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I) = Release|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I)
        EndGlobalSection
        GlobalSection(ProjectConfigurationPlatforms) = postSolution
-               {4A4CEB83-FBC8-4E93-831E-009875E54794}.Debug|Any CPU.ActiveCfg = Debug|Win32
-               {4A4CEB83-FBC8-4E93-831E-009875E54794}.Debug|Any CPU.Build.0 = Debug|Win32
-               {4A4CEB83-FBC8-4E93-831E-009875E54794}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
-               {4A4CEB83-FBC8-4E93-831E-009875E54794}.Debug|Mixed Platforms.Build.0 = Debug|Win32
-               {4A4CEB83-FBC8-4E93-831E-009875E54794}.Debug|Mixed Platforms.Deploy.0 = Debug|Win32
-               {4A4CEB83-FBC8-4E93-831E-009875E54794}.Debug|Pocket PC 2003 (ARMV4).ActiveCfg = Debug|Win32
                {4A4CEB83-FBC8-4E93-831E-009875E54794}.Debug|Win32.ActiveCfg = Debug|Win32
                {4A4CEB83-FBC8-4E93-831E-009875E54794}.Debug|Win32.Build.0 = Debug|Win32
-               {4A4CEB83-FBC8-4E93-831E-009875E54794}.Debug|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I).ActiveCfg = Debug|Win32
-               {4A4CEB83-FBC8-4E93-831E-009875E54794}.Mobile Debug|Any CPU.ActiveCfg = Mobile Debug|Win32
-               {4A4CEB83-FBC8-4E93-831E-009875E54794}.Mobile Debug|Mixed Platforms.ActiveCfg = Mobile 
Debug|Win32
-               {4A4CEB83-FBC8-4E93-831E-009875E54794}.Mobile Debug|Mixed Platforms.Build.0 = Mobile 
Debug|Win32
-               {4A4CEB83-FBC8-4E93-831E-009875E54794}.Mobile Debug|Pocket PC 2003 (ARMV4).ActiveCfg = Mobile 
Debug|Win32
-               {4A4CEB83-FBC8-4E93-831E-009875E54794}.Mobile Debug|Win32.ActiveCfg = Mobile Debug|Win32
-               {4A4CEB83-FBC8-4E93-831E-009875E54794}.Mobile Debug|Win32.Build.0 = Mobile Debug|Win32
-               {4A4CEB83-FBC8-4E93-831E-009875E54794}.Mobile Debug|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I).ActiveCfg = Mobile Debug|Win32
-               {4A4CEB83-FBC8-4E93-831E-009875E54794}.Release (W2K)|Any CPU.ActiveCfg = Release (W2K)|Win32
-               {4A4CEB83-FBC8-4E93-831E-009875E54794}.Release (W2K)|Mixed Platforms.ActiveCfg = Release 
(W2K)|Win32
-               {4A4CEB83-FBC8-4E93-831E-009875E54794}.Release (W2K)|Mixed Platforms.Build.0 = Release 
(W2K)|Win32
-               {4A4CEB83-FBC8-4E93-831E-009875E54794}.Release (W2K)|Pocket PC 2003 (ARMV4).ActiveCfg = 
Release (W2K)|Win32
-               {4A4CEB83-FBC8-4E93-831E-009875E54794}.Release (W2K)|Win32.ActiveCfg = Release (W2K)|Win32
-               {4A4CEB83-FBC8-4E93-831E-009875E54794}.Release (W2K)|Win32.Build.0 = Release (W2K)|Win32
-               {4A4CEB83-FBC8-4E93-831E-009875E54794}.Release (W2K)|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I).ActiveCfg = Release (W2K)|Win32
-               {4A4CEB83-FBC8-4E93-831E-009875E54794}.Release|Any CPU.ActiveCfg = Release|Win32
-               {4A4CEB83-FBC8-4E93-831E-009875E54794}.Release|Any CPU.Build.0 = Release|Win32
-               {4A4CEB83-FBC8-4E93-831E-009875E54794}.Release|Mixed Platforms.ActiveCfg = Release|Win32
-               {4A4CEB83-FBC8-4E93-831E-009875E54794}.Release|Mixed Platforms.Build.0 = Release|Win32
-               {4A4CEB83-FBC8-4E93-831E-009875E54794}.Release|Mixed Platforms.Deploy.0 = Release|Win32
-               {4A4CEB83-FBC8-4E93-831E-009875E54794}.Release|Pocket PC 2003 (ARMV4).ActiveCfg = 
Release|Win32
                {4A4CEB83-FBC8-4E93-831E-009875E54794}.Release|Win32.ActiveCfg = Release|Win32
                {4A4CEB83-FBC8-4E93-831E-009875E54794}.Release|Win32.Build.0 = Release|Win32
-               {4A4CEB83-FBC8-4E93-831E-009875E54794}.Release|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I).ActiveCfg = Release|Win32
-               {752501D3-5B04-4F3C-A141-DE426E354D23}.Debug|Any CPU.ActiveCfg = Debug|Win32
-               {752501D3-5B04-4F3C-A141-DE426E354D23}.Debug|Any CPU.Build.0 = Debug|Win32
-               {752501D3-5B04-4F3C-A141-DE426E354D23}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
-               {752501D3-5B04-4F3C-A141-DE426E354D23}.Debug|Mixed Platforms.Build.0 = Debug|Win32
-               {752501D3-5B04-4F3C-A141-DE426E354D23}.Debug|Mixed Platforms.Deploy.0 = Debug|Win32
-               {752501D3-5B04-4F3C-A141-DE426E354D23}.Debug|Pocket PC 2003 (ARMV4).ActiveCfg = Debug|Win32
                {752501D3-5B04-4F3C-A141-DE426E354D23}.Debug|Win32.ActiveCfg = Debug|Win32
                {752501D3-5B04-4F3C-A141-DE426E354D23}.Debug|Win32.Build.0 = Debug|Win32
-               {752501D3-5B04-4F3C-A141-DE426E354D23}.Debug|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I).ActiveCfg = Debug|Win32
-               {752501D3-5B04-4F3C-A141-DE426E354D23}.Mobile Debug|Any CPU.ActiveCfg = Mobile Debug|Win32
-               {752501D3-5B04-4F3C-A141-DE426E354D23}.Mobile Debug|Mixed Platforms.ActiveCfg = Mobile 
Debug|Win32
-               {752501D3-5B04-4F3C-A141-DE426E354D23}.Mobile Debug|Mixed Platforms.Build.0 = Mobile 
Debug|Win32
-               {752501D3-5B04-4F3C-A141-DE426E354D23}.Mobile Debug|Pocket PC 2003 (ARMV4).ActiveCfg = Mobile 
Debug|Win32
-               {752501D3-5B04-4F3C-A141-DE426E354D23}.Mobile Debug|Win32.ActiveCfg = Mobile Debug|Win32
-               {752501D3-5B04-4F3C-A141-DE426E354D23}.Mobile Debug|Win32.Build.0 = Mobile Debug|Win32
-               {752501D3-5B04-4F3C-A141-DE426E354D23}.Mobile Debug|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I).ActiveCfg = Mobile Debug|Win32
-               {752501D3-5B04-4F3C-A141-DE426E354D23}.Release (W2K)|Any CPU.ActiveCfg = Release|Win32
-               {752501D3-5B04-4F3C-A141-DE426E354D23}.Release (W2K)|Mixed Platforms.ActiveCfg = Release|Win32
-               {752501D3-5B04-4F3C-A141-DE426E354D23}.Release (W2K)|Mixed Platforms.Build.0 = Release|Win32
-               {752501D3-5B04-4F3C-A141-DE426E354D23}.Release (W2K)|Pocket PC 2003 (ARMV4).ActiveCfg = 
Release|Win32
-               {752501D3-5B04-4F3C-A141-DE426E354D23}.Release (W2K)|Win32.ActiveCfg = Release|Win32
-               {752501D3-5B04-4F3C-A141-DE426E354D23}.Release (W2K)|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I).ActiveCfg = Release|Win32
-               {752501D3-5B04-4F3C-A141-DE426E354D23}.Release|Any CPU.ActiveCfg = Release|Win32
-               {752501D3-5B04-4F3C-A141-DE426E354D23}.Release|Any CPU.Build.0 = Release|Win32
-               {752501D3-5B04-4F3C-A141-DE426E354D23}.Release|Mixed Platforms.ActiveCfg = Release|Win32
-               {752501D3-5B04-4F3C-A141-DE426E354D23}.Release|Mixed Platforms.Build.0 = Release|Win32
-               {752501D3-5B04-4F3C-A141-DE426E354D23}.Release|Mixed Platforms.Deploy.0 = Release|Win32
-               {752501D3-5B04-4F3C-A141-DE426E354D23}.Release|Pocket PC 2003 (ARMV4).ActiveCfg = 
Release|Win32
                {752501D3-5B04-4F3C-A141-DE426E354D23}.Release|Win32.ActiveCfg = Release|Win32
                {752501D3-5B04-4F3C-A141-DE426E354D23}.Release|Win32.Build.0 = Release|Win32
-               {752501D3-5B04-4F3C-A141-DE426E354D23}.Release|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I).ActiveCfg = Release|Win32
-               {3998D966-9B9E-4214-ACEA-B777985AF4DD}.Debug|Any CPU.ActiveCfg = Debug|Win32
-               {3998D966-9B9E-4214-ACEA-B777985AF4DD}.Debug|Any CPU.Build.0 = Debug|Win32
-               {3998D966-9B9E-4214-ACEA-B777985AF4DD}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
-               {3998D966-9B9E-4214-ACEA-B777985AF4DD}.Debug|Mixed Platforms.Build.0 = Debug|Win32
-               {3998D966-9B9E-4214-ACEA-B777985AF4DD}.Debug|Mixed Platforms.Deploy.0 = Debug|Win32
-               {3998D966-9B9E-4214-ACEA-B777985AF4DD}.Debug|Pocket PC 2003 (ARMV4).ActiveCfg = Debug|Win32
                {3998D966-9B9E-4214-ACEA-B777985AF4DD}.Debug|Win32.ActiveCfg = Debug|Win32
                {3998D966-9B9E-4214-ACEA-B777985AF4DD}.Debug|Win32.Build.0 = Debug|Win32
-               {3998D966-9B9E-4214-ACEA-B777985AF4DD}.Debug|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I).ActiveCfg = Debug|Win32
-               {3998D966-9B9E-4214-ACEA-B777985AF4DD}.Mobile Debug|Any CPU.ActiveCfg = Mobile Debug|Win32
-               {3998D966-9B9E-4214-ACEA-B777985AF4DD}.Mobile Debug|Mixed Platforms.ActiveCfg = Mobile 
Debug|Win32
-               {3998D966-9B9E-4214-ACEA-B777985AF4DD}.Mobile Debug|Mixed Platforms.Build.0 = Mobile 
Debug|Win32
-               {3998D966-9B9E-4214-ACEA-B777985AF4DD}.Mobile Debug|Pocket PC 2003 (ARMV4).ActiveCfg = Mobile 
Debug|Win32
-               {3998D966-9B9E-4214-ACEA-B777985AF4DD}.Mobile Debug|Win32.ActiveCfg = Mobile Debug|Win32
-               {3998D966-9B9E-4214-ACEA-B777985AF4DD}.Mobile Debug|Win32.Build.0 = Mobile Debug|Win32
-               {3998D966-9B9E-4214-ACEA-B777985AF4DD}.Mobile Debug|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I).ActiveCfg = Mobile Debug|Win32
-               {3998D966-9B9E-4214-ACEA-B777985AF4DD}.Release (W2K)|Any CPU.ActiveCfg = Release (W2K)|Win32
-               {3998D966-9B9E-4214-ACEA-B777985AF4DD}.Release (W2K)|Mixed Platforms.ActiveCfg = Release 
(W2K)|Win32
-               {3998D966-9B9E-4214-ACEA-B777985AF4DD}.Release (W2K)|Mixed Platforms.Build.0 = Release 
(W2K)|Win32
-               {3998D966-9B9E-4214-ACEA-B777985AF4DD}.Release (W2K)|Pocket PC 2003 (ARMV4).ActiveCfg = 
Release (W2K)|Win32
-               {3998D966-9B9E-4214-ACEA-B777985AF4DD}.Release (W2K)|Win32.ActiveCfg = Release (W2K)|Win32
-               {3998D966-9B9E-4214-ACEA-B777985AF4DD}.Release (W2K)|Win32.Build.0 = Release (W2K)|Win32
-               {3998D966-9B9E-4214-ACEA-B777985AF4DD}.Release (W2K)|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I).ActiveCfg = Release (W2K)|Win32
-               {3998D966-9B9E-4214-ACEA-B777985AF4DD}.Release|Any CPU.ActiveCfg = Release|Win32
-               {3998D966-9B9E-4214-ACEA-B777985AF4DD}.Release|Any CPU.Build.0 = Release|Win32
-               {3998D966-9B9E-4214-ACEA-B777985AF4DD}.Release|Mixed Platforms.ActiveCfg = Release|Win32
-               {3998D966-9B9E-4214-ACEA-B777985AF4DD}.Release|Mixed Platforms.Build.0 = Release|Win32
-               {3998D966-9B9E-4214-ACEA-B777985AF4DD}.Release|Mixed Platforms.Deploy.0 = Release|Win32
-               {3998D966-9B9E-4214-ACEA-B777985AF4DD}.Release|Pocket PC 2003 (ARMV4).ActiveCfg = 
Release|Win32
                {3998D966-9B9E-4214-ACEA-B777985AF4DD}.Release|Win32.ActiveCfg = Release|Win32
                {3998D966-9B9E-4214-ACEA-B777985AF4DD}.Release|Win32.Build.0 = Release|Win32
-               {3998D966-9B9E-4214-ACEA-B777985AF4DD}.Release|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I).ActiveCfg = Release|Win32
-               {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}.Debug|Any CPU.ActiveCfg = Debug|Win32
-               {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}.Debug|Any CPU.Build.0 = Debug|Win32
-               {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
-               {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}.Debug|Mixed Platforms.Build.0 = Debug|Win32
-               {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}.Debug|Mixed Platforms.Deploy.0 = Debug|Win32
-               {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}.Debug|Pocket PC 2003 (ARMV4).ActiveCfg = Debug|Win32
                {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}.Debug|Win32.ActiveCfg = Debug|Win32
                {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}.Debug|Win32.Build.0 = Debug|Win32
-               {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}.Debug|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I).ActiveCfg = Debug|Win32
-               {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}.Mobile Debug|Any CPU.ActiveCfg = Mobile Debug|Win32
-               {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}.Mobile Debug|Mixed Platforms.ActiveCfg = Mobile 
Debug|Win32
-               {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}.Mobile Debug|Mixed Platforms.Build.0 = Mobile 
Debug|Win32
-               {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}.Mobile Debug|Pocket PC 2003 (ARMV4).ActiveCfg = Mobile 
Debug|Win32
-               {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}.Mobile Debug|Win32.ActiveCfg = Mobile Debug|Win32
-               {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}.Mobile Debug|Win32.Build.0 = Mobile Debug|Win32
-               {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}.Mobile Debug|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I).ActiveCfg = Mobile Debug|Win32
-               {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}.Release (W2K)|Any CPU.ActiveCfg = Release (W2K)|Win32
-               {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}.Release (W2K)|Mixed Platforms.ActiveCfg = Release 
(W2K)|Win32
-               {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}.Release (W2K)|Mixed Platforms.Build.0 = Release 
(W2K)|Win32
-               {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}.Release (W2K)|Pocket PC 2003 (ARMV4).ActiveCfg = 
Release (W2K)|Win32
-               {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}.Release (W2K)|Win32.ActiveCfg = Release (W2K)|Win32
-               {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}.Release (W2K)|Win32.Build.0 = Release (W2K)|Win32
-               {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}.Release (W2K)|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I).ActiveCfg = Release (W2K)|Win32
-               {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}.Release|Any CPU.ActiveCfg = Release|Win32
-               {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}.Release|Any CPU.Build.0 = Release|Win32
-               {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}.Release|Mixed Platforms.ActiveCfg = Release|Win32
-               {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}.Release|Mixed Platforms.Build.0 = Release|Win32
-               {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}.Release|Mixed Platforms.Deploy.0 = Release|Win32
-               {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}.Release|Pocket PC 2003 (ARMV4).ActiveCfg = 
Release|Win32
                {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}.Release|Win32.ActiveCfg = Release|Win32
                {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}.Release|Win32.Build.0 = Release|Win32
-               {192C1E5C-2D1E-4AA3-91C3-FF2D7ABD67F8}.Release|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I).ActiveCfg = Release|Win32
-               {BBE9E817-E2C5-4081-9612-0738E27CF55A}.Debug|Any CPU.ActiveCfg = Debug|x86
-               {BBE9E817-E2C5-4081-9612-0738E27CF55A}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
-               {BBE9E817-E2C5-4081-9612-0738E27CF55A}.Debug|Mixed Platforms.Build.0 = Debug|x86
-               {BBE9E817-E2C5-4081-9612-0738E27CF55A}.Debug|Pocket PC 2003 (ARMV4).ActiveCfg = Debug|x86
                {BBE9E817-E2C5-4081-9612-0738E27CF55A}.Debug|Win32.ActiveCfg = Debug|x86
                {BBE9E817-E2C5-4081-9612-0738E27CF55A}.Debug|Win32.Build.0 = Debug|x86
-               {BBE9E817-E2C5-4081-9612-0738E27CF55A}.Debug|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I).ActiveCfg = Debug|x86
-               {BBE9E817-E2C5-4081-9612-0738E27CF55A}.Mobile Debug|Any CPU.ActiveCfg = Debug|x86
-               {BBE9E817-E2C5-4081-9612-0738E27CF55A}.Mobile Debug|Mixed Platforms.ActiveCfg = Debug|x86
-               {BBE9E817-E2C5-4081-9612-0738E27CF55A}.Mobile Debug|Mixed Platforms.Build.0 = Debug|x86
-               {BBE9E817-E2C5-4081-9612-0738E27CF55A}.Mobile Debug|Pocket PC 2003 (ARMV4).ActiveCfg = 
Debug|x86
-               {BBE9E817-E2C5-4081-9612-0738E27CF55A}.Mobile Debug|Win32.ActiveCfg = Debug|x86
-               {BBE9E817-E2C5-4081-9612-0738E27CF55A}.Mobile Debug|Win32.Build.0 = Debug|x86
-               {BBE9E817-E2C5-4081-9612-0738E27CF55A}.Mobile Debug|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I).ActiveCfg = Debug|x86
-               {BBE9E817-E2C5-4081-9612-0738E27CF55A}.Release (W2K)|Any CPU.ActiveCfg = Release (W2K)|x86
-               {BBE9E817-E2C5-4081-9612-0738E27CF55A}.Release (W2K)|Mixed Platforms.ActiveCfg = Release 
(W2K)|x86
-               {BBE9E817-E2C5-4081-9612-0738E27CF55A}.Release (W2K)|Mixed Platforms.Build.0 = Release 
(W2K)|x86
-               {BBE9E817-E2C5-4081-9612-0738E27CF55A}.Release (W2K)|Pocket PC 2003 (ARMV4).ActiveCfg = 
Release (W2K)|x86
-               {BBE9E817-E2C5-4081-9612-0738E27CF55A}.Release (W2K)|Win32.ActiveCfg = Release (W2K)|x86
-               {BBE9E817-E2C5-4081-9612-0738E27CF55A}.Release (W2K)|Win32.Build.0 = Release (W2K)|x86
-               {BBE9E817-E2C5-4081-9612-0738E27CF55A}.Release (W2K)|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I).ActiveCfg = Release (W2K)|x86
-               {BBE9E817-E2C5-4081-9612-0738E27CF55A}.Release|Any CPU.ActiveCfg = Release|x86
-               {BBE9E817-E2C5-4081-9612-0738E27CF55A}.Release|Mixed Platforms.ActiveCfg = Release|x86
-               {BBE9E817-E2C5-4081-9612-0738E27CF55A}.Release|Mixed Platforms.Build.0 = Release|x86
-               {BBE9E817-E2C5-4081-9612-0738E27CF55A}.Release|Pocket PC 2003 (ARMV4).ActiveCfg = Release|x86
                {BBE9E817-E2C5-4081-9612-0738E27CF55A}.Release|Win32.ActiveCfg = Release|x86
                {BBE9E817-E2C5-4081-9612-0738E27CF55A}.Release|Win32.Build.0 = Release|x86
-               {BBE9E817-E2C5-4081-9612-0738E27CF55A}.Release|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I).ActiveCfg = Release|x86
-               {C4BFC988-DA68-4F51-BAB0-DB5B7D5CD53B}.Debug|Any CPU.ActiveCfg = Debug|x86
-               {C4BFC988-DA68-4F51-BAB0-DB5B7D5CD53B}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
-               {C4BFC988-DA68-4F51-BAB0-DB5B7D5CD53B}.Debug|Mixed Platforms.Build.0 = Debug|x86
-               {C4BFC988-DA68-4F51-BAB0-DB5B7D5CD53B}.Debug|Pocket PC 2003 (ARMV4).ActiveCfg = Debug|x86
-               {C4BFC988-DA68-4F51-BAB0-DB5B7D5CD53B}.Debug|Win32.ActiveCfg = Debug|x86
-               {C4BFC988-DA68-4F51-BAB0-DB5B7D5CD53B}.Debug|Win32.Build.0 = Debug|x86
-               {C4BFC988-DA68-4F51-BAB0-DB5B7D5CD53B}.Debug|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I).ActiveCfg = Debug|x86
-               {C4BFC988-DA68-4F51-BAB0-DB5B7D5CD53B}.Mobile Debug|Any CPU.ActiveCfg = Debug|x86
-               {C4BFC988-DA68-4F51-BAB0-DB5B7D5CD53B}.Mobile Debug|Mixed Platforms.ActiveCfg = Debug|x86
-               {C4BFC988-DA68-4F51-BAB0-DB5B7D5CD53B}.Mobile Debug|Mixed Platforms.Build.0 = Debug|x86
-               {C4BFC988-DA68-4F51-BAB0-DB5B7D5CD53B}.Mobile Debug|Pocket PC 2003 (ARMV4).ActiveCfg = 
Debug|x86
-               {C4BFC988-DA68-4F51-BAB0-DB5B7D5CD53B}.Mobile Debug|Win32.ActiveCfg = Debug|x86
-               {C4BFC988-DA68-4F51-BAB0-DB5B7D5CD53B}.Mobile Debug|Win32.Build.0 = Debug|x86
-               {C4BFC988-DA68-4F51-BAB0-DB5B7D5CD53B}.Mobile Debug|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I).ActiveCfg = Debug|x86
-               {C4BFC988-DA68-4F51-BAB0-DB5B7D5CD53B}.Release (W2K)|Any CPU.ActiveCfg = Release (W2K)|x86
-               {C4BFC988-DA68-4F51-BAB0-DB5B7D5CD53B}.Release (W2K)|Mixed Platforms.ActiveCfg = Release 
(W2K)|x86
-               {C4BFC988-DA68-4F51-BAB0-DB5B7D5CD53B}.Release (W2K)|Mixed Platforms.Build.0 = Release 
(W2K)|x86
-               {C4BFC988-DA68-4F51-BAB0-DB5B7D5CD53B}.Release (W2K)|Pocket PC 2003 (ARMV4).ActiveCfg = 
Release (W2K)|x86
-               {C4BFC988-DA68-4F51-BAB0-DB5B7D5CD53B}.Release (W2K)|Win32.ActiveCfg = Release (W2K)|x86
-               {C4BFC988-DA68-4F51-BAB0-DB5B7D5CD53B}.Release (W2K)|Win32.Build.0 = Release (W2K)|x86
-               {C4BFC988-DA68-4F51-BAB0-DB5B7D5CD53B}.Release (W2K)|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I).ActiveCfg = Release (W2K)|x86
-               {C4BFC988-DA68-4F51-BAB0-DB5B7D5CD53B}.Release|Any CPU.ActiveCfg = Release|x86
-               {C4BFC988-DA68-4F51-BAB0-DB5B7D5CD53B}.Release|Mixed Platforms.ActiveCfg = Release|x86
-               {C4BFC988-DA68-4F51-BAB0-DB5B7D5CD53B}.Release|Mixed Platforms.Build.0 = Release|x86
-               {C4BFC988-DA68-4F51-BAB0-DB5B7D5CD53B}.Release|Pocket PC 2003 (ARMV4).ActiveCfg = Release|x86
-               {C4BFC988-DA68-4F51-BAB0-DB5B7D5CD53B}.Release|Win32.ActiveCfg = Release|x86
-               {C4BFC988-DA68-4F51-BAB0-DB5B7D5CD53B}.Release|Win32.Build.0 = Release|x86
-               {C4BFC988-DA68-4F51-BAB0-DB5B7D5CD53B}.Release|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I).ActiveCfg = Release|x86
-               {C2E1F683-E2B1-4445-9748-E67E1D5156FD}.Debug|Any CPU.ActiveCfg = Debug|x86
-               {C2E1F683-E2B1-4445-9748-E67E1D5156FD}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
-               {C2E1F683-E2B1-4445-9748-E67E1D5156FD}.Debug|Mixed Platforms.Build.0 = Debug|x86
-               {C2E1F683-E2B1-4445-9748-E67E1D5156FD}.Debug|Pocket PC 2003 (ARMV4).ActiveCfg = Debug|x86
-               {C2E1F683-E2B1-4445-9748-E67E1D5156FD}.Debug|Win32.ActiveCfg = Debug|x86
-               {C2E1F683-E2B1-4445-9748-E67E1D5156FD}.Debug|Win32.Build.0 = Debug|x86
-               {C2E1F683-E2B1-4445-9748-E67E1D5156FD}.Debug|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I).ActiveCfg = Debug|x86
-               {C2E1F683-E2B1-4445-9748-E67E1D5156FD}.Mobile Debug|Any CPU.ActiveCfg = Debug|x86
-               {C2E1F683-E2B1-4445-9748-E67E1D5156FD}.Mobile Debug|Mixed Platforms.ActiveCfg = Debug|x86
-               {C2E1F683-E2B1-4445-9748-E67E1D5156FD}.Mobile Debug|Mixed Platforms.Build.0 = Debug|x86
-               {C2E1F683-E2B1-4445-9748-E67E1D5156FD}.Mobile Debug|Pocket PC 2003 (ARMV4).ActiveCfg = 
Debug|x86
-               {C2E1F683-E2B1-4445-9748-E67E1D5156FD}.Mobile Debug|Win32.ActiveCfg = Debug|x86
-               {C2E1F683-E2B1-4445-9748-E67E1D5156FD}.Mobile Debug|Win32.Build.0 = Debug|x86
-               {C2E1F683-E2B1-4445-9748-E67E1D5156FD}.Mobile Debug|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I).ActiveCfg = Debug|x86
-               {C2E1F683-E2B1-4445-9748-E67E1D5156FD}.Release (W2K)|Any CPU.ActiveCfg = Release|x86
-               {C2E1F683-E2B1-4445-9748-E67E1D5156FD}.Release (W2K)|Mixed Platforms.ActiveCfg = Release|x86
-               {C2E1F683-E2B1-4445-9748-E67E1D5156FD}.Release (W2K)|Mixed Platforms.Build.0 = Release|x86
-               {C2E1F683-E2B1-4445-9748-E67E1D5156FD}.Release (W2K)|Pocket PC 2003 (ARMV4).ActiveCfg = 
Release|x86
-               {C2E1F683-E2B1-4445-9748-E67E1D5156FD}.Release (W2K)|Win32.ActiveCfg = Release|x86
-               {C2E1F683-E2B1-4445-9748-E67E1D5156FD}.Release (W2K)|Win32.Build.0 = Release|x86
-               {C2E1F683-E2B1-4445-9748-E67E1D5156FD}.Release (W2K)|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I).ActiveCfg = Release|x86
-               {C2E1F683-E2B1-4445-9748-E67E1D5156FD}.Release|Any CPU.ActiveCfg = Release|x86
-               {C2E1F683-E2B1-4445-9748-E67E1D5156FD}.Release|Mixed Platforms.ActiveCfg = Release|x86
-               {C2E1F683-E2B1-4445-9748-E67E1D5156FD}.Release|Mixed Platforms.Build.0 = Release|x86
-               {C2E1F683-E2B1-4445-9748-E67E1D5156FD}.Release|Pocket PC 2003 (ARMV4).ActiveCfg = Release|x86
-               {C2E1F683-E2B1-4445-9748-E67E1D5156FD}.Release|Win32.ActiveCfg = Release|x86
-               {C2E1F683-E2B1-4445-9748-E67E1D5156FD}.Release|Win32.Build.0 = Release|x86
-               {C2E1F683-E2B1-4445-9748-E67E1D5156FD}.Release|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I).ActiveCfg = Release|x86
-               {C356A954-2E47-4F1E-AE4A-E22B598514F9}.Debug|Any CPU.ActiveCfg = Debug|Win32
-               {C356A954-2E47-4F1E-AE4A-E22B598514F9}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
-               {C356A954-2E47-4F1E-AE4A-E22B598514F9}.Debug|Mixed Platforms.Build.0 = Debug|Win32
-               {C356A954-2E47-4F1E-AE4A-E22B598514F9}.Debug|Pocket PC 2003 (ARMV4).ActiveCfg = Debug|Win32
                {C356A954-2E47-4F1E-AE4A-E22B598514F9}.Debug|Win32.ActiveCfg = Debug|Win32
-               {C356A954-2E47-4F1E-AE4A-E22B598514F9}.Debug|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I).ActiveCfg = Debug|Win32
-               {C356A954-2E47-4F1E-AE4A-E22B598514F9}.Mobile Debug|Any CPU.ActiveCfg = Debug|Win32
-               {C356A954-2E47-4F1E-AE4A-E22B598514F9}.Mobile Debug|Mixed Platforms.ActiveCfg = Debug|Win32
-               {C356A954-2E47-4F1E-AE4A-E22B598514F9}.Mobile Debug|Mixed Platforms.Build.0 = Debug|Win32
-               {C356A954-2E47-4F1E-AE4A-E22B598514F9}.Mobile Debug|Pocket PC 2003 (ARMV4).ActiveCfg = 
Debug|Win32
-               {C356A954-2E47-4F1E-AE4A-E22B598514F9}.Mobile Debug|Win32.ActiveCfg = Debug|Win32
-               {C356A954-2E47-4F1E-AE4A-E22B598514F9}.Mobile Debug|Win32.Build.0 = Debug|Win32
-               {C356A954-2E47-4F1E-AE4A-E22B598514F9}.Mobile Debug|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I).ActiveCfg = Debug|Win32
-               {C356A954-2E47-4F1E-AE4A-E22B598514F9}.Release (W2K)|Any CPU.ActiveCfg = Release|Win32
-               {C356A954-2E47-4F1E-AE4A-E22B598514F9}.Release (W2K)|Mixed Platforms.ActiveCfg = Release|Win32
-               {C356A954-2E47-4F1E-AE4A-E22B598514F9}.Release (W2K)|Mixed Platforms.Build.0 = Release|Win32
-               {C356A954-2E47-4F1E-AE4A-E22B598514F9}.Release (W2K)|Pocket PC 2003 (ARMV4).ActiveCfg = 
Release|Win32
-               {C356A954-2E47-4F1E-AE4A-E22B598514F9}.Release (W2K)|Win32.ActiveCfg = Release|Win32
-               {C356A954-2E47-4F1E-AE4A-E22B598514F9}.Release (W2K)|Win32.Build.0 = Release|Win32
-               {C356A954-2E47-4F1E-AE4A-E22B598514F9}.Release (W2K)|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I).ActiveCfg = Release|Win32
-               {C356A954-2E47-4F1E-AE4A-E22B598514F9}.Release|Any CPU.ActiveCfg = Release|Win32
-               {C356A954-2E47-4F1E-AE4A-E22B598514F9}.Release|Mixed Platforms.ActiveCfg = Release|Win32
-               {C356A954-2E47-4F1E-AE4A-E22B598514F9}.Release|Mixed Platforms.Build.0 = Release|Win32
-               {C356A954-2E47-4F1E-AE4A-E22B598514F9}.Release|Pocket PC 2003 (ARMV4).ActiveCfg = 
Release|Win32
                {C356A954-2E47-4F1E-AE4A-E22B598514F9}.Release|Win32.ActiveCfg = Release|Win32
                {C356A954-2E47-4F1E-AE4A-E22B598514F9}.Release|Win32.Build.0 = Release|Win32
-               {C356A954-2E47-4F1E-AE4A-E22B598514F9}.Release|Windows Mobile 5.0 Pocket PC SDK 
(ARMV4I).ActiveCfg = Release|Win32
        EndGlobalSection
        GlobalSection(SolutionProperties) = preSolution
                HideSolutionNode = FALSE
diff --git a/Src/Win32/Dasher.vcxproj b/Src/Win32/Dasher.vcxproj
index 75053d6..ac1299a 100644
--- a/Src/Win32/Dasher.vcxproj
+++ b/Src/Win32/Dasher.vcxproj
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="12.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
+<Project DefaultTargets="Build" ToolsVersion="14.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
       <Configuration>Debug</Configuration>
@@ -22,19 +22,19 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mobile Debug|Win32'" Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v140</PlatformToolset>
     <UseOfMfc>false</UseOfMfc>
     <CharacterSet>Unicode</CharacterSet>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v140</PlatformToolset>
     <UseOfMfc>false</UseOfMfc>
     <CharacterSet>Unicode</CharacterSet>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v140</PlatformToolset>
     <UseOfMfc>false</UseOfMfc>
     <CharacterSet>Unicode</CharacterSet>
   </PropertyGroup>
diff --git a/Src/Win32/DasherControl.vcxproj b/Src/Win32/DasherControl.vcxproj
index cdfd1c4..e49a423 100644
--- a/Src/Win32/DasherControl.vcxproj
+++ b/Src/Win32/DasherControl.vcxproj
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="12.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
+<Project DefaultTargets="Build" ToolsVersion="14.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
       <Configuration>Debug</Configuration>
@@ -27,22 +27,22 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release (W2K)|Win32'" Label="Configuration">
     <ConfigurationType>StaticLibrary</ConfigurationType>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v140</PlatformToolset>
     <CharacterSet>Unicode</CharacterSet>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mobile Debug|Win32'" Label="Configuration">
     <ConfigurationType>StaticLibrary</ConfigurationType>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v140</PlatformToolset>
     <CharacterSet>Unicode</CharacterSet>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     <ConfigurationType>StaticLibrary</ConfigurationType>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v140</PlatformToolset>
     <CharacterSet>Unicode</CharacterSet>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     <ConfigurationType>StaticLibrary</ConfigurationType>
-    <PlatformToolset>v120</PlatformToolset>
+    <PlatformToolset>v140</PlatformToolset>
     <CharacterSet>Unicode</CharacterSet>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />


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