Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/08/09 10:15:33 (15 years ago)
Author:
gkronber
Message:

Worked on CEDMA importer. #719

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/ConfigMerger/ConfigMerger.csproj

    r858 r2260  
    3434    <WarningLevel>4</WarningLevel>
    3535    <DocumentationFile>bin\Release\ConfigMerger.XML</DocumentationFile>
     36  </PropertyGroup>
     37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     38    <DebugSymbols>true</DebugSymbols>
     39    <OutputPath>bin\x86\Debug\</OutputPath>
     40    <DefineConstants>DEBUG;TRACE</DefineConstants>
     41    <DebugType>full</DebugType>
     42    <PlatformTarget>x86</PlatformTarget>
     43    <ErrorReport>prompt</ErrorReport>
     44  </PropertyGroup>
     45  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     46    <OutputPath>bin\x86\Release\</OutputPath>
     47    <DefineConstants>TRACE</DefineConstants>
     48    <DocumentationFile>bin\Release\ConfigMerger.XML</DocumentationFile>
     49    <Optimize>true</Optimize>
     50    <DebugType>pdbonly</DebugType>
     51    <PlatformTarget>x86</PlatformTarget>
     52    <ErrorReport>prompt</ErrorReport>
    3653  </PropertyGroup>
    3754  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.