Free cookie consent management tool by TermsFeed Policy Generator

Changeset 4804


Ignore:
Timestamp:
11/15/10 23:57:42 (13 years ago)
Author:
swinkler
Message:

Corrected references and post-build events in branch for Smalltalk representation of formulas. (#1270)

Location:
branches/SmalltalkExport
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SmalltalkExport/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.3/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3.csproj

    r4803 r4804  
    9191  </PropertyGroup>
    9292  <ItemGroup>
     93    <Reference Include="HeuristicLab.Collections-3.3">
     94      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
     95    </Reference>
     96    <Reference Include="HeuristicLab.Common-3.3">
     97      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
     98    </Reference>
     99    <Reference Include="HeuristicLab.Core-3.3">
     100      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
     101    </Reference>
     102    <Reference Include="HeuristicLab.Core.Views-3.3">
     103      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
     104    </Reference>
     105    <Reference Include="HeuristicLab.MainForm-3.3">
     106      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
     107    </Reference>
     108    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
     109      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
     110    </Reference>
     111    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     112      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     113    </Reference>
    93114    <Reference Include="System" />
    94115    <Reference Include="System.Core">
     
    107128  </ItemGroup>
    108129  <ItemGroup>
    109     <Compile Include="DefaultSymbolicExpressionGrammarView.cs" />
     130    <Compile Include="DefaultSymbolicExpressionGrammarView.cs">
     131      <SubType>UserControl</SubType>
     132    </Compile>
    110133    <Compile Include="DefaultSymbolicExpressionGrammarView.Designer.cs">
    111134      <DependentUpon>DefaultSymbolicExpressionGrammarView.cs</DependentUpon>
    112135    </Compile>
    113     <Compile Include="SymbolView.cs" />
     136    <Compile Include="SymbolView.cs">
     137      <SubType>UserControl</SubType>
     138    </Compile>
    114139    <Compile Include="SymbolView.Designer.cs">
    115140      <DependentUpon>SymbolView.cs</DependentUpon>
    116141    </Compile>
    117     <Compile Include="GraphicalSymbolicExpressionTreeView.cs" />
     142    <Compile Include="GraphicalSymbolicExpressionTreeView.cs">
     143      <SubType>UserControl</SubType>
     144    </Compile>
    118145    <Compile Include="GraphicalSymbolicExpressionTreeView.Designer.cs">
    119146      <DependentUpon>GraphicalSymbolicExpressionTreeView.cs</DependentUpon>
     
    127154      <DependentUpon>SymbolicExpressionTreeChart.cs</DependentUpon>
    128155    </Compile>
    129     <Compile Include="SymbolicExpressionView.cs" />
     156    <Compile Include="SymbolicExpressionView.cs">
     157      <SubType>UserControl</SubType>
     158    </Compile>
    130159    <Compile Include="SymbolicExpressionView.Designer.cs">
    131160      <DependentUpon>SymbolicExpressionView.cs</DependentUpon>
     
    134163  </ItemGroup>
    135164  <ItemGroup>
    136     <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    137       <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
    138       <Name>HeuristicLab.Collections-3.3</Name>
    139     </ProjectReference>
    140     <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    141       <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
    142       <Name>HeuristicLab.Common-3.3</Name>
    143     </ProjectReference>
    144     <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
    145       <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
    146       <Name>HeuristicLab.Core.Views-3.3</Name>
    147     </ProjectReference>
    148     <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    149       <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
    150       <Name>HeuristicLab.Core-3.3</Name>
    151     </ProjectReference>
    152165    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
    153166      <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
    154167      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
    155     </ProjectReference>
    156     <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
    157       <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
    158       <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
    159     </ProjectReference>
    160     <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
    161       <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
    162       <Name>HeuristicLab.MainForm-3.3</Name>
    163     </ProjectReference>
    164     <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    165       <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    166       <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    167168    </ProjectReference>
    168169  </ItemGroup>
  • branches/SmalltalkExport/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj

    r4803 r4804  
    248248  </PropertyGroup>
    249249  <PropertyGroup>
    250     <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    251 set ProjectDir=$(ProjectDir)
    252 set SolutionDir=$(SolutionDir)
    253 set Outdir=$(Outdir)
    254 set Platform=$(PlatformName)
    255 
    256 call UpdateLocalInstallation.cmd</PostBuildEvent>
     250    <PostBuildEvent>copy "$(TargetPath)" "C:\Program Files\HeuristicLab 3.3\"</PostBuildEvent>
    257251  </PropertyGroup>
    258252</Project>
Note: See TracChangeset for help on using the changeset viewer.