Changeset 7629 for branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Backend.Csv/HeuristicLab.DataImporter.Backend.Csv.csproj
- Timestamp:
- 03/16/12 14:51:00 (13 years ago)
- 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 2 2 obj 3 3 HeuristicLabDataImporterBackendCsvPlugin.cs 4 Plugin.cs
-
- Property svn:ignore
-
branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Backend.Csv/HeuristicLab.DataImporter.Backend.Csv.csproj
r7240 r7629 116 116 </ItemGroup> 117 117 <ItemGroup> 118 <None Include=" HeuristicLabDataImporterBackendCsvPlugin.cs.frame" />118 <None Include="Plugin.cs.frame" /> 119 119 <Compile Include="CsvImportCommand.cs" /> 120 120 <Compile Include="CsvImporterView.cs"> … … 132 132 </Compile> 133 133 <Compile Include="CsvImporter.cs" /> 134 <Compile Include=" HeuristicLabDataImporterBackendCsvPlugin.cs" />134 <Compile Include="Plugin.cs" /> 135 135 <Compile Include="Properties\AssemblyInfo.cs" /> 136 136 </ItemGroup> … … 182 182 set Outdir=$(Outdir) 183 183 184 call PreBuildEvent.cmd 185 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabDataImporterBackendCsvPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabDataImporterBackendCsvPlugin.cs"</PreBuildEvent> 184 call PreBuildEvent.cmd</PreBuildEvent> 186 185 </PropertyGroup> 187 186 </Project>
Note: See TracChangeset
for help on using the changeset viewer.