Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7332


Ignore:
Timestamp:
01/16/12 15:11:34 (12 years ago)
Author:
ascheibe
Message:

#1174 adapted frame filenames to new naming scheme

Location:
branches/OKB (trunk integration)
Files:
5 edited
4 moved

Legend:

Unmodified
Added
Removed
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3

    • Property svn:ignore
      •  

        old new  
         1*.user
         2*.vs10x
         3HeuristicLabClientsOKBPlugin.cs
         4Plugin.cs
        15bin
        26obj
        3 *.user
        4 HeuristicLabClientsOKBPlugin.cs
        5 *.vs10x
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/HeuristicLab.Clients.OKB-3.3.csproj

    r7331 r7332  
    196196    <Compile Include="Authentication\AuthenticationClient.cs" />
    197197    <Compile Include="Authentication\ServiceClient\AuthenticationServiceClient.cs" />
    198     <Compile Include="HeuristicLabClientsOKBPlugin.cs">
    199       <SubType>Code</SubType>
    200     </Compile>
     198    <Compile Include="Plugin.cs" />
    201199    <Compile Include="Query\QueryClient.cs" />
    202200    <Compile Include="Query\QueryMenuItem.cs" />
     
    337335    <None Include="app.config" />
    338336    <None Include="Authentication\ServiceClient\GenerateServiceClient.cmd" />
    339     <None Include="HeuristicLabClientsOKBPlugin.cs.frame" />
     337    <None Include="Plugin.cs.frame" />
    340338    <None Include="services.heuristiclab.com app.config" />
    341     <None Include="Properties\AssemblyInfo.frame" />
     339    <None Include="Properties\AssemblyInfo.cs.frame" />
    342340    <None Include="Administration\ServiceClient\GenerateServiceClient.cmd" />
    343341    <None Include="Query\ServiceClient\GenerateServiceClient.cmd" />
     
    364362set Outdir=$(Outdir)
    365363
    366 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Properties\AssemblyInfo.frame" "%25ProjectDir%25\Properties\AssemblyInfo.cs"
    367 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabClientsOKBPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabClientsOKBPlugin.cs"</PreBuildEvent>
     364SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Properties\AssemblyInfo.cs.frame" "%25ProjectDir%25\Properties\AssemblyInfo.cs"
     365SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Plugin.cs.frame" "%25ProjectDir%25\Plugin.cs"</PreBuildEvent>
    368366  </PropertyGroup>
    369367  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  • branches/OKB (trunk integration)/HeuristicLab.Services.OKB.DataAccess/3.3/HeuristicLab.Services.OKB.DataAccess-3.3.csproj

    r5502 r7332  
    129129    </Compile>
    130130    <Compile Include="Properties\AssemblyInfo.cs" />
    131     <None Include="Properties\AssemblyInfo.frame" />
     131    <None Include="Properties\AssemblyInfo.cs.frame" />
    132132    <Compile Include="Properties\Settings.Designer.cs">
    133133      <DependentUpon>Settings.settings</DependentUpon>
  • branches/OKB (trunk integration)/HeuristicLab.Services.OKB/3.3/HeuristicLab.Services.OKB-3.3.csproj

    r5608 r7332  
    247247    </None>
    248248    <None Include="HeuristicLab.snk" />
    249     <None Include="Properties\AssemblyInfo.frame" />
     249    <None Include="Properties\AssemblyInfo.cs.frame" />
    250250  </ItemGroup>
    251251  <ItemGroup>
  • branches/OKB (trunk integration)/PreBuildEvent.cmd

    r4311 r7332  
    1 SubWCRev "%ProjectDir%\" "%ProjectDir%\Properties\AssemblyInfo.frame" "%ProjectDir%\Properties\AssemblyInfo.cs"
     1SubWCRev "%ProjectDir%\" "%ProjectDir%\Properties\AssemblyInfo.cs.frame" "%ProjectDir%\Properties\AssemblyInfo.cs"
Note: See TracChangeset for help on using the changeset viewer.