Changeset eceb8c7 in nscp for helpers/XAutoBuild


Ignore:
Timestamp:
11/10/07 12:11:26 (6 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
30bfe74
Parents:
860f310
Message:

mainly build changes to finalize w64 stuff. also added the forth coming NSCA module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • helpers/XAutoBuild/XAutobuild.csproj

    r12edcec receb8c7  
    33    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
    44    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 
    5     <ProductVersion>8.0.50727</ProductVersion> 
     5    <ProductVersion>9.0.20706</ProductVersion> 
    66    <SchemaVersion>2.0</SchemaVersion> 
    77    <ProjectGuid>{0E2B21D9-F432-4127-8E92-7716B1072510}</ProjectGuid> 
     
    3737    <WarningLevel>4</WarningLevel> 
    3838  </PropertyGroup> 
     39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Itanium' "> 
     40    <DebugSymbols>true</DebugSymbols> 
     41    <OutputPath>bin\Itanium\Debug\</OutputPath> 
     42    <DefineConstants>DEBUG;TRACE</DefineConstants> 
     43    <DebugType>full</DebugType> 
     44    <PlatformTarget>Itanium</PlatformTarget> 
     45    <CodeAnalysisRuleAssemblies>D:\Program\Microsoft Visual Studio 9.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleAssemblies> 
     46    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 
     47    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> 
     48    <UseVSHostingProcess>false</UseVSHostingProcess> 
     49    <ErrorReport>prompt</ErrorReport> 
     50  </PropertyGroup> 
     51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Itanium' "> 
     52    <OutputPath>bin\Itanium\Release\</OutputPath> 
     53    <DefineConstants>TRACE</DefineConstants> 
     54    <Optimize>true</Optimize> 
     55    <DebugType>pdbonly</DebugType> 
     56    <PlatformTarget>Itanium</PlatformTarget> 
     57    <CodeAnalysisRuleAssemblies>D:\Program\Microsoft Visual Studio 9.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleAssemblies> 
     58    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 
     59    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> 
     60    <ErrorReport>prompt</ErrorReport> 
     61  </PropertyGroup> 
    3962  <ItemGroup> 
    4063    <Reference Include="System" /> 
Note: See TracChangeset for help on using the changeset viewer.