Changeset 6878 for branches/GeneralizedQAP/HeuristicLab.Selection
- 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.Selection/3.3
- Property svn:ignore
-
old new 4 4 obj 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab.Selection/3.3/HeuristicLab.Selection-3.3.csproj
r6342 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 56 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 57 <DocumentationFile>bin\Release\HeuristicLab.Selection-3.3.xml</DocumentationFile> 57 <DocumentationFile> 58 </DocumentationFile> 58 59 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 59 60 </PropertyGroup> 60 61 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 61 62 <DebugSymbols>true</DebugSymbols> 62 <OutputPath> bin\x86\Debug\</OutputPath>63 <OutputPath>$(SolutionDir)\bin\</OutputPath> 63 64 <DefineConstants>DEBUG;TRACE</DefineConstants> 64 65 <DebugType>full</DebugType> … … 68 69 </PropertyGroup> 69 70 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 70 <OutputPath> bin\x86\Release\</OutputPath>71 <OutputPath>$(SolutionDir)\bin\</OutputPath> 71 72 <DefineConstants>TRACE</DefineConstants> 72 <DocumentationFile>bin\x86\Release\HeuristicLab.Selection-3.3.xml</DocumentationFile> 73 <DocumentationFile> 74 </DocumentationFile> 73 75 <Optimize>true</Optimize> 74 76 <DebugType>pdbonly</DebugType> … … 79 81 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 80 82 <DebugSymbols>true</DebugSymbols> 81 <OutputPath> bin\x64\Debug\</OutputPath>83 <OutputPath>$(SolutionDir)\bin\</OutputPath> 82 84 <DefineConstants>DEBUG;TRACE</DefineConstants> 83 85 <DebugType>full</DebugType> … … 87 89 </PropertyGroup> 88 90 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 89 <OutputPath> bin\x64\Release\</OutputPath>91 <OutputPath>$(SolutionDir)\bin\</OutputPath> 90 92 <DefineConstants>TRACE</DefineConstants> 91 <DocumentationFile>bin\x64\Release\HeuristicLab.Selection-3.3.xml</DocumentationFile> 93 <DocumentationFile> 94 </DocumentationFile> 92 95 <Optimize>true</Optimize> 93 96 <DebugType>pdbonly</DebugType> … … 105 108 </ItemGroup> 106 109 <ItemGroup> 107 <None Include=" HeuristicLabSelectionPlugin.cs.frame" />110 <None Include="Plugin.cs.frame" /> 108 111 <Compile Include="BestSelector.cs" /> 109 112 <Compile Include="ConditionalSelector.cs" /> … … 112 115 <Compile Include="LeftSelector.cs" /> 113 116 <Compile Include="NoSameMatesSelector.cs" /> 117 <Compile Include="Plugin.cs" /> 114 118 <Compile Include="RandomReplacer.cs" /> 115 119 <Compile Include="GenderSpecificSelector.cs" /> … … 128 132 <Compile Include="RandomSelector.cs" /> 129 133 <Compile Include="StochasticSingleObjectiveSelector.cs" /> 130 <Compile Include="HeuristicLabSelectionPlugin.cs" />131 134 <Compile Include="Properties\AssemblyInfo.cs" /> 132 135 <Compile Include="Selector.cs" /> … … 137 140 <ItemGroup> 138 141 <None Include="HeuristicLab.snk" /> 139 <None Include="Properties\AssemblyInfo. frame" />142 <None Include="Properties\AssemblyInfo.cs.frame" /> 140 143 </ItemGroup> 141 144 <ItemGroup> … … 143 146 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 144 147 <Name>HeuristicLab.Collections-3.3</Name> 148 <Private>False</Private> 145 149 </ProjectReference> 146 150 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 147 151 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 148 152 <Name>HeuristicLab.Common-3.3</Name> 153 <Private>False</Private> 149 154 </ProjectReference> 150 155 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 151 156 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 152 157 <Name>HeuristicLab.Core-3.3</Name> 158 <Private>False</Private> 153 159 </ProjectReference> 154 160 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 155 161 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 156 162 <Name>HeuristicLab.Data-3.3</Name> 163 <Private>False</Private> 157 164 </ProjectReference> 158 165 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 159 166 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 160 167 <Name>HeuristicLab.Operators-3.3</Name> 168 <Private>False</Private> 161 169 </ProjectReference> 162 170 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 163 171 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 164 172 <Name>HeuristicLab.Optimization-3.3</Name> 173 <Private>False</Private> 165 174 </ProjectReference> 166 175 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 167 176 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project> 168 177 <Name>HeuristicLab.Parameters-3.3</Name> 178 <Private>False</Private> 169 179 </ProjectReference> 170 180 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 171 181 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 172 182 <Name>HeuristicLab.Persistence-3.3</Name> 183 <Private>False</Private> 173 184 </ProjectReference> 174 185 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 175 186 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 176 187 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 188 <Private>False</Private> 177 189 </ProjectReference> 178 190 </ItemGroup> … … 209 221 210 222 call PreBuildEvent.cmd 211 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabSelectionPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabSelectionPlugin.cs"</PreBuildEvent>223 </PreBuildEvent> 212 224 </PropertyGroup> 213 225 </Project>
Note: See TracChangeset
for help on using the changeset viewer.