Changeset 6878 for branches/GeneralizedQAP/HeuristicLab.Analysis
- 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.Analysis
- Property svn:mergeinfo changed
/branches/Trunk/HeuristicLab.Analysis (added) merged: 6829,6831-6833,6842-6843,6845,6865 /trunk/sources/HeuristicLab.Analysis merged: 6803,6866 -
Property
svn:ignore
set to
bin
- Property svn:mergeinfo changed
-
branches/GeneralizedQAP/HeuristicLab.Analysis/3.3
- Property svn:ignore
-
old new 4 4 *.user 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab.Analysis/3.3/HeuristicLab.Analysis-3.3.csproj
r6628 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.Analysis-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.Analysis-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.Analysis-3.3.XML</DocumentationFile> 92 <DocumentationFile> 93 </DocumentationFile> 91 94 <Optimize>true</Optimize> 92 95 <DebugType>pdbonly</DebugType> … … 96 99 </PropertyGroup> 97 100 <ItemGroup> 101 <Reference Include="ALGLIB-3.1.0, Version=3.1.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 102 <HintPath>..\..\bin\ALGLIB-3.1.0.dll</HintPath> 103 </Reference> 98 104 <Reference Include="System" /> 99 105 <Reference Include="System.Core"> … … 111 117 </ItemGroup> 112 118 <ItemGroup> 113 <None Include=" HeuristicLabAnalysisPlugin.cs.frame" />119 <None Include="Plugin.cs.frame" /> 114 120 <Compile Include="AlleleFrequencyAnalysis\Allele.cs" /> 115 121 <Compile Include="AlleleFrequencyAnalysis\AlleleFrequency.cs" /> … … 129 135 <Compile Include="MultiObjective\RankBasedParetoFrontAnalyzer.cs" /> 130 136 <Compile Include="MultiObjective\ParetoFrontAnalyzer.cs" /> 137 <Compile Include="Plugin.cs" /> 131 138 <Compile Include="PopulationDiversityAnalysis\PopulationDiversityAnalyzer.cs" /> 132 139 <Compile Include="QualityAnalysis\BestAverageWorstQualityAnalyzer.cs" /> … … 136 143 <Compile Include="QualityAnalysis\QualityDifferenceCalculator.cs" /> 137 144 <Compile Include="MultiAnalyzer.cs" /> 138 <Compile Include="HeuristicLabAnalysisPlugin.cs" />139 145 <Compile Include="Properties\AssemblyInfo.cs" /> 140 146 <Compile Include="QualityAnalysis\QualityDistributionAnalyzer.cs" /> … … 146 152 <ItemGroup> 147 153 <None Include="HeuristicLab.snk" /> 148 <None Include="Properties\AssemblyInfo. frame" />154 <None Include="Properties\AssemblyInfo.cs.frame" /> 149 155 </ItemGroup> 150 156 <ItemGroup> … … 152 158 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 153 159 <Name>HeuristicLab.Collections-3.3</Name> 160 <Private>False</Private> 154 161 </ProjectReference> 155 162 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 156 163 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 157 164 <Name>HeuristicLab.Common.Resources-3.3</Name> 165 <Private>False</Private> 158 166 </ProjectReference> 159 167 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 160 168 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 161 169 <Name>HeuristicLab.Common-3.3</Name> 170 <Private>False</Private> 162 171 </ProjectReference> 163 172 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 164 173 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 165 174 <Name>HeuristicLab.Core-3.3</Name> 175 <Private>False</Private> 166 176 </ProjectReference> 167 177 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 168 178 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 169 179 <Name>HeuristicLab.Data-3.3</Name> 170 </ProjectReference> 171 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\ALGLIB-3.1.0\ALGLIB-3.1.0.csproj"> 172 <Project>{FC841674-62A7-4055-BE91-E41944B6C606}</Project> 173 <Name>ALGLIB-3.1.0</Name> 180 <Private>False</Private> 174 181 </ProjectReference> 175 182 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 176 183 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 177 184 <Name>HeuristicLab.Operators-3.3</Name> 185 <Private>False</Private> 178 186 </ProjectReference> 179 187 <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj"> 180 188 <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project> 181 189 <Name>HeuristicLab.Optimization.Operators-3.3</Name> 190 <Private>False</Private> 182 191 </ProjectReference> 183 192 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 184 193 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 185 194 <Name>HeuristicLab.Optimization-3.3</Name> 195 <Private>False</Private> 186 196 </ProjectReference> 187 197 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 188 198 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project> 189 199 <Name>HeuristicLab.Parameters-3.3</Name> 200 <Private>False</Private> 190 201 </ProjectReference> 191 202 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 192 203 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 193 204 <Name>HeuristicLab.Persistence-3.3</Name> 205 <Private>False</Private> 194 206 </ProjectReference> 195 207 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 196 208 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 197 209 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 210 <Private>False</Private> 198 211 </ProjectReference> 199 212 </ItemGroup> … … 230 243 231 244 call PreBuildEvent.cmd 232 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabAnalysisPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabAnalysisPlugin.cs"</PreBuildEvent>245 </PreBuildEvent> 233 246 </PropertyGroup> 234 247 </Project>
Note: See TracChangeset
for help on using the changeset viewer.