- 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.Optimization.Operators/3.3
- Property svn:ignore
-
old new 4 4 obj 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab.Optimization.Operators/3.3/HeuristicLab.Optimization.Operators-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 56 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 57 <DocumentationFile>bin\Release\HeuristicLab.Optimization.Operators-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.Optimization.Operators-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.Optimization.Operators-3.3.xml</DocumentationFile> 93 <DocumentationFile> 94 </DocumentationFile> 92 95 <Optimize>true</Optimize> 93 96 <DebugType>pdbonly</DebugType> … … 110 113 <Compile Include="MultiObjective\FastNonDominatedSort.cs" /> 111 114 <Compile Include="MultiObjective\RankAndCrowdingSorter.cs" /> 115 <Compile Include="Plugin.cs" /> 112 116 <Compile Include="ShakingOperator.cs" /> 113 117 <Compile Include="UserDefinedCrossover.cs" /> … … 122 126 <Compile Include="DiscreteDoubleValueModifier.cs" /> 123 127 <Compile Include="ExponentialDiscreteDoubleValueModifier.cs" /> 124 <Compile Include="HeuristicLabOptimizationOperatorsPlugin.cs" />125 128 <Compile Include="LinearDiscreteDoubleValueModifier.cs" /> 126 129 <Compile Include="Properties\AssemblyInfo.cs" /> … … 135 138 <ItemGroup> 136 139 <None Include="HeuristicLab.snk" /> 137 <None Include=" HeuristicLabOptimizationOperatorsPlugin.cs.frame" />138 <None Include="Properties\AssemblyInfo. frame" />140 <None Include="Plugin.cs.frame" /> 141 <None Include="Properties\AssemblyInfo.cs.frame" /> 139 142 </ItemGroup> 140 143 <ItemGroup> … … 142 145 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 143 146 <Name>HeuristicLab.Collections-3.3</Name> 147 <Private>False</Private> 144 148 </ProjectReference> 145 149 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 146 150 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 147 151 <Name>HeuristicLab.Common-3.3</Name> 152 <Private>False</Private> 148 153 </ProjectReference> 149 154 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 150 155 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 151 156 <Name>HeuristicLab.Core-3.3</Name> 157 <Private>False</Private> 152 158 </ProjectReference> 153 159 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 154 160 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 155 161 <Name>HeuristicLab.Data-3.3</Name> 162 <Private>False</Private> 156 163 </ProjectReference> 157 164 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 158 165 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 159 166 <Name>HeuristicLab.Operators-3.3</Name> 167 <Private>False</Private> 160 168 </ProjectReference> 161 169 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 162 170 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 163 171 <Name>HeuristicLab.Optimization-3.3</Name> 172 <Private>False</Private> 164 173 </ProjectReference> 165 174 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 166 175 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project> 167 176 <Name>HeuristicLab.Parameters-3.3</Name> 177 <Private>False</Private> 168 178 </ProjectReference> 169 179 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 170 180 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 171 181 <Name>HeuristicLab.Persistence-3.3</Name> 182 <Private>False</Private> 172 183 </ProjectReference> 173 184 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 174 185 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 175 186 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 187 <Private>False</Private> 176 188 </ProjectReference> 177 189 <ProjectReference Include="..\..\HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj"> 178 190 <Project>{2C36CD4F-E5F5-43A4-801A-201EA895FE17}</Project> 179 191 <Name>HeuristicLab.Selection-3.3</Name> 192 <Private>False</Private> 180 193 </ProjectReference> 181 194 </ItemGroup> … … 212 225 213 226 call PreBuildEvent.cmd 214 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabOptimizationOperatorsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabOptimizationOperatorsPlugin.cs"</PreBuildEvent>227 </PreBuildEvent> 215 228 </PropertyGroup> 216 229 </Project>
Note: See TracChangeset
for help on using the changeset viewer.