Changeset 12755
- Timestamp:
- 07/13/15 13:06:30 (9 years ago)
- Location:
- trunk/sources
- Files:
-
- 1 added
- 1 edited
- 11 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab 3.3.sln
r12722 r12755 421 421 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.ExternalEvaluation.Views-3.4", "HeuristicLab.Problems.ExternalEvaluation.Views\3.4\HeuristicLab.Problems.ExternalEvaluation.Views-3.4.csproj", "{F7E5B975-FDF2-45A4-91CB-FF6D3C33D65E}" 422 422 EndProject 423 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.NK", "HeuristicLab.Problems.NK\ HeuristicLab.Problems.NK.csproj", "{C3AD50E6-E717-490E-ABC7-32EF7FB03C97}"423 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.NK", "HeuristicLab.Problems.NK\3.3\HeuristicLab.Problems.NK.csproj", "{C3AD50E6-E717-490E-ABC7-32EF7FB03C97}" 424 424 EndProject 425 425 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "OutdatedPlugins", "OutdatedPlugins", "{D1B1DE45-F9C7-4FBF-B73C-E759BC4223D5}" -
trunk/sources/HeuristicLab.Problems.NK/3.3/HeuristicLab.Problems.NK.csproj
r12754 r12755 19 19 <DebugType>full</DebugType> 20 20 <Optimize>false</Optimize> 21 <OutputPath>..\..\ ..\trunk\sources\bin\</OutputPath>21 <OutputPath>..\..\bin\</OutputPath> 22 22 <DefineConstants>DEBUG;TRACE</DefineConstants> 23 23 <ErrorReport>prompt</ErrorReport> … … 28 28 <DebugType>pdbonly</DebugType> 29 29 <Optimize>true</Optimize> 30 <OutputPath>..\..\ ..\trunk\sources\bin\</OutputPath>30 <OutputPath>..\..\bin\</OutputPath> 31 31 <DefineConstants>TRACE</DefineConstants> 32 32 <ErrorReport>prompt</ErrorReport> … … 42 42 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 43 43 <DebugSymbols>true</DebugSymbols> 44 <OutputPath>..\..\ ..\trunk\sources\bin\</OutputPath>44 <OutputPath>..\..\bin\</OutputPath> 45 45 <DefineConstants>DEBUG;TRACE</DefineConstants> 46 46 <DebugType>full</DebugType> … … 58 58 </PropertyGroup> 59 59 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 60 <OutputPath>..\..\ ..\trunk\sources\bin\</OutputPath>60 <OutputPath>..\..\bin\</OutputPath> 61 61 <DefineConstants>TRACE</DefineConstants> 62 62 <Optimize>true</Optimize> … … 76 76 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 77 77 <DebugSymbols>true</DebugSymbols> 78 <OutputPath>..\..\ ..\trunk\sources\bin\</OutputPath>78 <OutputPath>..\..\bin\</OutputPath> 79 79 <DefineConstants>DEBUG;TRACE</DefineConstants> 80 80 <DebugType>full</DebugType> … … 92 92 </PropertyGroup> 93 93 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 94 <OutputPath>..\..\ ..\trunk\sources\bin\</OutputPath>94 <OutputPath>..\..\bin\</OutputPath> 95 95 <DefineConstants>TRACE</DefineConstants> 96 96 <Optimize>true</Optimize> … … 148 148 </ItemGroup> 149 149 <ItemGroup> 150 <ProjectReference Include="..\ HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">150 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 151 151 <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project> 152 152 <Name>HeuristicLab.Collections-3.3</Name> 153 153 <Private>False</Private> 154 154 </ProjectReference> 155 <ProjectReference Include="..\ HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">155 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 156 156 <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project> 157 157 <Name>HeuristicLab.Common-3.3</Name> 158 158 <Private>False</Private> 159 159 </ProjectReference> 160 <ProjectReference Include="..\ HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">160 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 161 161 <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project> 162 162 <Name>HeuristicLab.Core-3.3</Name> 163 163 <Private>False</Private> 164 164 </ProjectReference> 165 <ProjectReference Include="..\ HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">165 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 166 166 <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project> 167 167 <Name>HeuristicLab.Data-3.3</Name> 168 168 <Private>False</Private> 169 169 </ProjectReference> 170 <ProjectReference Include="..\ HeuristicLab.Encodings.BinaryVectorEncoding\3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj">170 <ProjectReference Include="..\..\HeuristicLab.Encodings.BinaryVectorEncoding\3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj"> 171 171 <Project>{66d249c3-a01d-42a8-82a2-919bc8ec3d83}</Project> 172 172 <Name>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</Name> 173 173 <Private>False</Private> 174 174 </ProjectReference> 175 <ProjectReference Include="..\ HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">175 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 176 176 <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project> 177 177 <Name>HeuristicLab.Operators-3.3</Name> 178 178 <Private>False</Private> 179 179 </ProjectReference> 180 <ProjectReference Include="..\ HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">180 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 181 181 <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project> 182 182 <Name>HeuristicLab.Optimization-3.3</Name> 183 183 <Private>False</Private> 184 184 </ProjectReference> 185 <ProjectReference Include="..\ HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">185 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 186 186 <Project>{56f9106a-079f-4c61-92f6-86a84c2d84b7}</Project> 187 187 <Name>HeuristicLab.Parameters-3.3</Name> 188 188 <Private>False</Private> 189 189 </ProjectReference> 190 <ProjectReference Include="..\ HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">190 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 191 191 <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project> 192 192 <Name>HeuristicLab.Persistence-3.3</Name> 193 193 <Private>False</Private> 194 194 </ProjectReference> 195 <ProjectReference Include="..\ HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">195 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 196 196 <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project> 197 197 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 198 198 <Private>False</Private> 199 199 </ProjectReference> 200 <ProjectReference Include="..\ HeuristicLab.Problems.Binary\3.3\HeuristicLab.Problems.Binary-3.3.csproj">200 <ProjectReference Include="..\..\HeuristicLab.Problems.Binary\3.3\HeuristicLab.Problems.Binary-3.3.csproj"> 201 201 <Project>{fc627be5-0f93-47d8-bd2e-530ea2b8aa5f}</Project> 202 202 <Name>HeuristicLab.Problems.Binary-3.3</Name> 203 203 <Private>False</Private> 204 204 </ProjectReference> 205 <ProjectReference Include="..\ HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">205 <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj"> 206 206 <Project>{f4539fb6-4708-40c9-be64-0a1390aea197}</Project> 207 207 <Name>HeuristicLab.Random-3.3</Name>
Note: See TracChangeset
for help on using the changeset viewer.