- Timestamp:
- 04/10/17 11:41:09 (8 years ago)
- Location:
- branches/BinPackingExtension
- Files:
-
- 2 added
- 2 edited
- 6 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/BinPackingExtension/HeuristicLab.Problems.BinPacking.Views/3.3/HeuristicLab.Problems.BinPacking.Views-3.3.csproj
r14273 r14835 19 19 <DebugType>full</DebugType> 20 20 <Optimize>false</Optimize> 21 <OutputPath>..\..\ bin\</OutputPath>21 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 22 22 <DefineConstants>DEBUG;TRACE</DefineConstants> 23 23 <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> … … 34 34 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 35 35 <DebugSymbols>true</DebugSymbols> 36 <OutputPath>..\..\ bin\</OutputPath>36 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 37 37 <DefineConstants>DEBUG;TRACE</DefineConstants> 38 38 <DebugType>full</DebugType> … … 41 41 </PropertyGroup> 42 42 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 43 <OutputPath>..\..\ bin\</OutputPath>43 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 44 44 <DefineConstants>TRACE</DefineConstants> 45 45 <Optimize>true</Optimize> … … 50 50 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 51 51 <DebugSymbols>true</DebugSymbols> 52 <OutputPath>..\..\ bin\</OutputPath>52 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 53 53 <DefineConstants>DEBUG;TRACE</DefineConstants> 54 54 <DebugType>full</DebugType> … … 57 57 </PropertyGroup> 58 58 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 59 <OutputPath>..\..\ bin\</OutputPath>59 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 60 60 <DefineConstants>TRACE</DefineConstants> 61 61 <Optimize>true</Optimize> … … 71 71 </PropertyGroup> 72 72 <ItemGroup> 73 <Reference Include="HeuristicLab.Collections-3.3"> 74 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath> 75 <Private>False</Private> 76 </Reference> 77 <Reference Include="HeuristicLab.Common-3.3"> 78 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 79 <Private>False</Private> 80 </Reference> 81 <Reference Include="HeuristicLab.Core-3.3"> 82 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 83 <Private>False</Private> 84 </Reference> 85 <Reference Include="HeuristicLab.Core.Views-3.3"> 86 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath> 87 <Private>False</Private> 88 </Reference> 89 <Reference Include="HeuristicLab.MainForm-3.3"> 90 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath> 91 <Private>False</Private> 92 </Reference> 93 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3"> 94 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 95 <Private>False</Private> 96 </Reference> 97 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 98 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 99 <Private>False</Private> 100 </Reference> 73 101 <Reference Include="PresentationCore" /> 74 102 <Reference Include="PresentationFramework" /> … … 126 154 </ItemGroup> 127 155 <ItemGroup> 128 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">129 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>130 <Name>HeuristicLab.Collections-3.3</Name>131 <Private>False</Private>132 </ProjectReference>133 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">134 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>135 <Name>HeuristicLab.Common-3.3</Name>136 <Private>False</Private>137 </ProjectReference>138 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">139 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>140 <Name>HeuristicLab.Core.Views-3.3</Name>141 <Private>False</Private>142 </ProjectReference>143 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">144 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>145 <Name>HeuristicLab.Core-3.3</Name>146 <Private>False</Private>147 </ProjectReference>148 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">149 <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>150 <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>151 <Private>False</Private>152 </ProjectReference>153 <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">154 <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>155 <Name>HeuristicLab.MainForm-3.3</Name>156 <Private>False</Private>157 </ProjectReference>158 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">159 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>160 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>161 <Private>False</Private>162 </ProjectReference>163 156 <ProjectReference Include="..\..\HeuristicLab.Problems.BinPacking\3.3\HeuristicLab.Problems.BinPacking-3.3.csproj"> 164 157 <Project>{F8A55094-3CD5-4034-B0CA-5BD7FFB016D4}</Project> -
branches/BinPackingExtension/HeuristicLab.Problems.BinPacking/3.3/HeuristicLab.Problems.BinPacking-3.3.csproj
r14273 r14835 19 19 <DebugType>full</DebugType> 20 20 <Optimize>false</Optimize> 21 <OutputPath>..\..\ bin\</OutputPath>21 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 22 22 <DefineConstants>DEBUG;TRACE</DefineConstants> 23 23 <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> … … 34 34 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 35 35 <DebugSymbols>true</DebugSymbols> 36 <OutputPath>..\..\ bin\</OutputPath>36 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 37 37 <DefineConstants>DEBUG;TRACE</DefineConstants> 38 38 <DebugType>full</DebugType> … … 41 41 </PropertyGroup> 42 42 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 43 <OutputPath>..\..\ bin\</OutputPath>43 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 44 44 <DefineConstants>TRACE</DefineConstants> 45 45 <Optimize>true</Optimize> … … 51 51 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 52 52 <DebugSymbols>true</DebugSymbols> 53 <OutputPath>..\..\ bin\</OutputPath>53 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 54 54 <DefineConstants>DEBUG;TRACE</DefineConstants> 55 55 <DebugType>full</DebugType> … … 58 58 </PropertyGroup> 59 59 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 60 <OutputPath>..\..\ bin\</OutputPath>60 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 61 61 <DefineConstants>TRACE</DefineConstants> 62 62 <Optimize>true</Optimize> … … 72 72 </PropertyGroup> 73 73 <ItemGroup> 74 <Reference Include="HeuristicLab.Collections-3.3"> 75 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath> 76 <Private>False</Private> 77 </Reference> 78 <Reference Include="HeuristicLab.Common-3.3"> 79 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 80 <Private>False</Private> 81 </Reference> 82 <Reference Include="HeuristicLab.Core-3.3"> 83 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 84 <Private>False</Private> 85 </Reference> 86 <Reference Include="HeuristicLab.Data-3.3"> 87 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath> 88 <Private>False</Private> 89 </Reference> 90 <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3"> 91 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath> 92 <Private>False</Private> 93 </Reference> 94 <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3"> 95 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath> 96 <Private>False</Private> 97 </Reference> 98 <Reference Include="HeuristicLab.Operators-3.3"> 99 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath> 100 <Private>False</Private> 101 </Reference> 102 <Reference Include="HeuristicLab.Optimization-3.3"> 103 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 104 <Private>False</Private> 105 </Reference> 106 <Reference Include="HeuristicLab.Parameters-3.3"> 107 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 108 <Private>False</Private> 109 </Reference> 110 <Reference Include="HeuristicLab.Persistence-3.3"> 111 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 112 <Private>False</Private> 113 </Reference> 114 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 115 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 116 <Private>False</Private> 117 </Reference> 118 <Reference Include="HeuristicLab.Problems.Instances-3.3"> 119 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 120 <Private>False</Private> 121 </Reference> 122 <Reference Include="HeuristicLab.Random-3.3"> 123 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath> 124 <Private>False</Private> 125 </Reference> 74 126 <Reference Include="System" /> 75 127 <Reference Include="System.Core" /> … … 149 201 </ItemGroup> 150 202 <ItemGroup /> 151 <ItemGroup>152 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">153 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>154 <Name>HeuristicLab.Collections-3.3</Name>155 <Private>False</Private>156 </ProjectReference>157 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">158 <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>159 <Name>HeuristicLab.Common-3.3</Name>160 <Private>False</Private>161 </ProjectReference>162 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">163 <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>164 <Name>HeuristicLab.Core-3.3</Name>165 <Private>False</Private>166 </ProjectReference>167 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">168 <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>169 <Name>HeuristicLab.Data-3.3</Name>170 <Private>False</Private>171 </ProjectReference>172 <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">173 <Project>{ddfb14dd-2a85-493c-a52d-e69729bbaeb0}</Project>174 <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>175 <Private>False</Private>176 </ProjectReference>177 <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">178 <Project>{dbecb8b0-b166-4133-baf1-ed67c3fd7fca}</Project>179 <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>180 <Private>False</Private>181 </ProjectReference>182 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">183 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>184 <Name>HeuristicLab.Operators-3.3</Name>185 <Private>False</Private>186 </ProjectReference>187 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">188 <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>189 <Name>HeuristicLab.Optimization-3.3</Name>190 <Private>False</Private>191 </ProjectReference>192 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">193 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>194 <Name>HeuristicLab.Parameters-3.3</Name>195 <Private>False</Private>196 </ProjectReference>197 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">198 <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project>199 <Name>HeuristicLab.Persistence-3.3</Name>200 <Private>False</Private>201 </ProjectReference>202 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">203 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>204 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>205 <Private>False</Private>206 </ProjectReference>207 <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">208 <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>209 <Name>HeuristicLab.Problems.Instances-3.3</Name>210 <Private>False</Private>211 </ProjectReference>212 <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">213 <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>214 <Name>HeuristicLab.Random-3.3</Name>215 <Private>False</Private>216 </ProjectReference>217 </ItemGroup>218 203 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 219 204 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.