Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/19/11 11:08:33 (12 years ago)
Author:
svonolfe
Message:

Refactored solution (#1542)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/MPI/HeuristicLab.ExtLibs/HeuristicLab.MPInet/1.0.0/HeuristicLab.MPInet-1.0.0.csproj

    r6394 r7205  
    4141    <DebugType>full</DebugType>
    4242    <Optimize>false</Optimize>
    43     <OutputPath>bin\Debug\</OutputPath>
     43    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    4444    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4545    <ErrorReport>prompt</ErrorReport>
     
    100100    </Reference>
    101101    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    102       <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     102      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     103      <Private>False</Private>
    103104    </Reference>
    104105    <Reference Include="System" />
     
    116117  </ItemGroup>
    117118  <ItemGroup>
    118     <Compile Include="HeuristicLabMPInetPlugin.cs" />
    119119    <Compile Include="Properties\AssemblyInfo.cs" />
    120120  </ItemGroup>
    121121  <ItemGroup>
     122    <None Include="Properties\AssemblyInfo.cs.frame" />
    122123    <None Include="HeuristicLab.snk" />
    123     <None Include="Properties\AssemblyInfo.frame" />
    124124  </ItemGroup>
    125125  <ItemGroup>
     
    168168  </PropertyGroup>
    169169  <PropertyGroup>
    170     <PostBuildEvent>set ProjectName=$(ProjectName)
    171 set Source=$(TargetPath)
    172 set Configuration=$(ConfigurationName)
    173 set Platform=$(PlatformName)
    174 set SolutionDir=$(SolutionDir)
    175 
    176 if exist "$(SolutionDir)CustomPostBuild.cmd" call "$(SolutionDir)CustomPostBuild.cmd"</PostBuildEvent>
     170    <PostBuildEvent>
     171    </PostBuildEvent>
    177172  </PropertyGroup>
    178173</Project>
Note: See TracChangeset for help on using the changeset viewer.