Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/23/15 17:16:35 (8 years ago)
Author:
gkronber
Message:

#2522: added release name to SplashScreen, added AssemblyInfo.cs.frame file for HeuristicLab.PluginInfrastructure.UI

Location:
branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure.UI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure.UI

    • Property svn:ignore
      •  

        old new  
        11bin
        22obj
         3*.user
  • branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure.UI/HeuristicLab.PluginInfrastructure.UI-4.0.csproj

    r13338 r13340  
    131131      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
    132132      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
     133      <Private>False</Private>
    133134    </ProjectReference>
    134135  </ItemGroup>
     
    138139  <ItemGroup>
    139140    <None Include="HeuristicLab.snk" />
     141    <None Include="Properties\AssemblyInfo.cs.frame" />
    140142  </ItemGroup>
    141143  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
     144  <PropertyGroup>
     145    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     146set ProjectDir=$(ProjectDir)
     147set SolutionDir=$(SolutionDir)
     148set Outdir=$(Outdir)
     149
     150call PreBuildEvent.cmd</PreBuildEvent>
     151  </PropertyGroup>
    142152  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    143153       Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset for help on using the changeset viewer.