Changeset 1820
- Timestamp:
- 05/15/09 10:54:38 (16 years ago)
- Location:
- trunk/sources/LibSVM
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/LibSVM/LibSVM.csproj
r1819 r1820 64 64 </ItemGroup> 65 65 <ItemGroup> 66 <Compile Include="Properties\AssemblyInfo.cs" /> 66 67 <Compile Include="Cache.cs" /> 67 68 <Compile Include="GaussianTransform.cs" /> … … 75 76 <Compile Include="Prediction.cs" /> 76 77 <Compile Include="Problem.cs" /> 77 <Compile Include="Properties\AssemblyInfo.cs" />78 78 <Compile Include="RangeTransform.cs" /> 79 79 <Compile Include="Scaling.cs" /> … … 96 96 </Target> 97 97 --> 98 <PropertyGroup> 99 <PreBuildEvent> 100 </PreBuildEvent> 101 </PropertyGroup> 98 102 </Project> -
trunk/sources/LibSVM/Properties
- Property svn:ignore deleted
Note: See TracChangeset
for help on using the changeset viewer.