Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/01/15 15:32:22 (9 years ago)
Author:
ascheibe
Message:

#2306

  • removed unused usings
  • renamed plugin.cs file
  • fixed prebuild event
  • fixed plugin dependencies
  • added license headers
  • updated assemblyinfo
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/FitnessLandscapeAnalysis/HeuristicLab.Problems.NK/HeuristicLab.Problems.NK.csproj

    r12565 r12566  
    167167    <Compile Include="INKMoveEvaluator.cs" />
    168168    <Compile Include="NKLandscape.cs" />
     169    <Compile Include="Plugin.cs" />
    169170    <Compile Include="WeightInitializers\ExponentialDistributionWeightsInitializer.cs" />
    170171    <Compile Include="WeightInitializers\ReverseLinearWeightsInitializer.cs" />
     
    174175    <Compile Include="WeightInitializers\IWeightsInitializer.cs" />
    175176    <Compile Include="NKBitFlipMoveEvaluator.cs" />
    176     <Compile Include="HeuristicLabProblemsNKPlugin.cs" />
    177177    <Compile Include="NKMoveEvaluator.cs" />
    178178    <Compile Include="Properties\AssemblyInfo.cs" />
     
    182182  <ItemGroup>
    183183    <None Include="HeuristicLab.snk" />
    184     <None Include="HeuristicLabProblemsNKPlugin.cs.frame" />
     184    <None Include="Plugin.cs.frame" />
    185185    <None Include="Properties\AssemblyInfo.cs.frame" />
    186186  </ItemGroup>
     
    192192set Outdir=$(Outdir)
    193193
    194 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Properties\AssemblyInfo.cs.frame" "%25ProjectDir%25\Properties\AssemblyInfo.cs"
    195 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsNKPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsNKPlugin.cs"</PreBuildEvent>
    196   </PropertyGroup>
    197   <PropertyGroup>
    198     <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    199 set ProjectDir=$(ProjectDir)
    200 set SolutionDir=$(SolutionDir)
    201 set Outdir=$(Outdir)
    202 set Platform=$(PlatformName)
    203 set Configuration=$(ConfigurationName)</PostBuildEvent>
     194call PreBuildEvent.cmd
     195</PreBuildEvent>
     196  </PropertyGroup>
     197  <PropertyGroup>
     198    <PostBuildEvent>
     199    </PostBuildEvent>
    204200  </PropertyGroup>
    205201  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.