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