Free cookie consent management tool by TermsFeed Policy Generator

Changeset 1820


Ignore:
Timestamp:
05/15/09 10:54:38 (15 years ago)
Author:
mkommend
Message:

added AssemblyInfo.cs for LibSVM ticket #619

Location:
trunk/sources/LibSVM
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/LibSVM/LibSVM.csproj

    r1819 r1820  
    6464  </ItemGroup>
    6565  <ItemGroup>
     66    <Compile Include="Properties\AssemblyInfo.cs" />
    6667    <Compile Include="Cache.cs" />
    6768    <Compile Include="GaussianTransform.cs" />
     
    7576    <Compile Include="Prediction.cs" />
    7677    <Compile Include="Problem.cs" />
    77     <Compile Include="Properties\AssemblyInfo.cs" />
    7878    <Compile Include="RangeTransform.cs" />
    7979    <Compile Include="Scaling.cs" />
     
    9696  </Target>
    9797  -->
     98  <PropertyGroup>
     99    <PreBuildEvent>
     100    </PreBuildEvent>
     101  </PropertyGroup>
    98102</Project>
  • trunk/sources/LibSVM/Properties

    • Property svn:ignore deleted
Note: See TracChangeset for help on using the changeset viewer.