Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/07/13 15:39:46 (11 years ago)
Author:
bburlacu
Message:

#1772: Updated analyzers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.EvolutionaryTracking.Views/3.4/HeuristicLab.EvolutionaryTracking.Views-3.4.csproj

    r9250 r9296  
    2626    <DebugType>pdbonly</DebugType>
    2727    <Optimize>true</Optimize>
    28     <OutputPath>..\..\..\..\Trunk\sources\bin\</OutputPath>
     28    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    2929    <DefineConstants>TRACE</DefineConstants>
    3030    <ErrorReport>prompt</ErrorReport>
     
    3636  <PropertyGroup>
    3737    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
     38  </PropertyGroup>
     39  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
     40    <DebugSymbols>true</DebugSymbols>
     41    <OutputPath>bin\x64\Debug\</OutputPath>
     42    <DefineConstants>DEBUG;TRACE</DefineConstants>
     43    <DebugType>full</DebugType>
     44    <PlatformTarget>x64</PlatformTarget>
     45    <ErrorReport>prompt</ErrorReport>
     46    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     47  </PropertyGroup>
     48  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
     49    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     50    <DefineConstants>TRACE</DefineConstants>
     51    <Optimize>true</Optimize>
     52    <DebugType>pdbonly</DebugType>
     53    <PlatformTarget>x64</PlatformTarget>
     54    <ErrorReport>prompt</ErrorReport>
     55    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    3856  </PropertyGroup>
    3957  <ItemGroup>
     
    88106  </ItemGroup>
    89107  <ItemGroup>
    90     <Compile Include="GenealogyGraphChart.cs">
    91       <SubType>UserControl</SubType>
     108    <Compile Include="FrequentFragmentsDialog.cs">
     109      <SubType>Form</SubType>
    92110    </Compile>
     111    <Compile Include="FrequentFragmentsDialog.Designer.cs">
     112      <DependentUpon>FrequentFragmentsDialog.cs</DependentUpon>
     113    </Compile>
     114    <Compile Include="GenealogyGraphChart.cs" />
    93115    <Compile Include="GenealogyGraphChart.Designer.cs">
    94116      <DependentUpon>GenealogyGraphChart.cs</DependentUpon>
     
    136158  </ItemGroup>
    137159  <ItemGroup>
     160    <EmbeddedResource Include="FrequentFragmentsDialog.resx">
     161      <DependentUpon>FrequentFragmentsDialog.cs</DependentUpon>
     162    </EmbeddedResource>
    138163    <EmbeddedResource Include="GenealogyGraphDialog.resx">
    139164      <DependentUpon>GenealogyGraphDialog.cs</DependentUpon>
Note: See TracChangeset for help on using the changeset viewer.