Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/26/11 15:54:13 (13 years ago)
Author:
mkommend
Message:

#1653: Renamed frame files.

Location:
branches/Trunk/HeuristicLab.ParallelEngine/3.3
Files:
2 edited
2 moved

Legend:

Unmodified
Added
Removed
  • branches/Trunk/HeuristicLab.ParallelEngine/3.3

    • Property svn:ignore
      •  

        old new  
        44*.vs10x
        55HeuristicLab.ParallelEngine-3.3.csproj.user
         6Plugin.cs
  • branches/Trunk/HeuristicLab.ParallelEngine/3.3/HeuristicLab.ParallelEngine-3.3.csproj

    r6832 r6833  
    1 <?xml version="1.0" encoding="utf-8"?>
     1<?xml version="1.0" encoding="utf-8"?>
    22<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    33  <PropertyGroup>
     
    112112  </ItemGroup>
    113113  <ItemGroup>
    114     <Compile Include="HeuristicLabParallelEnginePlugin.cs" />
     114    <Compile Include="Plugin.cs" />
    115115    <Compile Include="Properties\AssemblyInfo.cs" />
    116116    <Compile Include="ParallelEngine.cs" />
     
    118118  <ItemGroup>
    119119    <None Include="HeuristicLab.snk" />
    120     <None Include="HeuristicLabParallelEnginePlugin.cs.frame" />
    121     <None Include="Properties\AssemblyInfo.frame" />
     120    <None Include="Plugin.cs.frame" />
     121    <None Include="Properties\AssemblyInfo.cs.frame" />
    122122  </ItemGroup>
    123123  <ItemGroup>
     
    125125      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
    126126      <Name>HeuristicLab.Common-3.3</Name>
    127   <Private>False</Private></ProjectReference>
     127      <Private>False</Private>
     128    </ProjectReference>
    128129    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    129130      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
    130131      <Name>HeuristicLab.Core-3.3</Name>
    131   <Private>False</Private></ProjectReference>
     132      <Private>False</Private>
     133    </ProjectReference>
    132134    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    133135      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
    134136      <Name>HeuristicLab.Persistence-3.3</Name>
    135   <Private>False</Private></ProjectReference>
     137      <Private>False</Private>
     138    </ProjectReference>
    136139    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    137140      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    138141      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    139   <Private>False</Private></ProjectReference>
     142      <Private>False</Private>
     143    </ProjectReference>
    140144  </ItemGroup>
    141145  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
     
    147151
    148152call PreBuildEvent.cmd
    149 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabParallelEnginePlugin.cs.frame" "%25ProjectDir%25\HeuristicLabParallelEnginePlugin.cs"</PreBuildEvent>
     153</PreBuildEvent>
    150154  </PropertyGroup>
    151155  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.