Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/26/13 11:44:38 (11 years ago)
Author:
ascheibe
Message:

#2069 added frame files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/HeuristicLab.Problems.Robocode.csproj

    r9761 r9763  
    99    <AppDesignerFolder>Properties</AppDesignerFolder>
    1010    <RootNamespace>HeuristicLab.Problems.Robocode</RootNamespace>
    11     <AssemblyName>HeuristicLab.Problems.Robocode-1.1</AssemblyName>
     11    <AssemblyName>HeuristicLab.Problems.Robocode-3.3</AssemblyName>
    1212    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    1313    <FileAlignment>512</FileAlignment>
     
    9292  <ItemGroup>
    9393    <Compile Include="BestSolutionAnalyzer.cs" />
     94    <None Include="Plugin.cs.frame" />
    9495    <Compile Include="Crossover\RobocodeCrossover.cs" />
    9596    <Compile Include="Crossover\RobocodeMethodCrossover.cs" />
     
    9899    <Compile Include="Interpreter.cs" />
    99100    <Compile Include="Problem.cs" />
     101    <None Include="Properties\AssemblyInfo.cs.frame" />
    100102    <Compile Include="Solution.cs" />
    101103    <Compile Include="SolutionCodeView.cs">
     
    199201  </Target>
    200202  -->
     203  <PropertyGroup>
     204    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
     205      set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     206      set ProjectDir=$(ProjectDir)
     207      set SolutionDir=$(SolutionDir)
     208      set Outdir=$(Outdir)
     209
     210      call PreBuildEvent.cmd
     211    </PreBuildEvent>
     212    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     213      export ProjectDir=$(ProjectDir)
     214      export SolutionDir=$(SolutionDir)
     215
     216      $SolutionDir/PreBuildEvent.sh
     217    </PreBuildEvent>
     218  </PropertyGroup>
    201219</Project>
Note: See TracChangeset for help on using the changeset viewer.