Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/04/10 18:55:46 (14 years ago)
Author:
gkronber
Message:

Fixed projects to work with new plugin infrastructure. #799

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PluginInfrastructure Refactoring/HeuristicLab/HeuristicLab.csproj

    r1970 r2587  
    1919    </UpgradeBackupLocation>
    2020    <RunPostBuildEvent>Always</RunPostBuildEvent>
     21    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    2122  </PropertyGroup>
    2223  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    7273  <ItemGroup>
    7374    <Reference Include="System" />
     75    <Reference Include="System.Core">
     76      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     77    </Reference>
    7478    <Reference Include="System.Data" />
    7579    <Reference Include="System.Deployment" />
     
    7983  </ItemGroup>
    8084  <ItemGroup>
    81     <Compile Include="MainForm.cs">
    82       <SubType>Form</SubType>
    83     </Compile>
    84     <Compile Include="MainForm.Designer.cs">
    85       <DependentUpon>MainForm.cs</DependentUpon>
    86     </Compile>
    8785    <Compile Include="Program.cs" />
    8886    <Compile Include="Properties\AssemblyInfo.cs" />
    89     <EmbeddedResource Include="MainForm.resx">
    90       <DependentUpon>MainForm.cs</DependentUpon>
    91       <SubType>Designer</SubType>
    92     </EmbeddedResource>
    9387    <EmbeddedResource Include="Properties\Resources.resx">
    9488      <Generator>ResXFileCodeGenerator</Generator>
    9589      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    96       <SubType>Designer</SubType>
    97     </EmbeddedResource>
    98     <EmbeddedResource Include="SplashScreen.resx">
    99       <DependentUpon>SplashScreen.cs</DependentUpon>
    10090      <SubType>Designer</SubType>
    10191    </EmbeddedResource>
     
    115105      <DesignTimeSharedInput>True</DesignTimeSharedInput>
    116106    </Compile>
    117     <Compile Include="SplashScreen.cs">
    118       <SubType>Form</SubType>
    119     </Compile>
    120     <Compile Include="SplashScreen.Designer.cs">
    121       <DependentUpon>SplashScreen.cs</DependentUpon>
    122     </Compile>
    123107  </ItemGroup>
    124108  <ItemGroup>
    125     <ProjectReference Include="..\HeuristicLab.PluginInfrastructure.GUI\HeuristicLab.PluginInfrastructure.GUI.csproj">
    126       <Project>{D3F92C1F-42B4-4EFB-9E73-B64FD3428ADE}</Project>
    127       <Name>HeuristicLab.PluginInfrastructure.GUI</Name>
    128     </ProjectReference>
    129109    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
    130110      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
Note: See TracChangeset for help on using the changeset viewer.