Changeset 8085 for branches/GP-MoveOperators/HeuristicLab.Optimizer/3.3/HeuristicLab.Optimizer-3.3.csproj
- Timestamp:
- 06/21/12 18:02:33 (12 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-MoveOperators
- 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/GP-MoveOperators/HeuristicLab.Optimizer/3.3/HeuristicLab.Optimizer-3.3.csproj
r7013 r8085 99 99 </PropertyGroup> 100 100 <ItemGroup> 101 <Reference Include="Microsoft.CSharp" /> 101 102 <Reference Include="System" /> 102 103 <Reference Include="System.Core"> … … 115 116 </ItemGroup> 116 117 <ItemGroup> 118 <EmbeddedResource Include="CreateExperimentDialog.resx"> 119 <DependentUpon>CreateExperimentDialog.cs</DependentUpon> 120 </EmbeddedResource> 117 121 <EmbeddedResource Include="Documents\GA_VRP.hl" /> 118 122 <EmbeddedResource Include="Documents\SGP_SymbClass.hl" /> … … 121 125 <EmbeddedResource Include="Documents\PSO_Schwefel.hl" /> 122 126 <None Include="Plugin.cs.frame" /> 127 <Compile Include="DefineArithmeticProgressionDialog.cs"> 128 <SubType>Form</SubType> 129 </Compile> 130 <Compile Include="DefineArithmeticProgressionDialog.Designer.cs"> 131 <DependentUpon>DefineArithmeticProgressionDialog.cs</DependentUpon> 132 </Compile> 123 133 <Compile Include="OptimizerSingleDocumentMainForm.cs"> 124 134 <SubType>Form</SubType> … … 205 215 </ItemGroup> 206 216 <ItemGroup> 217 <ProjectReference Include="..\..\HeuristicLab.Clients.Access\3.3\HeuristicLab.Clients.Access-3.3.csproj"> 218 <Project>{494F87F4-0F25-4D33-A382-10CDB2174D48}</Project> 219 <Name>HeuristicLab.Clients.Access-3.3</Name> 220 <Private>False</Private> 221 </ProjectReference> 207 222 <ProjectReference Include="..\..\HeuristicLab.Clients.Common\3.3\HeuristicLab.Clients.Common-3.3.csproj"> 208 223 <Project>{730A9104-D4D1-4360-966B-E49B7571DDA3}</Project> … … 235 250 <Private>False</Private> 236 251 </ProjectReference> 252 <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj"> 253 <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project> 254 <Name>HeuristicLab.Data.Views-3.3</Name> 255 <Private>False</Private> 256 </ProjectReference> 257 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 258 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 259 <Name>HeuristicLab.Data-3.3</Name> 260 <Private>False</Private> 261 </ProjectReference> 237 262 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj"> 238 263 <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project> … … 250 275 <Private>False</Private> 251 276 </ProjectReference> 277 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 278 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project> 279 <Name>HeuristicLab.Parameters-3.3</Name> 280 <Private>False</Private> 281 </ProjectReference> 252 282 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 253 283 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> … … 258 288 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 259 289 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 290 <Private>False</Private> 291 </ProjectReference> 292 <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj"> 293 <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project> 294 <Name>HeuristicLab.Problems.Instances-3.3</Name> 260 295 <Private>False</Private> 261 296 </ProjectReference>
Note: See TracChangeset
for help on using the changeset viewer.