Changeset 8086 for branches/ScatterSearch (trunk integration)/HeuristicLab.Problems.Instances/3.3/HeuristicLab.Problems.Instances-3.3.csproj
- Timestamp:
- 06/22/12 11:11:38 (12 years ago)
- Location:
- branches/ScatterSearch (trunk integration)
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ScatterSearch (trunk integration)
- Property svn:ignore
-
old new 20 20 bin 21 21 protoc.exe 22 _ReSharper.HeuristicLab 3.3 Tests
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/ScatterSearch (trunk integration)/HeuristicLab.Problems.Instances/3.3
- Property svn:ignore
-
old new 2 2 bin 3 3 Plugin.cs 4 *.user
-
- Property svn:ignore
-
branches/ScatterSearch (trunk integration)/HeuristicLab.Problems.Instances/3.3/HeuristicLab.Problems.Instances-3.3.csproj
r7648 r8086 105 105 </PropertyGroup> 106 106 <ItemGroup> 107 <Reference Include="Microsoft.CSharp" /> 107 108 <Reference Include="System" /> 108 109 <Reference Include="System.Core" /> … … 111 112 <ItemGroup> 112 113 <None Include="Plugin.cs.frame" /> 113 <Compile Include="IExportable.cs" /> 114 <Compile Include="ProblemInstanceManager.cs" /> 115 <Compile Include="IProblemInstanceExporter.cs" /> 114 116 <Compile Include="Types\ATSPData.cs" /> 115 117 <Compile Include="Types\CTAPData.cs" /> 116 118 <Compile Include="IDataDescriptor.cs" /> 117 <Compile Include="Types\CVRPData.cs" /> 119 <Compile Include="Types\DistanceHelper.cs" /> 120 <Compile Include="Types\VRP\MDCVRPTWData.cs" /> 121 <Compile Include="Types\VRP\MDCVRPData.cs" /> 122 <Compile Include="Types\VRP\PDPTWData.cs" /> 123 <Compile Include="Types\VRP\CVRPTWData.cs" /> 124 <Compile Include="Types\VRP\VRPData.cs" /> 125 <Compile Include="Types\VRP\CVRPData.cs" /> 118 126 <Compile Include="Types\GQAPData.cs" /> 127 <Compile Include="Types\VRP\IVRPData.cs" /> 119 128 <Compile Include="Types\QAPData.cs" /> 120 129 <Compile Include="Types\TSPData.cs" />
Note: See TracChangeset
for help on using the changeset viewer.