Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/12/10 16:40:16 (14 years ago)
Author:
mkommend
Message:

corrected namespaces and removed resources files in HL 3.3 solution (ticket #893)

Location:
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.3
Files:
4 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.3/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3.csproj

    r3437 r3797  
    9090    <Compile Include="HeuristicLabEncodingsSymbolicExpressionTreeEncodingViewsPlugin.cs" />
    9191    <Compile Include="Properties\AssemblyInfo.cs" />
    92     <Compile Include="Properties\Resources.Designer.cs">
    93       <AutoGen>True</AutoGen>
    94       <DesignTime>True</DesignTime>
    95       <DependentUpon>Resources.resx</DependentUpon>
    96     </Compile>
    9792    <Compile Include="SymbolicExpressionTreeChart.cs">
    9893      <SubType>UserControl</SubType>
     
    144139    <None Include="Properties\AssemblyInfo.frame" />
    145140  </ItemGroup>
    146   <ItemGroup>
    147     <EmbeddedResource Include="GraphicalSymbolicExpressionTreeView.resx">
    148       <DependentUpon>GraphicalSymbolicExpressionTreeView.cs</DependentUpon>
    149     </EmbeddedResource>
    150     <EmbeddedResource Include="Properties\Resources.resx">
    151       <Generator>ResXFileCodeGenerator</Generator>
    152       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    153     </EmbeddedResource>
    154     <EmbeddedResource Include="SymbolicExpressionTreeChart.resx">
    155       <DependentUpon>SymbolicExpressionTreeChart.cs</DependentUpon>
    156     </EmbeddedResource>
    157   </ItemGroup>
    158141  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    159142  <!-- 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.