summaryrefslogtreecommitdiff
path: root/windows/vs2008/gpsxmple.sln
diff options
context:
space:
mode:
authorMartin Burnicki <martin.burnicki@meinberg.de>2020-08-26 17:32:59 +0200
committerMartin Burnicki <martin.burnicki@meinberg.de>2020-08-26 17:47:49 +0200
commitaff6504db82f1ff615cdad8953cf129f567e3efe (patch)
tree85f1b8c13f4bb0894aef01d3566b3852abb50847 /windows/vs2008/gpsxmple.sln
parent66e3e938ab225c9a803b316c3954a69f6b53ba7f (diff)
downloadgpsxmple-master.tar.gz
gpsxmple-master.zip
Add example program 'set-serial-port'HEADmaster
Update unix/Makefile to be able to build multiple targets, and add 'set-serial-port' to the targets. Add a 'set-serial-port' project to the Windows/VS2008 solution. The Windows/VC6 workspace has not been updated.
Diffstat (limited to 'windows/vs2008/gpsxmple.sln')
-rw-r--r--windows/vs2008/gpsxmple.sln10
1 files changed, 10 insertions, 0 deletions
diff --git a/windows/vs2008/gpsxmple.sln b/windows/vs2008/gpsxmple.sln
index 53f7478..0a18edf 100644
--- a/windows/vs2008/gpsxmple.sln
+++ b/windows/vs2008/gpsxmple.sln
@@ -3,6 +3,8 @@ Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C++ Express 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gpsxmple", "gpsxmple.vcproj", "{7F92F474-7257-4F71-B218-43491D36CAA3}"
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "set-serial-port", "set-serial-port.vcproj", "{72684B0F-1D39-4845-8B83-DF10A2C25A5D}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
@@ -19,6 +21,14 @@ Global
{7F92F474-7257-4F71-B218-43491D36CAA3}.Release|Win32.Build.0 = Release|Win32
{7F92F474-7257-4F71-B218-43491D36CAA3}.Release|x64.ActiveCfg = Release|Win32
{7F92F474-7257-4F71-B218-43491D36CAA3}.Release|x64.Build.0 = Release|Win32
+ {72684B0F-1D39-4845-8B83-DF10A2C25A5D}.Debug|Win32.ActiveCfg = Debug|Win32
+ {72684B0F-1D39-4845-8B83-DF10A2C25A5D}.Debug|Win32.Build.0 = Debug|Win32
+ {72684B0F-1D39-4845-8B83-DF10A2C25A5D}.Debug|x64.ActiveCfg = Debug|Win32
+ {72684B0F-1D39-4845-8B83-DF10A2C25A5D}.Debug|x64.Build.0 = Debug|Win32
+ {72684B0F-1D39-4845-8B83-DF10A2C25A5D}.Release|Win32.ActiveCfg = Release|Win32
+ {72684B0F-1D39-4845-8B83-DF10A2C25A5D}.Release|Win32.Build.0 = Release|Win32
+ {72684B0F-1D39-4845-8B83-DF10A2C25A5D}.Release|x64.ActiveCfg = Release|Win32
+ {72684B0F-1D39-4845-8B83-DF10A2C25A5D}.Release|x64.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE