Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/25/14 05:15:09 (9 years ago)
Author:
swagner
Message:

#2205: Restructured solution and projects and switched all projects to .NET 4.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OptimizationNetworks/HeuristicLab.Clients.Common/3.3/HeuristicLab.Clients.Common-3.3.csproj

    r8600 r11577  
    1111    <RootNamespace>HeuristicLab.Clients.Common</RootNamespace>
    1212    <AssemblyName>HeuristicLab.Clients.Common-3.3</AssemblyName>
    13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1414    <TargetFrameworkProfile>
    1515    </TargetFrameworkProfile>
     
    2525    <ErrorReport>prompt</ErrorReport>
    2626    <WarningLevel>4</WarningLevel>
     27    <Prefer32Bit>false</Prefer32Bit>
    2728  </PropertyGroup>
    2829  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3334    <ErrorReport>prompt</ErrorReport>
    3435    <WarningLevel>4</WarningLevel>
     36    <Prefer32Bit>false</Prefer32Bit>
    3537  </PropertyGroup>
    3638  <PropertyGroup>
     
    5658    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
    5759    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
     60    <Prefer32Bit>false</Prefer32Bit>
    5861  </PropertyGroup>
    5962  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
     
    7275    <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
    7376    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
     77    <Prefer32Bit>false</Prefer32Bit>
    7478  </PropertyGroup>
    7579  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
     
    8791    <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
    8892    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
     93    <Prefer32Bit>false</Prefer32Bit>
    8994  </PropertyGroup>
    9095  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
     
    103108    <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
    104109    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
     110    <Prefer32Bit>false</Prefer32Bit>
    105111  </PropertyGroup>
    106112  <ItemGroup>
     
    108114    <Reference Include="System.Core" />
    109115    <Reference Include="System.Drawing" />
     116    <Reference Include="System.IdentityModel" />
    110117    <Reference Include="System.Security" />
    111118    <Reference Include="System.ServiceModel" />
     
    152159  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    153160  <PropertyGroup>
    154    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     161    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    155162set ProjectDir=$(ProjectDir)
    156163set SolutionDir=$(SolutionDir)
     
    159166call PreBuildEvent.cmd
    160167</PreBuildEvent>
    161 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     168    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    162169export ProjectDir=$(ProjectDir)
    163170export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.