Changeset b0ae738 in nscp for helpers/XAutoBuild


Ignore:
Timestamp:
11/14/07 21:41:36 (6 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
23c63eb
Parents:
5782414
Message:

2007-11-14 MickeM

+ Added multi-line output support ( issue #91 )

  • Improved error handling for external commands
  • Fixed an issue with NRPE/NSClient socket-reading (introduced by the socket_timeout)

(and added the scripts folder to the SVN, and hopefully the build as well :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • helpers/XAutoBuild/XAutobuild.csproj

    receb8c7 rb0ae738  
    6060    <ErrorReport>prompt</ErrorReport> 
    6161  </PropertyGroup> 
     62  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug-MemCheck|AnyCPU' "> 
     63    <DebugSymbols>true</DebugSymbols> 
     64    <OutputPath>bin\Debug-MemCheck\</OutputPath> 
     65    <DefineConstants>DEBUG;TRACE</DefineConstants> 
     66    <DebugType>full</DebugType> 
     67    <PlatformTarget>AnyCPU</PlatformTarget> 
     68    <CodeAnalysisRuleAssemblies>D:\Program\Microsoft Visual Studio 9.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleAssemblies> 
     69    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 
     70    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> 
     71    <UseVSHostingProcess>false</UseVSHostingProcess> 
     72    <ErrorReport>prompt</ErrorReport> 
     73  </PropertyGroup> 
     74  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug-MemCheck|Itanium' "> 
     75    <DebugSymbols>true</DebugSymbols> 
     76    <OutputPath>bin\Itanium\Debug-MemCheck\</OutputPath> 
     77    <DefineConstants>DEBUG;TRACE</DefineConstants> 
     78    <DebugType>full</DebugType> 
     79    <PlatformTarget>Itanium</PlatformTarget> 
     80    <CodeAnalysisRuleAssemblies>D:\Program\Microsoft Visual Studio 9.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleAssemblies> 
     81    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 
     82    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> 
     83    <UseVSHostingProcess>false</UseVSHostingProcess> 
     84    <ErrorReport>prompt</ErrorReport> 
     85  </PropertyGroup> 
    6286  <ItemGroup> 
    6387    <Reference Include="System" /> 
Note: See TracChangeset for help on using the changeset viewer.