Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/25/14 05:15:09 (9 years ago)
Author:
swagner
Message:

#2205: Restructured solution and projects and switched all projects to .NET 4.5

Location:
branches/OptimizationNetworks/HeuristicLab.Scripting.Views/3.3
Files:
2 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/OptimizationNetworks/HeuristicLab.Scripting.Views/3.3

    • Property svn:ignore
      •  

        old new  
        11obj
        22Plugin.cs
         3*.user
  • branches/OptimizationNetworks/HeuristicLab.Scripting.Views/3.3/HeuristicLab.Scripting.Views-3.3.csproj

    r11576 r11577  
    1010    <RootNamespace>HeuristicLab.Scripting.Views</RootNamespace>
    1111    <AssemblyName>HeuristicLab.Scripting.Views-3.3</AssemblyName>
    12     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1313    <FileAlignment>512</FileAlignment>
    1414    <TargetFrameworkProfile />
     
    9292      <DependentUpon>CSharpScriptView.cs</DependentUpon>
    9393    </Compile>
     94    <Compile Include="ProgrammableItemView.cs">
     95      <SubType>UserControl</SubType>
     96    </Compile>
     97    <Compile Include="ProgrammableItemView.Designer.cs">
     98      <DependentUpon>ProgrammableItemView.cs</DependentUpon>
     99    </Compile>
    94100    <Compile Include="ScriptView.cs">
    95101      <SubType>UserControl</SubType>
     
    169175  </ItemGroup>
    170176  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    171    <PropertyGroup>
     177  <PropertyGroup>
    172178    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    173179set ProjectDir=$(ProjectDir)
  • branches/OptimizationNetworks/HeuristicLab.Scripting.Views/3.3/ProgrammableItemView.Designer.cs

    r11576 r11577  
    2020#endregion
    2121
    22 namespace HeuristicLab.Core.Views {
     22namespace HeuristicLab.Scripting.Views {
    2323  partial class ProgrammableItemView {
    2424    /// <summary>
  • branches/OptimizationNetworks/HeuristicLab.Scripting.Views/3.3/ProgrammableItemView.cs

    r11576 r11577  
    2121
    2222using HeuristicLab.Common.Resources;
     23using HeuristicLab.Core.Views;
    2324using HeuristicLab.MainForm;
    2425using HeuristicLab.PluginInfrastructure;
     
    3031using System.Windows.Forms;
    3132
    32 namespace HeuristicLab.Core.Views {
     33namespace HeuristicLab.Scripting.Views {
    3334  [View("ProgrammableItem View")]
    3435  [Content(typeof(IProgrammableItem), false)]
Note: See TracChangeset for help on using the changeset viewer.