Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/16/12 14:51:00 (12 years ago)
Author:
mkommend
Message:

#1734:

  • renamed plugin files to Plugin.cs.frame to be consistent with the trunk solution
  • added dabase explorers for the sql server and oracle
Location:
branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Backend.Csv
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Backend.Csv

    • Property svn:ignore
      •  

        old new  
        22obj
        33HeuristicLabDataImporterBackendCsvPlugin.cs
         4Plugin.cs
  • branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Backend.Csv/HeuristicLab.DataImporter.Backend.Csv.csproj

    r7240 r7629  
    116116  </ItemGroup>
    117117  <ItemGroup>
    118     <None Include="HeuristicLabDataImporterBackendCsvPlugin.cs.frame" />
     118    <None Include="Plugin.cs.frame" />
    119119    <Compile Include="CsvImportCommand.cs" />
    120120    <Compile Include="CsvImporterView.cs">
     
    132132    </Compile>
    133133    <Compile Include="CsvImporter.cs" />
    134     <Compile Include="HeuristicLabDataImporterBackendCsvPlugin.cs" />
     134    <Compile Include="Plugin.cs" />
    135135    <Compile Include="Properties\AssemblyInfo.cs" />
    136136  </ItemGroup>
     
    182182set Outdir=$(Outdir)
    183183
    184 call PreBuildEvent.cmd
    185 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabDataImporterBackendCsvPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabDataImporterBackendCsvPlugin.cs"</PreBuildEvent>
     184call PreBuildEvent.cmd</PreBuildEvent>
    186185  </PropertyGroup>
    187186</Project>
Note: See TracChangeset for help on using the changeset viewer.