- Timestamp:
- 10/05/11 21:55:55 (13 years ago)
- Location:
- branches/GeneralizedQAP
- Files:
-
- 2 deleted
- 3 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.Algorithms.GeneticAlgorithm/3.3
- Property svn:ignore
-
old new 4 4 HeuristicLabAlgorithmsGeneticAlgorithmPlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/HeuristicLab.Algorithms.GeneticAlgorithm-3.3.csproj
r5163 r6878 21 21 </StartupObject> 22 22 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 23 <TargetFrameworkProfile></TargetFrameworkProfile> 23 <TargetFrameworkProfile> 24 </TargetFrameworkProfile> 24 25 <PublishUrl>publish\</PublishUrl> 25 26 <Install>true</Install> … … 42 43 <DebugType>full</DebugType> 43 44 <Optimize>false</Optimize> 44 <OutputPath> bin\Debug\</OutputPath>45 <OutputPath>$(SolutionDir)\bin\</OutputPath> 45 46 <DefineConstants>DEBUG;TRACE</DefineConstants> 46 47 <ErrorReport>prompt</ErrorReport> … … 51 52 <DebugType>pdbonly</DebugType> 52 53 <Optimize>true</Optimize> 53 <OutputPath> bin\Release\</OutputPath>54 <OutputPath>$(SolutionDir)\bin\</OutputPath> 54 55 <DefineConstants>TRACE</DefineConstants> 55 56 <ErrorReport>prompt</ErrorReport> 56 57 <WarningLevel>4</WarningLevel> 57 <DocumentationFile>bin\Release\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.xml</DocumentationFile> 58 <DocumentationFile> 59 </DocumentationFile> 58 60 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 59 61 </PropertyGroup> 60 62 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 61 63 <DebugSymbols>true</DebugSymbols> 62 <OutputPath> bin\x86\Debug\</OutputPath>64 <OutputPath>$(SolutionDir)\bin\</OutputPath> 63 65 <DefineConstants>DEBUG;TRACE</DefineConstants> 64 66 <DebugType>full</DebugType> … … 68 70 </PropertyGroup> 69 71 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 70 <OutputPath> bin\x86\Release\</OutputPath>72 <OutputPath>$(SolutionDir)\bin\</OutputPath> 71 73 <DefineConstants>TRACE</DefineConstants> 72 <DocumentationFile>bin\x86\Release\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.xml</DocumentationFile> 74 <DocumentationFile> 75 </DocumentationFile> 73 76 <Optimize>true</Optimize> 74 77 <DebugType>pdbonly</DebugType> … … 79 82 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 80 83 <DebugSymbols>true</DebugSymbols> 81 <OutputPath> bin\x64\Debug\</OutputPath>84 <OutputPath>$(SolutionDir)\bin\</OutputPath> 82 85 <DefineConstants>DEBUG;TRACE</DefineConstants> 83 86 <DebugType>full</DebugType> … … 87 90 </PropertyGroup> 88 91 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 89 <OutputPath> bin\x64\Release\</OutputPath>92 <OutputPath>$(SolutionDir)\bin\</OutputPath> 90 93 <DefineConstants>TRACE</DefineConstants> 91 <DocumentationFile>bin\x64\Release\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.xml</DocumentationFile> 94 <DocumentationFile> 95 </DocumentationFile> 92 96 <Optimize>true</Optimize> 93 97 <DebugType>pdbonly</DebugType> … … 107 111 <Compile Include="GeneticAlgorithm.cs" /> 108 112 <Compile Include="GeneticAlgorithmMainLoop.cs" /> 109 <Compile Include="HeuristicLabAlgorithmsGeneticAlgorithmPlugin.cs" />110 113 <Compile Include="IslandGeneticAlgorithm.cs" /> 111 114 <Compile Include="IslandGeneticAlgorithmMainLoop.cs" /> 115 <Compile Include="Plugin.cs" /> 112 116 <Compile Include="Properties\AssemblyInfo.cs" /> 113 117 </ItemGroup> … … 116 120 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project> 117 121 <Name>HeuristicLab.Analysis-3.3</Name> 122 <Private>False</Private> 118 123 </ProjectReference> 119 124 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 120 125 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 121 126 <Name>HeuristicLab.Collections-3.3</Name> 127 <Private>False</Private> 122 128 </ProjectReference> 123 129 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 124 130 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 125 131 <Name>HeuristicLab.Common-3.3</Name> 132 <Private>False</Private> 126 133 </ProjectReference> 127 134 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 128 135 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 129 136 <Name>HeuristicLab.Core-3.3</Name> 137 <Private>False</Private> 130 138 </ProjectReference> 131 139 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 132 140 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 133 141 <Name>HeuristicLab.Data-3.3</Name> 142 <Private>False</Private> 134 143 </ProjectReference> 135 144 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 136 145 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 137 146 <Name>HeuristicLab.Operators-3.3</Name> 147 <Private>False</Private> 138 148 </ProjectReference> 139 149 <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj"> 140 150 <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project> 141 151 <Name>HeuristicLab.Optimization.Operators-3.3</Name> 152 <Private>False</Private> 142 153 </ProjectReference> 143 154 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 144 155 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 145 156 <Name>HeuristicLab.Optimization-3.3</Name> 157 <Private>False</Private> 146 158 </ProjectReference> 147 159 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 148 160 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project> 149 161 <Name>HeuristicLab.Parameters-3.3</Name> 162 <Private>False</Private> 150 163 </ProjectReference> 151 164 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 152 165 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 153 166 <Name>HeuristicLab.Persistence-3.3</Name> 167 <Private>False</Private> 154 168 </ProjectReference> 155 169 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 156 170 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 157 171 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 172 <Private>False</Private> 158 173 </ProjectReference> 159 174 <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj"> 160 175 <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project> 161 176 <Name>HeuristicLab.Random-3.3</Name> 177 <Private>False</Private> 162 178 </ProjectReference> 163 179 <ProjectReference Include="..\..\HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj"> 164 180 <Project>{2C36CD4F-E5F5-43A4-801A-201EA895FE17}</Project> 165 181 <Name>HeuristicLab.Selection-3.3</Name> 182 <Private>False</Private> 166 183 </ProjectReference> 167 184 </ItemGroup> 168 185 <ItemGroup> 169 186 <None Include="HeuristicLab.snk" /> 170 <None Include=" HeuristicLabAlgorithmsGeneticAlgorithmPlugin.cs.frame" />171 <None Include="Properties\AssemblyInfo. frame" />187 <None Include="Plugin.cs.frame" /> 188 <None Include="Properties\AssemblyInfo.cs.frame" /> 172 189 </ItemGroup> 173 190 <ItemGroup> … … 203 220 204 221 call PreBuildEvent.cmd 205 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabAlgorithmsGeneticAlgorithmPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabAlgorithmsGeneticAlgorithmPlugin.cs"</PreBuildEvent>222 </PreBuildEvent> 206 223 </PropertyGroup> 207 224 </Project>
Note: See TracChangeset
for help on using the changeset viewer.