Changeset 1323

Show
Ignore:
Timestamp:
18/02/08 11:15:03 (11 months ago)
Author:
bcj3
Message:

Updated with additional required libraries (regex, zlib)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtrace.sln

    r1130 r1323  
    11 
    2 Microsoft Visual Studio Solution File, Format Version 8.00 
     2Microsoft Visual Studio Solution File, Format Version 9.00 
     3# Visual Studio 2005 
    34Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtrace", "libtrace.vcproj", "{A6485CD6-9A90-4A57-BDC0-23AF63288486}" 
    4         ProjectSection(ProjectDependencies) = postProject 
    5         EndProjectSection 
    65EndProject 
    76Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test-convert", "test-convert.vcproj", "{9B70AE88-2117-44E4-9FDF-8AE2B1B474C2}" 
     
    2120EndProject 
    2221Global 
    23         GlobalSection(SolutionConfiguration) = preSolution 
    24                 Debug = Debug 
    25                 Release = Release 
    26         EndGlobalSection 
    27         GlobalSection(ProjectConfiguration) = postSolution 
    28                 {A6485CD6-9A90-4A57-BDC0-23AF63288486}.Debug.ActiveCfg = Debug|Win32 
    29                 {A6485CD6-9A90-4A57-BDC0-23AF63288486}.Debug.Build.0 = Debug|Win32 
    30                 {A6485CD6-9A90-4A57-BDC0-23AF63288486}.Release.ActiveCfg = Release|Win32 
    31                 {A6485CD6-9A90-4A57-BDC0-23AF63288486}.Release.Build.0 = Release|Win32 
    32                 {9B70AE88-2117-44E4-9FDF-8AE2B1B474C2}.Debug.ActiveCfg = Debug|Win32 
    33                 {9B70AE88-2117-44E4-9FDF-8AE2B1B474C2}.Debug.Build.0 = Debug|Win32 
    34                 {9B70AE88-2117-44E4-9FDF-8AE2B1B474C2}.Release.ActiveCfg = Release|Win32 
    35                 {9B70AE88-2117-44E4-9FDF-8AE2B1B474C2}.Release.Build.0 = Release|Win32 
    36                 {CA7723DB-39E2-40FB-9490-A96215EB123D}.Debug.ActiveCfg = Debug|Win32 
    37                 {CA7723DB-39E2-40FB-9490-A96215EB123D}.Debug.Build.0 = Debug|Win32 
    38                 {CA7723DB-39E2-40FB-9490-A96215EB123D}.Release.ActiveCfg = Release|Win32 
    39                 {CA7723DB-39E2-40FB-9490-A96215EB123D}.Release.Build.0 = Release|Win32 
    40                 {30DAF374-0895-49A3-BE7F-888B12DDE497}.Debug.ActiveCfg = Debug|Win32 
    41                 {30DAF374-0895-49A3-BE7F-888B12DDE497}.Debug.Build.0 = Debug|Win32 
    42                 {30DAF374-0895-49A3-BE7F-888B12DDE497}.Release.ActiveCfg = Release|Win32 
    43                 {30DAF374-0895-49A3-BE7F-888B12DDE497}.Release.Build.0 = Release|Win32 
    44         EndGlobalSection 
    45         GlobalSection(ExtensibilityGlobals) = postSolution 
    46         EndGlobalSection 
    47         GlobalSection(ExtensibilityAddIns) = postSolution 
    48         EndGlobalSection 
    4922        GlobalSection(SolutionConfigurationPlatforms) = preSolution 
    5023                Debug|Win32 = Debug|Win32 
     
    5629                {A6485CD6-9A90-4A57-BDC0-23AF63288486}.Release|Win32.ActiveCfg = Release|Win32 
    5730                {A6485CD6-9A90-4A57-BDC0-23AF63288486}.Release|Win32.Build.0 = Release|Win32 
     31                {9B70AE88-2117-44E4-9FDF-8AE2B1B474C2}.Debug|Win32.ActiveCfg = Debug|Win32 
     32                {9B70AE88-2117-44E4-9FDF-8AE2B1B474C2}.Debug|Win32.Build.0 = Debug|Win32 
     33                {9B70AE88-2117-44E4-9FDF-8AE2B1B474C2}.Release|Win32.ActiveCfg = Release|Win32 
     34                {9B70AE88-2117-44E4-9FDF-8AE2B1B474C2}.Release|Win32.Build.0 = Release|Win32 
    5835                {CA7723DB-39E2-40FB-9490-A96215EB123D}.Debug|Win32.ActiveCfg = Debug|Win32 
    5936                {CA7723DB-39E2-40FB-9490-A96215EB123D}.Debug|Win32.Build.0 = Debug|Win32 
    6037                {CA7723DB-39E2-40FB-9490-A96215EB123D}.Release|Win32.ActiveCfg = Release|Win32 
    6138                {CA7723DB-39E2-40FB-9490-A96215EB123D}.Release|Win32.Build.0 = Release|Win32 
    62                 {9B70AE88-2117-44E4-9FDF-8AE2B1B474C2}.Debug|Win32.ActiveCfg = Debug|Win32 
    63                 {9B70AE88-2117-44E4-9FDF-8AE2B1B474C2}.Debug|Win32.Build.0 = Debug|Win32 
    64                 {9B70AE88-2117-44E4-9FDF-8AE2B1B474C2}.Release|Win32.ActiveCfg = Release|Win32 
    65                 {9B70AE88-2117-44E4-9FDF-8AE2B1B474C2}.Release|Win32.Build.0 = Release|Win32 
    6639                {30DAF374-0895-49A3-BE7F-888B12DDE497}.Debug|Win32.ActiveCfg = Debug|Win32 
    6740                {30DAF374-0895-49A3-BE7F-888B12DDE497}.Debug|Win32.Build.0 = Debug|Win32 
  • trunk/libtrace.vcproj

    r1130 r1323  
    22<VisualStudioProject 
    33        ProjectType="Visual C++" 
    4         Version="7.10" 
     4        Version="8.00" 
    55        Name="libtrace" 
    66        ProjectGUID="{A6485CD6-9A90-4A57-BDC0-23AF63288486}" 
    7         RootNamespace="libtrace"> 
     7        RootNamespace="libtrace" 
     8        > 
    89        <Platforms> 
    910                <Platform 
    10                         Name="Win32"/> 
     11                        Name="Win32" 
     12                /> 
    1113        </Platforms> 
     14        <ToolFiles> 
     15        </ToolFiles> 
    1216        <Configurations> 
    1317                <Configuration 
     
    1519                        OutputDirectory=".\Release" 
    1620                        IntermediateDirectory=".\Release" 
    17                         ConfigurationType="1" 
     21                        ConfigurationType="2" 
     22                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    1823                        UseOfMFC="0" 
    19                         ATLMinimizesCRunTimeLibraryUsage="FALSE" 
    20                         CharacterSet="2"> 
     24                        ATLMinimizesCRunTimeLibraryUsage="false" 
     25                        CharacterSet="2" 
     26                        > 
     27                        <Tool 
     28                                Name="VCPreBuildEventTool" 
     29                        /> 
     30                        <Tool 
     31                                Name="VCCustomBuildTool" 
     32                        /> 
     33                        <Tool 
     34                                Name="VCXMLDataGeneratorTool" 
     35                        /> 
     36                        <Tool 
     37                                Name="VCWebServiceProxyGeneratorTool" 
     38                        /> 
     39                        <Tool 
     40                                Name="VCMIDLTool" 
     41                                TypeLibraryName=".\Release/libtrace.tlb" 
     42                                HeaderFileName="" 
     43                        /> 
    2144                        <Tool 
    2245                                Name="VCCLCompilerTool" 
    2346                                Optimization="2" 
    2447                                InlineFunctionExpansion="1" 
    25                                 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 
    26                                 StringPooling="TRUE" 
     48                                AdditionalIncludeDirectories="&quot;C:\Program Files\GnuWin32\include&quot;;&quot;C:\Users\root\Documents\Visual Studio 2005\Projects\WpdPack\Include&quot;;&quot;C:\Users\root\Documents\Visual Studio 2005\Projects\zlib&quot;;&quot;C:\Users\root\Documents\Visual Studio 2005\Projects\libtrace-3.0.3\lib&quot;" 
     49                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;BUILDING_DLL" 
     50                                StringPooling="true" 
    2751                                RuntimeLibrary="0" 
    28                                 EnableFunctionLevelLinking="TRUE
     52                                EnableFunctionLevelLinking="true
    2953                                PrecompiledHeaderFile=".\Release/libtrace.pch" 
    3054                                AssemblerListingLocation=".\Release/" 
     
    3256                                ProgramDataBaseFileName=".\Release/" 
    3357                                WarningLevel="3" 
    34                                 SuppressStartupBanner="TRUE"/> 
    35                         <Tool 
    36                                 Name="VCCustomBuildTool"/> 
     58                                SuppressStartupBanner="true" 
     59                        /> 
     60                        <Tool 
     61                                Name="VCManagedResourceCompilerTool" 
     62                        /> 
     63                        <Tool 
     64                                Name="VCResourceCompilerTool" 
     65                                PreprocessorDefinitions="NDEBUG" 
     66                                Culture="5129" 
     67                        /> 
     68                        <Tool 
     69                                Name="VCPreLinkEventTool" 
     70                        /> 
    3771                        <Tool 
    3872                                Name="VCLinkerTool" 
    39                                 AdditionalDependencies="odbc32.lib odbccp32.lib
    40                                 OutputFile=".\Release/libtrace.exe
     73                                AdditionalDependencies="odbc32.lib odbccp32.lib Ws2_32.lib wpcap.lib regex.lib
     74                                OutputFile="$(OutDir)\$(ProjectName).dll
    4175                                LinkIncremental="1" 
    42                                 SuppressStartupBanner="TRUE" 
     76                                SuppressStartupBanner="true" 
     77                                AdditionalLibraryDirectories="&quot;C:\Program Files\GnuWin32\lib&quot;;&quot;C:\Users\root\Documents\Visual Studio 2005\Projects\zlib&quot;;&quot;C:\Users\root\Documents\Visual Studio 2005\Projects\WpdPack\Lib&quot;" 
    4378                                ProgramDatabaseFile=".\Release/libtrace.pdb" 
    4479                                SubSystem="1" 
    45                                 TargetMachine="1"/> 
    46                         <Tool 
    47                                 Name="VCMIDLTool" 
    48                                 TypeLibraryName=".\Release/libtrace.tlb" 
    49                                 HeaderFileName=""/> 
    50                         <Tool 
    51                                 Name="VCPostBuildEventTool"/> 
    52                         <Tool 
    53                                 Name="VCPreBuildEventTool"/> 
    54                         <Tool 
    55                                 Name="VCPreLinkEventTool"/> 
    56                         <Tool 
    57                                 Name="VCResourceCompilerTool" 
    58                                 PreprocessorDefinitions="NDEBUG" 
    59                                 Culture="5129"/> 
    60                         <Tool 
    61                                 Name="VCWebServiceProxyGeneratorTool"/> 
    62                         <Tool 
    63                                 Name="VCXMLDataGeneratorTool"/> 
    64                         <Tool 
    65                                 Name="VCWebDeploymentTool"/> 
    66                         <Tool 
    67                                 Name="VCManagedWrapperGeneratorTool"/> 
    68                         <Tool 
    69                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     80                                TargetMachine="1" 
     81                        /> 
     82                        <Tool 
     83                                Name="VCALinkTool" 
     84                        /> 
     85                        <Tool 
     86                                Name="VCManifestTool" 
     87                        /> 
     88                        <Tool 
     89                                Name="VCXDCMakeTool" 
     90                        /> 
     91                        <Tool 
     92                                Name="VCBscMakeTool" 
     93                        /> 
     94                        <Tool 
     95                                Name="VCFxCopTool" 
     96                        /> 
     97                        <Tool 
     98                                Name="VCAppVerifierTool" 
     99                        /> 
     100                        <Tool 
     101                                Name="VCWebDeploymentTool" 
     102                        /> 
     103                        <Tool 
     104                                Name="VCPostBuildEventTool" 
     105                        /> 
    70106                </Configuration> 
    71107                <Configuration 
     
    74110                        IntermediateDirectory=".\Debug" 
    75111                        ConfigurationType="2" 
     112                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    76113                        UseOfMFC="0" 
    77                         ATLMinimizesCRunTimeLibraryUsage="FALSE" 
    78                         CharacterSet="2"> 
     114                        ATLMinimizesCRunTimeLibraryUsage="false" 
     115                        CharacterSet="2" 
     116                        > 
     117                        <Tool 
     118                                Name="VCPreBuildEventTool" 
     119                        /> 
     120                        <Tool 
     121                                Name="VCCustomBuildTool" 
     122                        /> 
     123                        <Tool 
     124                                Name="VCXMLDataGeneratorTool" 
     125                        /> 
     126                        <Tool 
     127                                Name="VCWebServiceProxyGeneratorTool" 
     128                        /> 
     129                        <Tool 
     130                                Name="VCMIDLTool" 
     131                                TypeLibraryName=".\Debug/libtrace.tlb" 
     132                                HeaderFileName="" 
     133                        /> 
    79134                        <Tool 
    80135                                Name="VCCLCompilerTool" 
    81136                                Optimization="0" 
    82                                 AdditionalIncludeDirectories="&quot;C:\Documents and Settings\root\My Documents\Visual Studio Projects\WpdPack\Include&quot;;&quot;C:\Documents and Settings\root\My Documents\Visual Studio Projects\libtrace-3.0.0beta7-win\lib&quot;" 
     137                                AdditionalIncludeDirectories="&quot;C:\Users\root\Documents\Visual Studio 2005\Projects\zlib&quot;;&quot;C:\Users\root\Documents\Visual Studio 2005\Projects\WpdPack\Include&quot;;&quot;C:\Users\root\Documents\Visual Studio 2005\Projects\libtrace-3.0.3\lib&quot;;&quot;C:\Program Files\GnuWin32\include&quot;" 
    83138                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BUILDING_DLL" 
    84                                 MinimalRebuild="TRUE
     139                                MinimalRebuild="true
    85140                                BasicRuntimeChecks="3" 
    86141                                RuntimeLibrary="1" 
     
    90145                                ProgramDataBaseFileName=".\Debug/" 
    91146                                WarningLevel="3" 
    92                                 SuppressStartupBanner="TRUE" 
    93                                 DebugInformationFormat="4"/> 
    94                         <Tool 
    95                                 Name="VCCustomBuildTool"/> 
     147                                SuppressStartupBanner="true" 
     148                                DebugInformationFormat="4" 
     149                        /> 
     150                        <Tool 
     151                                Name="VCManagedResourceCompilerTool" 
     152                        /> 
     153                        <Tool 
     154                                Name="VCResourceCompilerTool" 
     155                                PreprocessorDefinitions="_DEBUG" 
     156                                Culture="5129" 
     157                        /> 
     158                        <Tool 
     159                                Name="VCPreLinkEventTool" 
     160                        /> 
    96161                        <Tool 
    97162                                Name="VCLinkerTool" 
    98                                 AdditionalDependencies="Ws2_32.lib wpcap.lib
     163                                AdditionalDependencies="Ws2_32.lib wpcap.lib regex.lib
    99164                                LinkIncremental="2" 
    100                                 SuppressStartupBanner="TRUE
    101                                 AdditionalLibraryDirectories="&quot;C:\Documents and Settings\root\My Documents\Visual Studio Projects\WpdPack\Lib&quot;" 
    102                                 GenerateDebugInformation="TRUE
     165                                SuppressStartupBanner="true
     166                                AdditionalLibraryDirectories="&quot;C:\Program Files\GnuWin32\lib&quot;;&quot;C:\Users\root\Documents\Visual Studio 2005\Projects\WpdPack\Lib&quot;" 
     167                                GenerateDebugInformation="true
    103168                                ProgramDatabaseFile=".\Debug/libtrace.pdb" 
    104169                                SubSystem="1" 
    105                                 TargetMachine="1"/> 
    106                         <Tool 
    107                                 Name="VCMIDLTool" 
    108                                 TypeLibraryName=".\Debug/libtrace.tlb" 
    109                                 HeaderFileName=""/> 
    110                         <Tool 
    111                                 Name="VCPostBuildEventTool"/> 
    112                         <Tool 
    113                                 Name="VCPreBuildEventTool"/> 
    114                         <Tool 
    115                                 Name="VCPreLinkEventTool"/> 
    116                         <Tool 
    117                                 Name="VCResourceCompilerTool" 
    118                                 PreprocessorDefinitions="_DEBUG" 
    119                                 Culture="5129"/> 
    120                         <Tool 
    121                                 Name="VCWebServiceProxyGeneratorTool"/> 
    122                         <Tool 
    123                                 Name="VCXMLDataGeneratorTool"/> 
    124                         <Tool 
    125                                 Name="VCWebDeploymentTool"/> 
    126                         <Tool 
    127                                 Name="VCManagedWrapperGeneratorTool"/> 
    128                         <Tool 
    129                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     170                                TargetMachine="1" 
     171                        /> 
     172                        <Tool 
     173                                Name="VCALinkTool" 
     174                        /> 
     175                        <Tool 
     176                                Name="VCManifestTool" 
     177                        /> 
     178                        <Tool 
     179                                Name="VCXDCMakeTool" 
     180                        /> 
     181                        <Tool 
     182                                Name="VCBscMakeTool" 
     183                        /> 
     184                        <Tool 
     185                                Name="VCFxCopTool" 
     186                        /> 
     187                        <Tool 
     188                                Name="VCAppVerifierTool" 
     189                        /> 
     190                        <Tool 
     191                                Name="VCWebDeploymentTool" 
     192                        /> 
     193                        <Tool 
     194                                Name="VCPostBuildEventTool" 
     195                        /> 
    130196                </Configuration> 
    131197        </Configurations> 
     
    135201                <Filter 
    136202                        Name="Source Files" 
    137                         Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> 
    138                         <File 
    139                                 RelativePath=".\lib\format_duck.c"> 
    140                         </File> 
    141                         <File 
    142                                 RelativePath="lib\format_erf.c"> 
    143                         </File> 
    144                         <File 
    145                                 RelativePath="lib\format_helper.c"> 
    146                         </File> 
    147                         <File 
    148                                 RelativePath="lib\format_legacy.c"> 
    149                         </File> 
    150                         <File 
    151                                 RelativePath="lib\format_pcap.c"> 
    152                         </File> 
    153                         <File 
    154                                 RelativePath=".\lib\format_pcapfile.c"> 
    155                         </File> 
    156                         <File 
    157                                 RelativePath="lib\format_rt.c"> 
    158                         </File> 
    159                         <File 
    160                                 RelativePath=".\lib\format_wag.c"> 
    161                         </File> 
    162                         <File 
    163                                 RelativePath=".\lib\libtraceio-stdio.c"> 
    164                         </File> 
    165                         <File 
    166                                 RelativePath=".\lib\link_wireless.c"> 
    167                         </File> 
    168                         <File 
    169                                 RelativePath="lib\linktypes.c"> 
    170                         </File> 
    171                         <File 
    172                                 RelativePath="lib\malloc.c"> 
    173                         </File> 
    174                         <File 
    175                                 RelativePath="lib\protocols.c"> 
    176                         </File> 
    177                         <File 
    178                                 RelativePath="lib\realloc.c"> 
    179                         </File> 
    180                         <File 
    181                                 RelativePath="lib\strndup.c"> 
    182                         </File> 
    183                         <File 
    184                                 RelativePath="lib\trace.c"> 
     203                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 
     204                        > 
     205                        <File 
     206                                RelativePath=".\lib\format_atmhdr.c" 
     207                                > 
     208                        </File> 
     209                        <File 
     210                                RelativePath=".\lib\format_duck.c" 
     211                                > 
     212                        </File> 
     213                        <File 
     214                                RelativePath="lib\format_erf.c" 
     215                                > 
     216                        </File> 
     217                        <File 
     218                                RelativePath="lib\format_helper.c" 
     219                                > 
     220                        </File> 
     221                        <File 
     222                                RelativePath=".\lib\format_legacy.c" 
     223                                > 
     224                        </File> 
     225                        <File 
     226                                RelativePath="lib\format_pcap.c" 
     227                                > 
     228                        </File> 
     229                        <File 
     230                                RelativePath=".\lib\format_pcapfile.c" 
     231                                > 
     232                        </File> 
     233                        <File 
     234                                RelativePath="lib\format_rt.c" 
     235                                > 
     236                        </File> 
     237                        <File 
     238                                RelativePath=".\lib\format_tsh.c" 
     239                                > 
     240                        </File> 
     241                        <File 
     242                                RelativePath=".\lib\libtraceio-stdio.c" 
     243                                > 
     244                        </File> 
     245                        <File 
     246                                RelativePath=".\lib\link_wireless.c" 
     247                                > 
     248                        </File> 
     249                        <File 
     250                                RelativePath="lib\linktypes.c" 
     251                                > 
     252                        </File> 
     253                        <File 
     254                                RelativePath="lib\malloc.c" 
     255                                > 
     256                        </File> 
     257                        <File 
     258                                RelativePath="lib\protocols.c" 
     259                                > 
     260                        </File> 
     261                        <File 
     262                                RelativePath="lib\realloc.c" 
     263                                > 
     264                        </File> 
     265                        <File 
     266                                RelativePath="lib\strndup.c" 
     267                                > 
     268                        </File> 
     269                        <File 
     270                                RelativePath="lib\trace.c" 
     271                                > 
    185272                        </File> 
    186273                </Filter> 
    187274                <Filter 
    188275                        Name="Header Files" 
    189                         Filter="h;hpp;hxx;hm;inl"> 
    190                         <File 
    191                                 RelativePath="lib\common.h"> 
    192                         </File> 
    193                         <File 
    194                                 RelativePath=".\lib\config.h"> 
    195                         </File> 
    196                         <File 
    197                                 RelativePath="lib\dagformat.h"> 
    198                         </File> 
    199                         <File 
    200                                 RelativePath="lib\daglegacy.h"> 
    201                         </File> 
    202                         <File 
    203                                 RelativePath=".\lib\format_erf.h"> 
    204                         </File> 
    205                         <File 
    206                                 RelativePath="lib\format_helper.h"> 
    207                         </File> 
    208                         <File 
    209                                 RelativePath="lib\libtrace.h"> 
    210                         </File> 
    211                         <File 
    212                                 RelativePath="lib\libtrace_int.h"> 
    213                         </File> 
    214                         <File 
    215                                 RelativePath=".\lib\libtraceio.h"> 
    216                         </File> 
    217                         <File 
    218                                 RelativePath="lib\lt_inttypes.h"> 
    219                         </File> 
    220                         <File 
    221                                 RelativePath="lib\rt_protocol.h"> 
    222                         </File> 
    223                         <File 
    224                                 RelativePath="lib\wag.h"> 
     276                        Filter="h;hpp;hxx;hm;inl" 
     277                        > 
     278                        <File 
     279                                RelativePath="lib\common.h" 
     280                                > 
     281                        </File> 
     282                        <File 
     283                                RelativePath=".\lib\config.h" 
     284                                > 
     285                        </File> 
     286                        <File 
     287                                RelativePath="lib\dagformat.h" 
     288                                > 
     289                        </File> 
     290                        <File 
     291                                RelativePath="lib\daglegacy.h" 
     292                                > 
     293                        </File> 
     294                        <File 
     295                                RelativePath=".\lib\format_erf.h" 
     296                                > 
     297                        </File> 
     298                        <File 
     299                                RelativePath="lib\format_helper.h" 
     300                                > 
     301                        </File> 
     302                        <File 
     303                                RelativePath="lib\libtrace.h" 
     304                                > 
     305                        </File> 
     306                        <File 
     307                                RelativePath="lib\libtrace_int.h" 
     308                                > 
     309                        </File> 
     310                        <File 
     311                                RelativePath=".\lib\libtraceio.h" 
     312                                > 
     313                        </File> 
     314                        <File 
     315                                RelativePath="lib\lt_inttypes.h" 
     316                                > 
     317                        </File> 
     318                        <File 
     319                                RelativePath="lib\rt_protocol.h" 
     320                                > 
    225321                        </File> 
    226322                </Filter> 
    227323                <Filter 
    228324                        Name="Resource Files" 
    229                         Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> 
     325                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 
     326                        > 
    230327                </Filter> 
    231328        </Files>