Changeset 6833 for branches/Trunk/HeuristicLab.ExtLibs
- Timestamp:
- 09/26/11 15:54:13 (13 years ago)
- Location:
- branches/Trunk/HeuristicLab.ExtLibs
- Files:
-
- 12 edited
- 15 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.1.0/HeuristicLab.ALGLIB-3.1.0
- Property svn:ignore
-
old new 4 4 HeuristicLabALGLIBPlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.1.0/HeuristicLab.ALGLIB-3.1.0/HeuristicLab.ALGLIB-3.1.0.csproj
r6832 r6833 107 107 </ItemGroup> 108 108 <ItemGroup> 109 <Compile Include=" HeuristicLabALGLIBPlugin.cs" />109 <Compile Include="Plugin.cs" /> 110 110 <Compile Include="Properties\AssemblyInfo.cs" /> 111 111 </ItemGroup> … … 114 114 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 115 115 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 116 <Private>False</Private></ProjectReference> 116 <Private>False</Private> 117 </ProjectReference> 117 118 <ProjectReference Include="..\ALGLIB-3.1.0\ALGLIB-3.1.0.csproj"> 118 119 <Project>{FC841674-62A7-4055-BE91-E41944B6C606}</Project> 119 120 <Name>ALGLIB-3.1.0</Name> 120 <Private>False</Private></ProjectReference> 121 <Private>False</Private> 122 </ProjectReference> 121 123 </ItemGroup> 122 124 <ItemGroup> 123 125 <None Include="HeuristicLab.snk" /> 124 <None Include=" HeuristicLabALGLIBPlugin.cs.frame" />125 <None Include="Properties\AssemblyInfo. frame" />126 <None Include="Plugin.cs.frame" /> 127 <None Include="Properties\AssemblyInfo.cs.frame" /> 126 128 </ItemGroup> 127 129 <ItemGroup> … … 162 164 163 165 call PreBuildEvent.cmd 164 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabALGLIBPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabALGLIBPlugin.cs"</PreBuildEvent>166 </PreBuildEvent> 165 167 </PropertyGroup> 166 168 </Project> -
branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.DayView/1.0/HeuristicLab.DayView-1.0.csproj
r6832 r6833 107 107 </ItemGroup> 108 108 <ItemGroup> 109 <Compile Include=" HeuristicLabDayViewPlugin.cs" />109 <Compile Include="Plugin.cs" /> 110 110 <Compile Include="Properties\AssemblyInfo.cs" /> 111 111 </ItemGroup> 112 112 <ItemGroup> 113 113 <None Include="HeuristicLab.snk" /> 114 <None Include="Properties\AssemblyInfo. frame" />114 <None Include="Properties\AssemblyInfo.cs.frame" /> 115 115 </ItemGroup> 116 116 <ItemGroup> … … 143 143 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 144 144 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 145 <Private>False</Private></ProjectReference> 145 <Private>False</Private> 146 </ProjectReference> 146 147 </ItemGroup> 147 148 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -
branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.DayView/1.0/Plugin.cs
r6829 r6833 27 27 [PluginFile("Calendar.DayView.dll", PluginFileType.Assembly)] 28 28 [PluginFile("DayView License.txt", PluginFileType.License)] 29 public class HeuristicLabDayViewPlugin : PluginBase {29 public class Plugin : PluginBase { 30 30 } 31 31 } -
branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.LibSVM/1.6.3/HeuristicLab.LibSVM-1.6.3
- Property svn:ignore
-
old new 4 4 HeuristicLabLibSVMPlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.LibSVM/1.6.3/HeuristicLab.LibSVM-1.6.3/HeuristicLab.LibSVM-1.6.3.csproj
r6832 r6833 12 12 <AssemblyName>HeuristicLab.LibSVM-1.6.3</AssemblyName> 13 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 <TargetFrameworkProfile></TargetFrameworkProfile> 14 <TargetFrameworkProfile> 15 </TargetFrameworkProfile> 15 16 <FileAlignment>512</FileAlignment> 16 17 <SignAssembly>true</SignAssembly> … … 53 54 <ErrorReport>prompt</ErrorReport> 54 55 <WarningLevel>4</WarningLevel> 55 <DocumentationFile></DocumentationFile> 56 <DocumentationFile> 57 </DocumentationFile> 56 58 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 57 59 </PropertyGroup> … … 68 70 <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath> 69 71 <DefineConstants>TRACE</DefineConstants> 70 <DocumentationFile></DocumentationFile> 72 <DocumentationFile> 73 </DocumentationFile> 71 74 <Optimize>true</Optimize> 72 75 <DebugType>pdbonly</DebugType> … … 87 90 <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath> 88 91 <DefineConstants>TRACE</DefineConstants> 89 <DocumentationFile></DocumentationFile> 92 <DocumentationFile> 93 </DocumentationFile> 90 94 <Optimize>true</Optimize> 91 95 <DebugType>pdbonly</DebugType> … … 109 113 </ItemGroup> 110 114 <ItemGroup> 111 <None Include=" HeuristicLabLibSVMPlugin.cs.frame" />112 <Compile Include=" HeuristicLabLibSVMPlugin.cs" />115 <None Include="Plugin.cs.frame" /> 116 <Compile Include="Plugin.cs" /> 113 117 <Compile Include="Properties\AssemblyInfo.cs" /> 114 118 </ItemGroup> … … 120 124 <ItemGroup> 121 125 <None Include="HeuristicLab.snk" /> 122 <None Include="Properties\AssemblyInfo. frame" />126 <None Include="Properties\AssemblyInfo.cs.frame" /> 123 127 </ItemGroup> 124 128 <ItemGroup> … … 126 130 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 127 131 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 128 <Private>False</Private></ProjectReference> 132 <Private>False</Private> 133 </ProjectReference> 129 134 <ProjectReference Include="..\LibSVM-1.6.3\LibSVM-1.6.3.csproj"> 130 135 <Project>{A16F23B5-FB62-499E-A831-26953AA56FE2}</Project> 131 136 <Name>LibSVM-1.6.3</Name> 132 <Private>False</Private></ProjectReference> 137 <Private>False</Private> 138 </ProjectReference> 133 139 </ItemGroup> 134 140 <ItemGroup> … … 164 170 165 171 call PreBuildEvent.cmd 166 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabLibSVMPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabLibSVMPlugin.cs"</PreBuildEvent>172 </PreBuildEvent> 167 173 </PropertyGroup> 168 174 </Project> -
branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446.csproj
r6832 r6833 119 119 <Compile Include="Controller.cs" /> 120 120 <Compile Include="Ghosts.cs" /> 121 <Compile Include=" HeuristicLabNetronPlugin.cs" />121 <Compile Include="Plugin.cs" /> 122 122 <Compile Include="Properties\AssemblyInfo.cs" /> 123 123 <Compile Include="TextEditor.cs" /> … … 128 128 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 129 129 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 130 <Private>False</Private></ProjectReference> 130 <Private>False</Private> 131 </ProjectReference> 131 132 <ProjectReference Include="..\Netron.Diagramming.Core-3.0.2672.12446\Netron.Diagramming.Core-3.0.2672.12446.csproj"> 132 133 <Project>{96AEBBEE-4203-45F3-BCF5-7B73BF256BDA}</Project> 133 134 <Name>Netron.Diagramming.Core-3.0.2672.12446</Name> 134 <Private>False</Private></ProjectReference> 135 <Private>False</Private> 136 </ProjectReference> 135 137 </ItemGroup> 136 138 <ItemGroup> -
branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446/Plugin.cs
r6829 r6833 28 28 [PluginFile("Netron.Diagramming.Core-3.0.2672.12446.dll", PluginFileType.Assembly)] 29 29 [PluginFile("Netron.Diagramming.Core License.txt", PluginFileType.License)] 30 public class HeuristicLabNetronPlugin : PluginBase {30 public class Plugin : PluginBase { 31 31 } 32 32 } -
branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/HeuristicLab.ProtobufCS
- Property svn:ignore
-
old new 4 4 HeuristicLabProtobufCSPlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/HeuristicLab.ProtobufCS/HeuristicLab.ProtobufCS-0.9.1.csproj
r6832 r6833 12 12 <AssemblyName>HeuristicLab.ProtobufCS-0.9.1</AssemblyName> 13 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 <TargetFrameworkProfile></TargetFrameworkProfile> 14 <TargetFrameworkProfile> 15 </TargetFrameworkProfile> 15 16 <FileAlignment>512</FileAlignment> 16 17 <SignAssembly>true</SignAssembly> … … 95 96 </ItemGroup> 96 97 <ItemGroup> 97 <None Include=" HeuristicLabProtobufCSPlugin.cs.frame" />98 <Compile Include=" HeuristicLabProtobufCSPlugin.cs" />98 <None Include="Plugin.cs.frame" /> 99 <Compile Include="Plugin.cs" /> 99 100 <Compile Include="Properties\AssemblyInfo.cs" /> 100 <None Include="Properties\AssemblyInfo. frame" />101 <None Include="Properties\AssemblyInfo.cs.frame" /> 101 102 </ItemGroup> 102 103 <ItemGroup> … … 104 105 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 105 106 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 106 <Private>False</Private></ProjectReference> 107 <Private>False</Private> 108 </ProjectReference> 107 109 <ProjectReference Include="..\ProtobufCS\src\ProtocolBuffers\ProtocolBuffers.csproj"> 108 110 <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project> 109 111 <Name>ProtocolBuffers</Name> 110 <Private>False</Private></ProjectReference> 112 <Private>False</Private> 113 </ProjectReference> 111 114 </ItemGroup> 112 115 <ItemGroup> … … 150 153 151 154 call PreBuildEvent.cmd 152 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProtobufCSPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProtobufCSPlugin.cs"</PreBuildEvent>155 </PreBuildEvent> 153 156 </PropertyGroup> 154 157 </Project> -
branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.SharpDevelop/3.1.1.5327/HeuristicLab.SharpDevelop-3.1.1.5327.csproj
r6832 r6833 12 12 <AssemblyName>HeuristicLab.SharpDevelop-3.1.1.5327</AssemblyName> 13 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 <TargetFrameworkProfile></TargetFrameworkProfile> 14 <TargetFrameworkProfile> 15 </TargetFrameworkProfile> 15 16 <FileAlignment>512</FileAlignment> 16 17 <SignAssembly>true</SignAssembly> … … 123 124 </ItemGroup> 124 125 <ItemGroup> 125 <Compile Include=" HeuristicLabSharpDevelopPlugin.cs" />126 <Compile Include="Plugin.cs" /> 126 127 <None Include="HeuristicLab.snk" /> 127 <None Include="Properties\AssemblyInfo. frame" />128 <None Include="Properties\AssemblyInfo.cs.frame" /> 128 129 <Compile Include="Properties\AssemblyInfo.cs" /> 129 130 </ItemGroup> … … 152 153 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 153 154 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 154 <Private>False</Private></ProjectReference> 155 <Private>False</Private> 156 </ProjectReference> 155 157 </ItemGroup> 156 158 <ItemGroup> -
branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.SharpDevelop/3.1.1.5327/Plugin.cs
r6829 r6833 32 32 [PluginFile("SharpDevelop License.txt", PluginFileType.License)] 33 33 [PluginDependency("HeuristicLab.log4net", "1.2.10.0")] 34 public class HeuristicLabSharpDevelopPlugin : PluginBase {34 public class Plugin : PluginBase { 35 35 } 36 36 } -
branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/HeuristicLab.WinFormsUI-2.3.1
- Property svn:ignore
-
old new 4 4 HeuristicLabWinFormsUIPlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/HeuristicLab.WinFormsUI-2.3.1/HeuristicLab.WinFormsUI-2.3.1.csproj
r6832 r6833 12 12 <AssemblyName>HeuristicLab.WinFormsUI-2.3.1</AssemblyName> 13 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 <TargetFrameworkProfile></TargetFrameworkProfile> 14 <TargetFrameworkProfile> 15 </TargetFrameworkProfile> 15 16 <FileAlignment>512</FileAlignment> 16 17 <SignAssembly>true</SignAssembly> … … 106 107 </ItemGroup> 107 108 <ItemGroup> 108 <None Include=" HeuristicLabWinFormsUIPlugin.cs.frame" />109 <Compile Include=" HeuristicLabWinFormsUIPlugin.cs" />109 <None Include="Plugin.cs.frame" /> 110 <Compile Include="Plugin.cs" /> 110 111 <Compile Include="Properties\AssemblyInfo.cs" /> 111 112 </ItemGroup> 112 113 <ItemGroup> 113 <None Include="Properties\AssemblyInfo. frame" />114 <None Include="Properties\AssemblyInfo.cs.frame" /> 114 115 </ItemGroup> 115 116 <ItemGroup> … … 123 124 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 124 125 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 125 <Private>False</Private></ProjectReference> 126 <Private>False</Private> 127 </ProjectReference> 126 128 <ProjectReference Include="..\WinFormsUI-2.3.1\WinFormsUI-2.3.1.csproj"> 127 129 <Project>{1849A92E-DCFC-4E05-BB0A-D7B7A3DAFCFB}</Project> 128 130 <Name>WinFormsUI-2.3.1</Name> 129 <Private>False</Private></ProjectReference> 131 <Private>False</Private> 132 </ProjectReference> 130 133 </ItemGroup> 131 134 <ItemGroup> … … 161 164 162 165 call PreBuildEvent.cmd 163 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabWinFormsUIPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabWinFormsUIPlugin.cs"</PreBuildEvent>166 </PreBuildEvent> 164 167 </PropertyGroup> 165 168 </Project> -
branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.log4net/1.2.10.0/HeuristicLab.log4net-1.2.10.0.csproj
r6832 r6833 12 12 <AssemblyName>HeuristicLab.log4net-1.2.10.0</AssemblyName> 13 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 <TargetFrameworkProfile></TargetFrameworkProfile> 14 <TargetFrameworkProfile> 15 </TargetFrameworkProfile> 15 16 <FileAlignment>512</FileAlignment> 16 17 <SignAssembly>true</SignAssembly> … … 53 54 <ErrorReport>prompt</ErrorReport> 54 55 <WarningLevel>4</WarningLevel> 55 <DocumentationFile></DocumentationFile> 56 <DocumentationFile> 57 </DocumentationFile> 56 58 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 57 59 </PropertyGroup> … … 68 70 <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath> 69 71 <DefineConstants>TRACE</DefineConstants> 70 <DocumentationFile></DocumentationFile> 72 <DocumentationFile> 73 </DocumentationFile> 71 74 <Optimize>true</Optimize> 72 75 <DebugType>pdbonly</DebugType> … … 87 90 <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath> 88 91 <DefineConstants>TRACE</DefineConstants> 89 <DocumentationFile></DocumentationFile> 92 <DocumentationFile> 93 </DocumentationFile> 90 94 <Optimize>true</Optimize> 91 95 <DebugType>pdbonly</DebugType> … … 109 113 </ItemGroup> 110 114 <ItemGroup> 111 <Compile Include=" HeuristicLablog4netPlugin.cs" />115 <Compile Include="Plugin.cs" /> 112 116 <Compile Include="Properties\AssemblyInfo.cs" /> 113 117 </ItemGroup> 114 118 <ItemGroup> 115 119 <None Include="HeuristicLab.snk" /> 116 <None Include="Properties\AssemblyInfo. frame" />120 <None Include="Properties\AssemblyInfo.cs.frame" /> 117 121 </ItemGroup> 118 122 <ItemGroup> … … 120 124 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 121 125 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 122 <Private>False</Private></ProjectReference> 126 <Private>False</Private> 127 </ProjectReference> 123 128 </ItemGroup> 124 129 <ItemGroup> -
branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.log4net/1.2.10.0/Plugin.cs
r6829 r6833 27 27 [PluginFile("log4net.dll", PluginFileType.Assembly)] 28 28 [PluginFile("log4net License.txt", PluginFileType.License)] 29 public class HeuristicLablog4netPlugin : PluginBase {29 public class Plugin : PluginBase { 30 30 } 31 31 }
Note: See TracChangeset
for help on using the changeset viewer.