Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/15/18 11:03:40 (6 years ago)
Author:
bburlacu
Message:

#2895: Fix resource path, add plugin frame files, change .NET version for all projects to 4.5

Location:
branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Problems.ProgramSynthesis.Views
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Problems.ProgramSynthesis.Views

    • Property svn:ignore
      •  

        old new  
        1212*.nuget.props
        1313*.nuget.targets
         14Plugin.cs
  • branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Problems.ProgramSynthesis.Views/HeuristicLab.Problems.ProgramSynthesis.Views.csproj

    r15771 r15780  
    99    <AppDesignerFolder>Properties</AppDesignerFolder>
    1010    <RootNamespace>HeuristicLab.Problems.ProgramSynthesis.Views</RootNamespace>
    11     <AssemblyName>HeuristicLab.Problems.ProgramSynthesis.Views</AssemblyName>
    12     <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
     11    <AssemblyName>HeuristicLab.Problems.ProgramSynthesis.Views-3.3</AssemblyName>
     12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1313    <FileAlignment>512</FileAlignment>
     14    <TargetFrameworkProfile />
    1415  </PropertyGroup>
    1516  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    5253    </Reference>
    5354    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec">
     55      <Private>False</Private>
     56    </Reference>
     57    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     58      <SpecificVersion>False</SpecificVersion>
     59      <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    5460      <Private>False</Private>
    5561    </Reference>
     
    97103      <DependentUpon>ExpressionSelectionView.cs</DependentUpon>
    98104    </Compile>
     105    <None Include="Plugin.cs.frame" />
     106    <Compile Include="Plugin.cs" />
    99107    <Compile Include="Properties\AssemblyInfo.cs" />
    100108    <Compile Include="PushDebuggerView.cs">
     
    136144  </ItemGroup>
    137145  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
     146  <PropertyGroup>
     147    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     148set ProjectDir=$(ProjectDir)
     149set SolutionDir=$(SolutionDir)
     150set Outdir=$(Outdir)
     151
     152call PreBuildEvent.cmd
     153</PreBuildEvent>
     154  </PropertyGroup>
    138155</Project>
Note: See TracChangeset for help on using the changeset viewer.