Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/02/12 10:06:19 (12 years ago)
Author:
abeham
Message:

#1780: added dialog for setting the names, ability to include a charateristic

Location:
branches/VisualizeAsMDS/HeuristicLab.Optimizer.Tools/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/VisualizeAsMDS/HeuristicLab.Optimizer.Tools/3.3

    • Property svn:ignore
      •  

        old new  
        22bin
        33obj
         4*.user
  • branches/VisualizeAsMDS/HeuristicLab.Optimizer.Tools/3.3/HeuristicLab.Optimizer.Tools-3.3.csproj

    r7526 r7541  
    9898    </Compile>
    9999    <Compile Include="MultidimensionalScalingMenuItem.cs" />
     100    <Compile Include="SetNamesDialog.cs">
     101      <SubType>Form</SubType>
     102    </Compile>
     103    <Compile Include="SetNamesDialog.Designer.cs">
     104      <DependentUpon>SetNamesDialog.cs</DependentUpon>
     105    </Compile>
    100106    <None Include="Plugin.cs.frame" />
    101107    <Compile Include="Plugin.cs" />
     
    110116      <DependentUpon>MDSView.cs</DependentUpon>
    111117    </EmbeddedResource>
     118    <EmbeddedResource Include="SetNamesDialog.resx">
     119      <DependentUpon>SetNamesDialog.cs</DependentUpon>
     120    </EmbeddedResource>
    112121  </ItemGroup>
    113122  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
     
    118127set Outdir=$(Outdir)
    119128
    120 REM call PreBuildEvent.cmd</PreBuildEvent>
     129call PreBuildEvent.cmd</PreBuildEvent>
    121130  </PropertyGroup>
    122131  <!-- 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.