Skip to content

Commit

Permalink
release_5.3_svn which is copied from testbeam FEI4 laptop
Browse files Browse the repository at this point in the history
  • Loading branch information
eyiliu committed Apr 21, 2017
1 parent f535016 commit fbf417c
Show file tree
Hide file tree
Showing 1,305 changed files with 251,969 additions and 28,009 deletions.
102 changes: 102 additions & 0 deletions AdapterCardCalibration/AdapterCardCalibration.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"

#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "windows.h"

/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS

/////////////////////////////////////////////////////////////////////////////
// German (Germany) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)
#ifdef _WIN32
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
#pragma code_page(1252)
#endif //_WIN32

#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//

1 TEXTINCLUDE
BEGIN
"resource.h\0"
END

2 TEXTINCLUDE
BEGIN
"#include ""windows.h""\r\n"
"\0"
END

3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
END

#endif // APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
//
// Version
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,0,0,1
PRODUCTVERSION 0,0,0,1
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x4L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040704b0"
BEGIN
VALUE "CompanyName", "SILAB Uni Bonn"
VALUE "FileDescription", "USBPixHelper Application"
VALUE "FileVersion", "0, 0, 0, 1"
VALUE "InternalName", "USBPixHe"
VALUE "LegalCopyright", "(C) 2008 SILAB, H.Kr�ger"
VALUE "OriginalFilename", "USBPixHelper.exe"
VALUE "ProductName", "USBPixHe Application"
VALUE "ProductVersion", "0, 0, 0, 1"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x407, 1200
END
END

#endif // German (Germany) resources
/////////////////////////////////////////////////////////////////////////////



#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//


/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED

30 changes: 30 additions & 0 deletions AdapterCardCalibration/AdapterCardCalibration.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AdapterCardCalibration", "AdapterCardCalibration.vcxproj", "{528DE1E0-C48B-452C-A145-B8DACE212A24}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
static-debug|Win32 = static-debug|Win32
static-release|Win32 = static-release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{528DE1E0-C48B-452C-A145-B8DACE212A24}.Debug|Win32.ActiveCfg = Debug|Win32
{528DE1E0-C48B-452C-A145-B8DACE212A24}.Debug|Win32.Build.0 = Debug|Win32
{528DE1E0-C48B-452C-A145-B8DACE212A24}.Release|Win32.ActiveCfg = Release|Win32
{528DE1E0-C48B-452C-A145-B8DACE212A24}.Release|Win32.Build.0 = Release|Win32
{528DE1E0-C48B-452C-A145-B8DACE212A24}.static-debug|Win32.ActiveCfg = Release|Win32
{528DE1E0-C48B-452C-A145-B8DACE212A24}.static-debug|Win32.Build.0 = Release|Win32
{528DE1E0-C48B-452C-A145-B8DACE212A24}.static-release|Win32.ActiveCfg = Release|Win32
{528DE1E0-C48B-452C-A145-B8DACE212A24}.static-release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
EndGlobal
Loading

0 comments on commit fbf417c

Please sign in to comment.