- Timestamp:
- 10/05/11 21:55:55 (13 years ago)
- Location:
- branches/GeneralizedQAP
- Files:
-
- 3 deleted
- 4 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP
- Property svn:ignore
-
old new 1 *.docstates 2 *.psess 1 3 *.resharper 2 4 *.suo 5 *.vsp 3 6 Google.ProtocolBuffers-0.9.1.dll 7 HeuristicLab 3.3.5.1.ReSharper.user 8 HeuristicLab 3.3.6.0.ReSharper.user 4 9 HeuristicLab.4.5.resharper.user 5 10 HeuristicLab.resharper.user … … 8 13 _ReSharper.HeuristicLab 9 14 _ReSharper.HeuristicLab 3.3 15 _ReSharper.HeuristicLab.ExtLibs 16 bin 10 17 protoc.exe 11 HeuristicLab 3.3.5.1.ReSharper.user 12 *.psess 13 *.vsp 14 *.docstates 18 HeuristicLab.ExtLibs.6.0.ReSharper.user
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab.Encodings.RealVectorEncoding
-
Property
svn:ignore
set to
bin
-
Property
svn:ignore
set to
-
branches/GeneralizedQAP/HeuristicLab.Encodings.RealVectorEncoding/3.3
- Property svn:ignore
-
old new 4 4 *.user 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab.Encodings.RealVectorEncoding/3.3/HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj
r6042 r6878 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath> bin\Debug\</OutputPath>43 <OutputPath>$(SolutionDir)\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <ErrorReport>prompt</ErrorReport> … … 50 50 <DebugType>pdbonly</DebugType> 51 51 <Optimize>true</Optimize> 52 <OutputPath> bin\Release\</OutputPath>52 <OutputPath>$(SolutionDir)\bin\</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <ErrorReport>prompt</ErrorReport> 55 55 <WarningLevel>4</WarningLevel> 56 <DocumentationFile>bin\Release\HeuristicLab.Encodings.RealVectorEncoding-3.3.xml</DocumentationFile> 56 <DocumentationFile> 57 </DocumentationFile> 57 58 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 58 59 </PropertyGroup> 59 60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 60 61 <DebugSymbols>true</DebugSymbols> 61 <OutputPath> bin\x86\Debug\</OutputPath>62 <OutputPath>$(SolutionDir)\bin\</OutputPath> 62 63 <DefineConstants>DEBUG;TRACE</DefineConstants> 63 64 <DebugType>full</DebugType> … … 67 68 </PropertyGroup> 68 69 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 69 <OutputPath> bin\x86\Release\</OutputPath>70 <OutputPath>$(SolutionDir)\bin\</OutputPath> 70 71 <DefineConstants>TRACE</DefineConstants> 71 <DocumentationFile>bin\x86\Release\HeuristicLab.Encodings.RealVectorEncoding-3.3.xml</DocumentationFile> 72 <DocumentationFile> 73 </DocumentationFile> 72 74 <Optimize>true</Optimize> 73 75 <DebugType>pdbonly</DebugType> … … 78 80 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 79 81 <DebugSymbols>true</DebugSymbols> 80 <OutputPath> bin\x64\Debug\</OutputPath>82 <OutputPath>$(SolutionDir)\bin\</OutputPath> 81 83 <DefineConstants>DEBUG;TRACE</DefineConstants> 82 84 <DebugType>full</DebugType> … … 86 88 </PropertyGroup> 87 89 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 88 <OutputPath> bin\x64\Release\</OutputPath>90 <OutputPath>$(SolutionDir)\bin\</OutputPath> 89 91 <DefineConstants>TRACE</DefineConstants> 90 <DocumentationFile>bin\x64\Release\HeuristicLab.Encodings.RealVectorEncoding-3.3.xml</DocumentationFile> 92 <DocumentationFile> 93 </DocumentationFile> 91 94 <Optimize>true</Optimize> 92 95 <DebugType>pdbonly</DebugType> … … 121 124 <Compile Include="ParticleOperators\RealVectorSwarmUpdater.cs" /> 122 125 <Compile Include="ParticleOperators\RealVectorTotallyConnectedParticleUpdater.cs" /> 126 <Compile Include="Plugin.cs" /> 123 127 <Compile Include="RealVectorCreator.cs" /> 124 128 <Compile Include="RealVectorCrossover.cs" /> … … 140 144 <Compile Include="Crossovers\UniformAllPositionsArithmeticCrossover.cs" /> 141 145 <Compile Include="Crossovers\UniformSomePositionsArithmeticCrossover.cs" /> 142 <Compile Include="HeuristicLabEncodingsRealVectorEncodingPlugin.cs" />143 146 <Compile Include="Interfaces\IRealVectorStdDevStrategyParameterCreator.cs" /> 144 147 <Compile Include="Interfaces\IRealVectorStdDevStrategyParameterCrossover.cs" /> … … 174 177 <Compile Include="StrategyParameters\StdDevStrategyVectorManipulator.cs" /> 175 178 <None Include="HeuristicLab.snk" /> 176 <None Include=" HeuristicLabEncodingsRealVectorEncodingPlugin.cs.frame" />177 <None Include="Properties\AssemblyInfo. frame" />179 <None Include="Plugin.cs.frame" /> 180 <None Include="Properties\AssemblyInfo.cs.frame" /> 178 181 </ItemGroup> 179 182 <ItemGroup> … … 181 184 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 182 185 <Name>HeuristicLab.Collections-3.3</Name> 186 <Private>False</Private> 183 187 </ProjectReference> 184 188 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 185 189 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 186 190 <Name>HeuristicLab.Common-3.3</Name> 191 <Private>False</Private> 187 192 </ProjectReference> 188 193 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 189 194 <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project> 190 195 <Name>HeuristicLab.Core-3.3</Name> 196 <Private>False</Private> 191 197 </ProjectReference> 192 198 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 193 199 <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project> 194 200 <Name>HeuristicLab.Data-3.3</Name> 201 <Private>False</Private> 195 202 </ProjectReference> 196 203 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 197 204 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 198 205 <Name>HeuristicLab.Operators-3.3</Name> 206 <Private>False</Private> 199 207 </ProjectReference> 200 208 <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj"> 201 209 <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project> 202 210 <Name>HeuristicLab.Optimization.Operators-3.3</Name> 211 <Private>False</Private> 203 212 </ProjectReference> 204 213 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 205 214 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 206 215 <Name>HeuristicLab.Optimization-3.3</Name> 216 <Private>False</Private> 207 217 </ProjectReference> 208 218 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 209 219 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project> 210 220 <Name>HeuristicLab.Parameters-3.3</Name> 221 <Private>False</Private> 211 222 </ProjectReference> 212 223 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 213 224 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 214 225 <Name>HeuristicLab.Persistence-3.3</Name> 226 <Private>False</Private> 215 227 </ProjectReference> 216 228 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 217 229 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 218 230 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 231 <Private>False</Private> 219 232 </ProjectReference> 220 233 <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj"> 221 234 <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project> 222 235 <Name>HeuristicLab.Random-3.3</Name> 236 <Private>False</Private> 223 237 </ProjectReference> 224 238 </ItemGroup> … … 256 270 257 271 call PreBuildEvent.cmd 258 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabEncodingsRealVectorEncodingPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabEncodingsRealVectorEncodingPlugin.cs"</PreBuildEvent>272 </PreBuildEvent> 259 273 </PropertyGroup> 260 274 </Project>
Note: See TracChangeset
for help on using the changeset viewer.