- Timestamp:
- 10/05/11 12:45:26 (13 years ago)
- Location:
- trunk/sources
- Files:
-
- 1 deleted
- 3 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources
- 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 15 bin 16 HeuristicLab 3.3.6.0.ReSharper.user 18 HeuristicLab.ExtLibs.6.0.ReSharper.user
-
- Property svn:mergeinfo changed
/branches/Restructure trunk solution (added) merged: 6828 /branches/Trunk (added) merged: 6829,6831-6833,6842-6848,6850,6865
- Property svn:ignore
-
trunk/sources/HeuristicLab.Problems.QuadraticAssignment.Algorithms/3.3/HeuristicLab.Problems.QuadraticAssignment.Algorithms-3.3.csproj
r6628 r6866 18 18 <DebugType>full</DebugType> 19 19 <Optimize>false</Optimize> 20 <OutputPath> bin\Debug\</OutputPath>20 <OutputPath>$(SolutionDir)\bin\</OutputPath> 21 21 <DefineConstants>DEBUG;TRACE</DefineConstants> 22 22 <ErrorReport>prompt</ErrorReport> … … 26 26 <DebugType>pdbonly</DebugType> 27 27 <Optimize>true</Optimize> 28 <OutputPath> bin\Release\</OutputPath>28 <OutputPath>$(SolutionDir)\bin\</OutputPath> 29 29 <DefineConstants>TRACE</DefineConstants> 30 30 <ErrorReport>prompt</ErrorReport> … … 39 39 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 40 40 <DebugSymbols>true</DebugSymbols> 41 <OutputPath> bin\x86\Debug\</OutputPath>41 <OutputPath>$(SolutionDir)\bin\</OutputPath> 42 42 <DefineConstants>DEBUG;TRACE</DefineConstants> 43 43 <DebugType>full</DebugType> … … 54 54 </PropertyGroup> 55 55 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 56 <OutputPath> bin\x86\Release\</OutputPath>56 <OutputPath>$(SolutionDir)\bin\</OutputPath> 57 57 <DefineConstants>TRACE</DefineConstants> 58 58 <Optimize>true</Optimize> 59 59 <DebugType>pdbonly</DebugType> 60 60 <PlatformTarget>x86</PlatformTarget> 61 <CodeAnalysisLogFile> bin\Release\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>61 <CodeAnalysisLogFile>$(SolutionDir)\bin\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> 62 62 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 63 63 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> … … 70 70 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 71 71 <DebugSymbols>true</DebugSymbols> 72 <OutputPath> bin\x64\Debug\</OutputPath>72 <OutputPath>$(SolutionDir)\bin\</OutputPath> 73 73 <DefineConstants>DEBUG;TRACE</DefineConstants> 74 74 <DebugType>full</DebugType> … … 85 85 </PropertyGroup> 86 86 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 87 <OutputPath> bin\x64\Release\</OutputPath>87 <OutputPath>$(SolutionDir)\bin\</OutputPath> 88 88 <DefineConstants>TRACE</DefineConstants> 89 89 <Optimize>true</Optimize> 90 90 <DebugType>pdbonly</DebugType> 91 91 <PlatformTarget>x64</PlatformTarget> 92 <CodeAnalysisLogFile> bin\Release\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>92 <CodeAnalysisLogFile>$(SolutionDir)\bin\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> 93 93 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 94 94 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> … … 112 112 <Compile Include="Plugin.cs" /> 113 113 <Compile Include="Properties\AssemblyInfo.cs" /> 114 <None Include="Properties\AssemblyInfo. frame" />114 <None Include="Properties\AssemblyInfo.cs.frame" /> 115 115 </ItemGroup> 116 116 <ItemGroup> … … 121 121 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project> 122 122 <Name>HeuristicLab.Analysis-3.3</Name> 123 <Private>False</Private> 123 124 </ProjectReference> 124 125 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 125 126 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 126 127 <Name>HeuristicLab.Collections-3.3</Name> 127 </ProjectReference> 128 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 129 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 130 <Name>HeuristicLab.Common.Resources-3.3</Name> 128 <Private>False</Private> 131 129 </ProjectReference> 132 130 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 133 131 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 134 132 <Name>HeuristicLab.Common-3.3</Name> 133 <Private>False</Private> 135 134 </ProjectReference> 136 135 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 137 136 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 138 137 <Name>HeuristicLab.Core-3.3</Name> 138 <Private>False</Private> 139 139 </ProjectReference> 140 140 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 141 141 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 142 142 <Name>HeuristicLab.Data-3.3</Name> 143 <Private>False</Private> 143 144 </ProjectReference> 144 145 <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj"> 145 146 <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project> 146 147 <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name> 148 <Private>False</Private> 147 149 </ProjectReference> 148 150 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 149 151 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 150 152 <Name>HeuristicLab.Operators-3.3</Name> 153 <Private>False</Private> 151 154 </ProjectReference> 152 155 <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj"> 153 156 <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project> 154 157 <Name>HeuristicLab.Optimization.Operators-3.3</Name> 158 <Private>False</Private> 155 159 </ProjectReference> 156 160 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 157 161 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 158 162 <Name>HeuristicLab.Optimization-3.3</Name> 163 <Private>False</Private> 159 164 </ProjectReference> 160 165 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 161 166 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project> 162 167 <Name>HeuristicLab.Parameters-3.3</Name> 168 <Private>False</Private> 163 169 </ProjectReference> 164 170 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 165 171 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 166 172 <Name>HeuristicLab.Persistence-3.3</Name> 173 <Private>False</Private> 167 174 </ProjectReference> 168 175 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 169 176 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 170 177 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 178 <Private>False</Private> 171 179 </ProjectReference> 172 180 <ProjectReference Include="..\..\HeuristicLab.Problems.QuadraticAssignment\3.3\HeuristicLab.Problems.QuadraticAssignment-3.3.csproj"> 173 181 <Project>{79271BC8-4446-40E2-BB89-9BE4E17174FE}</Project> 174 182 <Name>HeuristicLab.Problems.QuadraticAssignment-3.3</Name> 183 <Private>False</Private> 175 184 </ProjectReference> 176 185 <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj"> 177 186 <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project> 178 187 <Name>HeuristicLab.Random-3.3</Name> 188 <Private>False</Private> 179 189 </ProjectReference> 180 190 </ItemGroup> … … 187 197 188 198 call PreBuildEvent.cmd 189 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Plugin.cs.frame" "%25ProjectDir%25\Plugin.cs"</PreBuildEvent>199 </PreBuildEvent> 190 200 </PropertyGroup> 191 201 <PropertyGroup> -
trunk/sources/HeuristicLab.Problems.QuadraticAssignment.Algorithms/3.3/Plugin.cs.frame
r6628 r6866 28 28 [PluginDependency("HeuristicLab.Collections", "3.3")] 29 29 [PluginDependency("HeuristicLab.Common", "3.3")] 30 [PluginDependency("HeuristicLab.Common.Resources", "3.3")]31 30 [PluginDependency("HeuristicLab.Core", "3.3")] 32 31 [PluginDependency("HeuristicLab.Data", "3.3")]
Note: See TracChangeset
for help on using the changeset viewer.