Changeset 12084 for branches/ALPS
- Timestamp:
- 02/26/15 13:54:09 (10 years ago)
- Location:
- branches/ALPS
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ALPS
-
Property
svn:ignore
set to
*.suo
-
Property
svn:ignore
set to
-
branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/HeuristicLab.Algorithms.ALPS-3.3.csproj
r12046 r12084 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> … … 27 27 <DebugType>pdbonly</DebugType> 28 28 <Optimize>true</Optimize> 29 <OutputPath>..\..\ bin\</OutputPath>29 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 30 30 <DefineConstants>TRACE</DefineConstants> 31 31 <ErrorReport>prompt</ErrorReport> … … 35 35 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 36 36 <DebugSymbols>true</DebugSymbols> 37 <OutputPath>..\..\ bin\</OutputPath>37 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 38 38 <DefineConstants>DEBUG;TRACE</DefineConstants> 39 39 <DebugType>full</DebugType> … … 44 44 </PropertyGroup> 45 45 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 46 <OutputPath>..\..\ bin\</OutputPath>46 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 47 47 <DefineConstants>TRACE</DefineConstants> 48 48 <Optimize>true</Optimize> … … 55 55 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 56 56 <DebugSymbols>true</DebugSymbols> 57 <OutputPath>..\..\ bin\</OutputPath>57 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 58 58 <DefineConstants>DEBUG;TRACE</DefineConstants> 59 59 <DebugType>full</DebugType> … … 64 64 </PropertyGroup> 65 65 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 66 <OutputPath>..\..\ bin\</OutputPath>66 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 67 67 <DefineConstants>TRACE</DefineConstants> 68 68 <Optimize>true</Optimize> … … 80 80 </PropertyGroup> 81 81 <ItemGroup> 82 <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3"> 83 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath> 84 </Reference> 85 <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 86 <SpecificVersion>False</SpecificVersion> 87 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath> 88 </Reference> 89 <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 90 <SpecificVersion>False</SpecificVersion> 91 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath> 92 </Reference> 93 <Reference Include="HeuristicLab.Common-3.3"> 94 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 95 </Reference> 96 <Reference Include="HeuristicLab.Common.Resources-3.3"> 97 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 98 </Reference> 99 <Reference Include="HeuristicLab.Core-3.3"> 100 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 101 </Reference> 102 <Reference Include="HeuristicLab.Data-3.3"> 103 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath> 104 </Reference> 105 <Reference Include="HeuristicLab.Operators-3.3"> 106 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath> 107 </Reference> 108 <Reference Include="HeuristicLab.Optimization-3.3"> 109 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 110 </Reference> 111 <Reference Include="HeuristicLab.Optimization.Operators-3.3"> 112 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath> 113 </Reference> 114 <Reference Include="HeuristicLab.Parameters-3.3"> 115 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 116 </Reference> 117 <Reference Include="HeuristicLab.Persistence-3.3"> 118 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 119 </Reference> 120 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 121 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 122 </Reference> 123 <Reference Include="HeuristicLab.Random-3.3"> 124 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath> 125 </Reference> 126 <Reference Include="HeuristicLab.Selection-3.3"> 127 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Selection-3.3.dll</HintPath> 128 </Reference> 82 129 <Reference Include="System" /> 83 130 <Reference Include="System.Core" /> … … 110 157 <None Include="Properties\AssemblyInfo.cs.frame" /> 111 158 </ItemGroup> 112 <ItemGroup>113 <ProjectReference Include="..\..\HeuristicLab.Algorithms.GeneticAlgorithm\3.3\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.csproj">114 <Project>{a51da44f-cb35-4f6f-99f5-2a2e904ab93b}</Project>115 <Name>HeuristicLab.Algorithms.GeneticAlgorithm-3.3</Name>116 </ProjectReference>117 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">118 <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>119 <Name>HeuristicLab.Analysis-3.3</Name>120 <Private>False</Private>121 </ProjectReference>122 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">123 <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>124 <Name>HeuristicLab.Collections-3.3</Name>125 <Private>False</Private>126 </ProjectReference>127 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">128 <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>129 <Name>HeuristicLab.Common.Resources-3.3</Name>130 </ProjectReference>131 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">132 <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>133 <Name>HeuristicLab.Common-3.3</Name>134 <Private>False</Private>135 </ProjectReference>136 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">137 <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>138 <Name>HeuristicLab.Core-3.3</Name>139 </ProjectReference>140 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">141 <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>142 <Name>HeuristicLab.Data-3.3</Name>143 <Private>False</Private>144 </ProjectReference>145 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">146 <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>147 <Name>HeuristicLab.Operators-3.3</Name>148 <Private>False</Private>149 </ProjectReference>150 <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">151 <Project>{25087811-f74c-4128-bc86-8324271da13e}</Project>152 <Name>HeuristicLab.Optimization.Operators-3.3</Name>153 <Private>False</Private>154 </ProjectReference>155 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">156 <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>157 <Name>HeuristicLab.Optimization-3.3</Name>158 <Private>False</Private>159 </ProjectReference>160 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">161 <Project>{56f9106a-079f-4c61-92f6-86a84c2d84b7}</Project>162 <Name>HeuristicLab.Parameters-3.3</Name>163 <Private>False</Private>164 </ProjectReference>165 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">166 <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project>167 <Name>HeuristicLab.Persistence-3.3</Name>168 <Private>False</Private>169 </ProjectReference>170 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">171 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>172 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>173 <Private>False</Private>174 </ProjectReference>175 <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">176 <Project>{f4539fb6-4708-40c9-be64-0a1390aea197}</Project>177 <Name>HeuristicLab.Random-3.3</Name>178 <Private>False</Private>179 </ProjectReference>180 <ProjectReference Include="..\..\HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj">181 <Project>{2c36cd4f-e5f5-43a4-801a-201ea895fe17}</Project>182 <Name>HeuristicLab.Selection-3.3</Name>183 <Private>False</Private>184 </ProjectReference>185 </ItemGroup>186 159 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 187 160 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.