Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/06/09 12:32:27 (15 years ago)
Author:
mkommend
Message:

adapted HeuristicLab.MainForm.Test to use HL.Common.Resources (ticket #716)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.MainForm.Test/3.2/HeuristicLab.MainForm.Test-3.2.csproj

    r2243 r2247  
    4949    <ErrorReport>prompt</ErrorReport>
    5050  </PropertyGroup>
     51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     52    <DebugSymbols>true</DebugSymbols>
     53    <OutputPath>bin\x64\Debug\</OutputPath>
     54    <DefineConstants>DEBUG;TRACE</DefineConstants>
     55    <DebugType>full</DebugType>
     56    <PlatformTarget>x64</PlatformTarget>
     57    <ErrorReport>prompt</ErrorReport>
     58  </PropertyGroup>
     59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     60    <OutputPath>bin\x64\Release\</OutputPath>
     61    <DefineConstants>TRACE</DefineConstants>
     62    <Optimize>true</Optimize>
     63    <DebugType>pdbonly</DebugType>
     64    <PlatformTarget>x64</PlatformTarget>
     65    <ErrorReport>prompt</ErrorReport>
     66  </PropertyGroup>
    5167  <ItemGroup>
    5268    <Reference Include="System" />
     
    6783  <ItemGroup>
    6884    <Compile Include="OpenMenuItem.cs" />
    69     <Compile Include="Resource1.Designer.cs">
    70       <AutoGen>True</AutoGen>
    71       <DesignTime>True</DesignTime>
    72       <DependentUpon>Resource1.resx</DependentUpon>
    73     </Compile>
    7485    <Compile Include="SaveMenuItem.cs" />
    7586    <Compile Include="HeuristicLabMainFormTestApplication.cs" />
     
    8596  </ItemGroup>
    8697  <ItemGroup>
     98    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources.csproj">
     99      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
     100      <Name>HeuristicLab.Common.Resources</Name>
     101    </ProjectReference>
    87102    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.2\HeuristicLab.MainForm.csproj">
    88103      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
     
    95110  </ItemGroup>
    96111  <ItemGroup>
    97     <EmbeddedResource Include="Resource1.resx">
    98       <Generator>ResXFileCodeGenerator</Generator>
    99       <LastGenOutput>Resource1.Designer.cs</LastGenOutput>
    100     </EmbeddedResource>
    101   </ItemGroup>
    102   <ItemGroup>
    103     <None Include="Resources\saveHS.png" />
    104   </ItemGroup>
    105   <ItemGroup>
    106112    <None Include="Properties\AssemblyInfo.frame" />
    107     <None Include="Resources\openHS.png" />
    108113  </ItemGroup>
    109114  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.