Skip to content

Commit

Permalink
Add VC++ 2008 project
Browse files Browse the repository at this point in the history
  • Loading branch information
fajran committed Jun 27, 2009
1 parent 2f69fd1 commit d15e40e
Show file tree
Hide file tree
Showing 4 changed files with 414 additions and 7 deletions.
14 changes: 7 additions & 7 deletions npTuioClient.rc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "c:\mingw\include\afxres.h"
#include "afxres.h"

/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
Expand All @@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,0,0,1
PRODUCTVERSION 0,0,0,1
FILEVERSION 0,1,0,0
PRODUCTVERSION 0,1,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -49,15 +49,15 @@ BEGIN
VALUE "FileDescription", "Tuio Client browser plugin\0"
VALUE "FileExtents", "\0"
VALUE "FileOpenName", "\0"
VALUE "FileVersion", "0, 0, 0, 1\0"
VALUE "InternalName", "TuioClientPlugin\0"
VALUE "FileVersion", "0, 1, 0, 0\0"
VALUE "InternalName", "npTuioClient\0"
VALUE "LegalCopyright", "Copyright � 2009\0"
VALUE "LegalTrademarks", "\0"
VALUE "MIMEType", "application/x-tuio\0"
VALUE "OriginalFilename", "TuioClientPlugin.dll\0"
VALUE "OriginalFilename", "npTuioClient.dll\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "Tuio Client browser plugin\0"
VALUE "ProductVersion", "0, 0, 0, 1\0"
VALUE "ProductVersion", "0, 1, 0, 0\0"
VALUE "SpecialBuild", "\0"
END
END
Expand Down
20 changes: 20 additions & 0 deletions npTuioClient.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C++ Express 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "npTuioClient", "npTuioClient.vcproj", "{E2668B4E-318C-4021-ADC8-A85D70234E63}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E2668B4E-318C-4021-ADC8-A85D70234E63}.Debug|Win32.ActiveCfg = Debug|Win32
{E2668B4E-318C-4021-ADC8-A85D70234E63}.Debug|Win32.Build.0 = Debug|Win32
{E2668B4E-318C-4021-ADC8-A85D70234E63}.Release|Win32.ActiveCfg = Release|Win32
{E2668B4E-318C-4021-ADC8-A85D70234E63}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Loading

0 comments on commit d15e40e

Please sign in to comment.