Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/07/09 13:25:39 (15 years ago)
Author:
swagner
Message:

Fixed project properties and AssemblyInfo.frame of HeuristicLab.Security.Core plugin (#576)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Security.Core/HeuristicLab.Security.Core.csproj

    r1409 r1523  
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>HeuristicLab.Security.Core</RootNamespace>
    12     <AssemblyName>HeuristicLab.Security.Core</AssemblyName>
     12    <AssemblyName>HeuristicLab.Security.Core-3.2</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    4646  </ItemGroup>
    4747  <ItemGroup>
    48     <Compile Include="SecurityManager.cs" />
     48    <Compile Include="SecurityCorePlugin.cs" />
    4949    <Compile Include="Properties\AssemblyInfo.cs" />
    5050  </ItemGroup>
     
    6363    </ProjectReference>
    6464  </ItemGroup>
     65  <ItemGroup>
     66    <None Include="Properties\AssemblyInfo.frame" />
     67  </ItemGroup>
    6568  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    6669  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
     
    7174  </Target>
    7275  -->
     76  <PropertyGroup>
     77    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     78set ProjectDir=$(ProjectDir)
     79set SolutionDir=$(SolutionDir)
     80set Outdir=$(Outdir)
     81
     82call PreBuildEvent.cmd</PreBuildEvent>
     83  </PropertyGroup>
    7384</Project>
Note: See TracChangeset for help on using the changeset viewer.