- Timestamp:
- 07/10/12 11:12:22 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/HeuristicLab.Clients.Hive.CloudManager-3.3.csproj
r7663 r8273 18 18 <DebugType>full</DebugType> 19 19 <Optimize>false</Optimize> 20 <OutputPath>..\..\ bin\</OutputPath>20 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 21 21 <DefineConstants>DEBUG;TRACE</DefineConstants> 22 22 <ErrorReport>prompt</ErrorReport> … … 38 38 </PropertyGroup> 39 39 <ItemGroup> 40 <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" /> 41 <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" /> 42 <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" /> 40 <Reference Include="HeuristicLab.Collections-3.3"> 41 <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath> 42 </Reference> 43 <Reference Include="HeuristicLab.Common-3.3"> 44 <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 45 </Reference> 46 <Reference Include="HeuristicLab.Common.Resources-3.3"> 47 <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 48 </Reference> 49 <Reference Include="HeuristicLab.Core-3.3"> 50 <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 51 </Reference> 52 <Reference Include="HeuristicLab.Core.Views-3.3"> 53 <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath> 54 </Reference> 55 <Reference Include="HeuristicLab.Data-3.3"> 56 <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath> 57 </Reference> 58 <Reference Include="HeuristicLab.Data.Views-3.3"> 59 <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath> 60 </Reference> 61 <Reference Include="HeuristicLab.MainForm-3.3"> 62 <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath> 63 </Reference> 64 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3"> 65 <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 66 </Reference> 67 <Reference Include="HeuristicLab.Optimization-3.3"> 68 <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 69 </Reference> 70 <Reference Include="HeuristicLab.Optimization.Views-3.3"> 71 <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath> 72 </Reference> 73 <Reference Include="HeuristicLab.Optimizer-3.3"> 74 <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath> 75 </Reference> 76 <Reference Include="HeuristicLab.Persistence-3.3"> 77 <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 78 </Reference> 79 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 80 <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 81 </Reference> 82 <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3"> 83 <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath> 84 </Reference> 43 85 <Reference Include="Microsoft.WindowsAzure.StorageClient, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> 44 86 <Reference Include="System" /> … … 176 218 </ItemGroup> 177 219 <ItemGroup> 178 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">179 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>180 <Name>HeuristicLab.Collections-3.3</Name>181 </ProjectReference>182 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">183 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>184 <Name>HeuristicLab.Common.Resources-3.3</Name>185 </ProjectReference>186 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">187 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>188 <Name>HeuristicLab.Common-3.3</Name>189 </ProjectReference>190 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">191 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>192 <Name>HeuristicLab.Core.Views-3.3</Name>193 </ProjectReference>194 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">195 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>196 <Name>HeuristicLab.Core-3.3</Name>197 </ProjectReference>198 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">199 <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>200 <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>201 </ProjectReference>202 <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">203 <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>204 <Name>HeuristicLab.MainForm-3.3</Name>205 </ProjectReference>206 <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">207 <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>208 <Name>HeuristicLab.Optimization.Views-3.3</Name>209 </ProjectReference>210 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">211 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>212 <Name>HeuristicLab.Optimization-3.3</Name>213 </ProjectReference>214 <ProjectReference Include="..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">215 <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>216 <Name>HeuristicLab.Optimizer-3.3</Name>217 </ProjectReference>218 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">219 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>220 <Name>HeuristicLab.Persistence-3.3</Name>221 </ProjectReference>222 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">223 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>224 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>225 </ProjectReference>226 </ItemGroup>227 <ItemGroup>228 220 <EmbeddedResource Include="Properties\Resources.resx"> 229 221 <Generator>ResXFileCodeGenerator</Generator>
Note: See TracChangeset
for help on using the changeset viewer.