- 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.NSGA2/3.3
- Property svn:ignore
-
old new 4 4 HeuristicLabAlgorithmsNSGA2Plugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab.Algorithms.NSGA2/3.3/HeuristicLab.Algorithms.NSGA2-3.3.csproj
r5163 r6878 40 40 <DebugType>full</DebugType> 41 41 <Optimize>false</Optimize> 42 <OutputPath> bin\Debug\</OutputPath>42 <OutputPath>$(SolutionDir)\bin\</OutputPath> 43 43 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 44 <ErrorReport>prompt</ErrorReport> … … 49 49 <DebugType>pdbonly</DebugType> 50 50 <Optimize>true</Optimize> 51 <OutputPath> bin\Release\</OutputPath>51 <OutputPath>$(SolutionDir)\bin\</OutputPath> 52 52 <DefineConstants>TRACE</DefineConstants> 53 53 <ErrorReport>prompt</ErrorReport> … … 57 57 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 58 58 <DebugSymbols>true</DebugSymbols> 59 <OutputPath> bin\x86\Debug\</OutputPath>59 <OutputPath>$(SolutionDir)\bin\</OutputPath> 60 60 <DefineConstants>DEBUG;TRACE</DefineConstants> 61 61 <DebugType>full</DebugType> … … 65 65 </PropertyGroup> 66 66 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 67 <OutputPath> bin\x86\Release\</OutputPath>67 <OutputPath>$(SolutionDir)\bin\</OutputPath> 68 68 <DefineConstants>TRACE</DefineConstants> 69 69 <Optimize>true</Optimize> … … 75 75 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 76 76 <DebugSymbols>true</DebugSymbols> 77 <OutputPath> bin\x64\Debug\</OutputPath>77 <OutputPath>$(SolutionDir)\bin\</OutputPath> 78 78 <DefineConstants>DEBUG;TRACE</DefineConstants> 79 79 <DebugType>full</DebugType> … … 83 83 </PropertyGroup> 84 84 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 85 <OutputPath> bin\x64\Release\</OutputPath>85 <OutputPath>$(SolutionDir)\bin\</OutputPath> 86 86 <DefineConstants>TRACE</DefineConstants> 87 87 <Optimize>true</Optimize> … … 95 95 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project> 96 96 <Name>HeuristicLab.Analysis-3.3</Name> 97 <Private>False</Private> 97 98 </ProjectReference> 98 99 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 99 100 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 100 101 <Name>HeuristicLab.Collections-3.3</Name> 102 <Private>False</Private> 101 103 </ProjectReference> 102 104 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 103 105 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 104 106 <Name>HeuristicLab.Common-3.3</Name> 107 <Private>False</Private> 105 108 </ProjectReference> 106 109 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 107 110 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 108 111 <Name>HeuristicLab.Core-3.3</Name> 112 <Private>False</Private> 109 113 </ProjectReference> 110 114 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 111 115 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 112 116 <Name>HeuristicLab.Data-3.3</Name> 117 <Private>False</Private> 113 118 </ProjectReference> 114 119 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 115 120 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 116 121 <Name>HeuristicLab.Operators-3.3</Name> 122 <Private>False</Private> 117 123 </ProjectReference> 118 124 <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj"> 119 125 <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project> 120 126 <Name>HeuristicLab.Optimization.Operators-3.3</Name> 127 <Private>False</Private> 121 128 </ProjectReference> 122 129 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 123 130 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 124 131 <Name>HeuristicLab.Optimization-3.3</Name> 132 <Private>False</Private> 125 133 </ProjectReference> 126 134 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 127 135 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project> 128 136 <Name>HeuristicLab.Parameters-3.3</Name> 137 <Private>False</Private> 129 138 </ProjectReference> 130 139 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 131 140 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 132 141 <Name>HeuristicLab.Persistence-3.3</Name> 142 <Private>False</Private> 133 143 </ProjectReference> 134 144 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 135 145 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 136 146 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 147 <Private>False</Private> 137 148 </ProjectReference> 138 149 <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj"> 139 150 <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project> 140 151 <Name>HeuristicLab.Random-3.3</Name> 152 <Private>False</Private> 141 153 </ProjectReference> 142 154 <ProjectReference Include="..\..\HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj"> 143 155 <Project>{2C36CD4F-E5F5-43A4-801A-201EA895FE17}</Project> 144 156 <Name>HeuristicLab.Selection-3.3</Name> 157 <Private>False</Private> 145 158 </ProjectReference> 146 159 <Reference Include="System" /> … … 153 166 <ItemGroup> 154 167 <None Include="HeuristicLab.snk" /> 155 <None Include="HeuristicLabAlgorithmsNSGA2Plugin.cs.frame" /> 156 <Compile Include="HeuristicLabAlgorithmsNSGA2Plugin.cs" /> 168 <None Include="Plugin.cs.frame" /> 157 169 <Compile Include="NSGA2.cs" /> 158 170 <Compile Include="NSGA2MainLoop.cs" /> 171 <Compile Include="Plugin.cs" /> 159 172 <Compile Include="Properties\AssemblyInfo.cs" /> 160 <None Include="Properties\AssemblyInfo. frame" />173 <None Include="Properties\AssemblyInfo.cs.frame" /> 161 174 </ItemGroup> 162 175 <ItemGroup> … … 192 205 193 206 call PreBuildEvent.cmd 194 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabAlgorithmsNSGA2Plugin.cs.frame" "%25ProjectDir%25\HeuristicLabAlgorithmsNSGA2Plugin.cs"</PreBuildEvent>207 </PreBuildEvent> 195 208 </PropertyGroup> 196 209 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.