Changeset 6833 for branches/Trunk/HeuristicLab.Selection/3.3
- Timestamp:
- 09/26/11 15:54:13 (13 years ago)
- Location:
- branches/Trunk/HeuristicLab.Selection/3.3
- Files:
-
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/Trunk/HeuristicLab.Selection/3.3
- Property svn:ignore
-
old new 4 4 obj 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/Trunk/HeuristicLab.Selection/3.3/HeuristicLab.Selection-3.3.csproj
r6832 r6833 55 55 <WarningLevel>4</WarningLevel> 56 56 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 57 <DocumentationFile></DocumentationFile> 57 <DocumentationFile> 58 </DocumentationFile> 58 59 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 59 60 </PropertyGroup> … … 70 71 <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath> 71 72 <DefineConstants>TRACE</DefineConstants> 72 <DocumentationFile></DocumentationFile> 73 <DocumentationFile> 74 </DocumentationFile> 73 75 <Optimize>true</Optimize> 74 76 <DebugType>pdbonly</DebugType> … … 89 91 <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath> 90 92 <DefineConstants>TRACE</DefineConstants> 91 <DocumentationFile></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> 145 <Private>False</Private></ProjectReference> 148 <Private>False</Private> 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> 149 <Private>False</Private></ProjectReference> 153 <Private>False</Private> 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> 153 <Private>False</Private></ProjectReference> 158 <Private>False</Private> 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> 157 <Private>False</Private></ProjectReference> 163 <Private>False</Private> 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> 161 <Private>False</Private></ProjectReference> 168 <Private>False</Private> 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> 165 <Private>False</Private></ProjectReference> 173 <Private>False</Private> 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> 169 <Private>False</Private></ProjectReference> 178 <Private>False</Private> 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> 173 <Private>False</Private></ProjectReference> 183 <Private>False</Private> 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> 177 <Private>False</Private></ProjectReference> 188 <Private>False</Private> 189 </ProjectReference> 178 190 </ItemGroup> 179 191 <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.