- Timestamp:
- 09/26/11 15:54:13 (13 years ago)
- Location:
- branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.SharpDevelop/3.1.1.5327
- Files:
-
- 1 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
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 }
Note: See TracChangeset
for help on using the changeset viewer.