- Timestamp:
- 02/03/12 16:19:24 (13 years ago)
- Location:
- branches/GeneralizedQAP/HeuristicLab.Problems.Instances.ElloumiCTAP/3.3
- Files:
-
- 5 added
- 5 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP/HeuristicLab.Problems.Instances.ElloumiCTAP/3.3/HeuristicLab.Problems.Instances.ElloumiCTAP-3.3.csproj
r7444 r7445 46 46 </ItemGroup> 47 47 <ItemGroup> 48 <Compile Include=" SolutionParser.cs" />48 <Compile Include="ElloumiCTAPSolutionParser.cs" /> 49 49 <EmbeddedResource Include="Data\tass1003Aa.dat" /> 50 50 <EmbeddedResource Include="Data\tass1003Ab.dat" /> … … 130 130 <EmbeddedResource Include="Data\tassc2005De.dat" /> 131 131 <None Include="Plugin.cs.frame" /> 132 <Compile Include=" Instance.cs" />133 <Compile Include=" InstanceDescriptor.cs" />134 <Compile Include=" InstanceProvider.cs" />135 <Compile Include=" Parser.cs" />132 <Compile Include="ElloumiCTAPInstance.cs" /> 133 <Compile Include="ElloumiCTAPInstanceDescriptor.cs" /> 134 <Compile Include="ElloumiCTAPInstanceProvider.cs" /> 135 <Compile Include="ElloumiCTAPParser.cs" /> 136 136 <Compile Include="Plugin.cs" /> 137 137 <Compile Include="Properties\AssemblyInfo.cs" />
Note: See TracChangeset
for help on using the changeset viewer.