Changeset 10988 for trunk/sources/HeuristicLab.Problems.GrammaticalEvolution/3.3/HeuristicLab.Problems.GrammaticalEvolution-3.3.csproj
- Timestamp:
- 06/11/14 14:23:25 (10 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.GrammaticalEvolution/3.3
- Files:
-
- 1 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.GrammaticalEvolution/3.3/HeuristicLab.Problems.GrammaticalEvolution-3.3.csproj
r10975 r10988 51 51 <DebugType>Full</DebugType> 52 52 <Optimize>False</Optimize> 53 <OutputPath>..\..\ ..\trunk\sources\bin\</OutputPath>53 <OutputPath>..\..\bin\</OutputPath> 54 54 <DefineConstants>DEBUG;TRACE</DefineConstants> 55 55 <ErrorReport>prompt</ErrorReport> … … 60 60 <DebugType>pdbonly</DebugType> 61 61 <Optimize>true</Optimize> 62 <OutputPath> bin\Release\</OutputPath>62 <OutputPath>..\..\bin\</OutputPath> 63 63 <DefineConstants>TRACE</DefineConstants> 64 64 <ErrorReport>prompt</ErrorReport> … … 68 68 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 69 69 <DebugSymbols>true</DebugSymbols> 70 <OutputPath>..\..\ ..\trunk\sources\bin\</OutputPath>70 <OutputPath>..\..\bin\</OutputPath> 71 71 <DefineConstants>DEBUG;TRACE</DefineConstants> 72 72 <DebugType>full</DebugType> … … 75 75 </PropertyGroup> 76 76 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 77 <OutputPath> bin\x64\Release\</OutputPath>77 <OutputPath>..\..\bin\</OutputPath> 78 78 <DefineConstants>TRACE</DefineConstants> 79 79 <Optimize>true</Optimize> … … 84 84 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 85 85 <DebugSymbols>true</DebugSymbols> 86 <OutputPath>..\..\ ..\trunk\sources\bin\</OutputPath>86 <OutputPath>..\..\bin\</OutputPath> 87 87 <DefineConstants>DEBUG;TRACE</DefineConstants> 88 88 <DebugType>full</DebugType> … … 91 91 </PropertyGroup> 92 92 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 93 <OutputPath> bin\x86\Release\</OutputPath>93 <OutputPath>..\..\bin\</OutputPath> 94 94 <DefineConstants>TRACE</DefineConstants> 95 95 <Optimize>true</Optimize> … … 164 164 </ItemGroup> 165 165 <ItemGroup> 166 <ProjectReference Include="..\ HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">166 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj"> 167 167 <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project> 168 168 <Name>HeuristicLab.Analysis-3.3</Name> 169 169 <Private>False</Private> 170 170 </ProjectReference> 171 <ProjectReference Include="..\ HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">171 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 172 172 <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project> 173 173 <Name>HeuristicLab.Collections-3.3</Name> 174 174 <Private>False</Private> 175 175 </ProjectReference> 176 <ProjectReference Include="..\ HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">176 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 177 177 <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project> 178 178 <Name>HeuristicLab.Common.Resources-3.3</Name> 179 179 <Private>False</Private> 180 180 </ProjectReference> 181 <ProjectReference Include="..\ HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">181 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 182 182 <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project> 183 183 <Name>HeuristicLab.Common-3.3</Name> 184 184 <Private>False</Private> 185 185 </ProjectReference> 186 <ProjectReference Include="..\ HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">186 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 187 187 <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project> 188 188 <Name>HeuristicLab.Core-3.3</Name> 189 189 <Private>False</Private> 190 190 </ProjectReference> 191 <ProjectReference Include="..\ HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">191 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 192 192 <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project> 193 193 <Name>HeuristicLab.Data-3.3</Name> 194 194 <Private>False</Private> 195 195 </ProjectReference> 196 <ProjectReference Include="..\ HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">196 <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj"> 197 197 <Project>{ddfb14dd-2a85-493c-a52d-e69729bbaeb0}</Project> 198 198 <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name> 199 199 <Private>False</Private> 200 200 </ProjectReference> 201 <ProjectReference Include="..\ HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">201 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj"> 202 202 <Project>{06d4a186-9319-48a0-bade-a2058d462eea}</Project> 203 203 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name> 204 204 <Private>False</Private> 205 205 </ProjectReference> 206 <ProjectReference Include="..\ HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">206 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 207 207 <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project> 208 208 <Name>HeuristicLab.Operators-3.3</Name> 209 209 <Private>False</Private> 210 210 </ProjectReference> 211 <ProjectReference Include="..\ HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">211 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 212 212 <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project> 213 213 <Name>HeuristicLab.Optimization-3.3</Name> 214 214 <Private>False</Private> 215 215 </ProjectReference> 216 <ProjectReference Include="..\ HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">216 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 217 217 <Project>{56f9106a-079f-4c61-92f6-86a84c2d84b7}</Project> 218 218 <Name>HeuristicLab.Parameters-3.3</Name> 219 219 <Private>False</Private> 220 220 </ProjectReference> 221 <ProjectReference Include="..\ HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">221 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 222 222 <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project> 223 223 <Name>HeuristicLab.Persistence-3.3</Name> 224 224 <Private>False</Private> 225 225 </ProjectReference> 226 <ProjectReference Include="..\ HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">226 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 227 227 <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project> 228 228 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 229 229 <Private>False</Private> 230 230 </ProjectReference> 231 <ProjectReference Include="..\ HeuristicLab.Problems.ArtificialAnt\3.4\HeuristicLab.Problems.ArtificialAnt-3.4.csproj">231 <ProjectReference Include="..\..\HeuristicLab.Problems.ArtificialAnt\3.4\HeuristicLab.Problems.ArtificialAnt-3.4.csproj"> 232 232 <Project>{0c67a033-f6d9-4237-b3ca-c033a44706be}</Project> 233 233 <Name>HeuristicLab.Problems.ArtificialAnt-3.4</Name> 234 234 <Private>False</Private> 235 235 </ProjectReference> 236 <ProjectReference Include="..\ HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">236 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj"> 237 237 <Project>{5ac82412-911b-4fa2-a013-edc5e3f3fcc2}</Project> 238 238 <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name> 239 239 <Private>False</Private> 240 240 </ProjectReference> 241 <ProjectReference Include="..\ HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">241 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj"> 242 242 <Project>{3d28463f-ec96-4d82-afee-38be91a0ca00}</Project> 243 243 <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name> 244 244 <Private>False</Private> 245 245 </ProjectReference> 246 <ProjectReference Include="..\ HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">246 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj"> 247 247 <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project> 248 248 <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name> 249 249 <Private>False</Private> 250 250 </ProjectReference> 251 <ProjectReference Include="..\ HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">251 <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj"> 252 252 <Project>{3540e29e-4793-49e7-8ee2-fea7f61c3994}</Project> 253 253 <Name>HeuristicLab.Problems.Instances-3.3</Name> 254 254 <Private>False</Private> 255 255 </ProjectReference> 256 <ProjectReference Include="..\ HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">256 <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj"> 257 257 <Project>{f4539fb6-4708-40c9-be64-0a1390aea197}</Project> 258 258 <Name>HeuristicLab.Random-3.3</Name>
Note: See TracChangeset
for help on using the changeset viewer.