Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/22/13 16:57:47 (11 years ago)
Author:
sforsten
Message:

#1730: add solution files and build commands to branch, finished branch creation

Location:
branches/ExportSymbolicDataAnalysisSolutions
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/ExportSymbolicDataAnalysisSolutions

    • Property svn:ignore set to
      *.suo
      ProtoGen.exe
      protoc.exe
      Google.ProtocolBuffers-2.4.1.473.dll
  • branches/ExportSymbolicDataAnalysisSolutions/HeuristicLab.ExtLibs/HeuristicLab.MathJax/1.1/HeuristicLab.MathJax-1.1/HeuristicLab.MathJax-1.1.csproj

    r8600 r9514  
    4141    <DebugType>full</DebugType>
    4242    <Optimize>false</Optimize>
    43     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     43    <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath>
    4444    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4545    <ErrorReport>prompt</ErrorReport>
     
    5050    <DebugType>pdbonly</DebugType>
    5151    <Optimize>true</Optimize>
    52     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     52    <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath>
    5353    <DefineConstants>TRACE</DefineConstants>
    5454    <ErrorReport>prompt</ErrorReport>
     
    6060  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    6161    <DebugSymbols>true</DebugSymbols>
    62     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     62    <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath>
    6363    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6464    <DebugType>full</DebugType>
     
    6868  </PropertyGroup>
    6969  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    70     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     70    <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath>
    7171    <DefineConstants>TRACE</DefineConstants>
    7272    <DocumentationFile>
     
    8080  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    8181    <DebugSymbols>true</DebugSymbols>
    82     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     82    <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath>
    8383    <DefineConstants>DEBUG;TRACE</DefineConstants>
    8484    <DebugType>full</DebugType>
     
    8888  </PropertyGroup>
    8989  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    90     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     90    <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath>
    9191    <DefineConstants>TRACE</DefineConstants>
    9292    <DocumentationFile>
     
    135135  </ItemGroup>
    136136  <ItemGroup>
    137     <ProjectReference Include="..\..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    138       <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    139       <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    140       <Private>False</Private>
    141     </ProjectReference>
    142   </ItemGroup>
    143   <ItemGroup>
    144137    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
    145138      <Visible>False</Visible>
     
    161154    <Folder Include="obj\Debug\TempPE\" />
    162155  </ItemGroup>
     156  <ItemGroup>
     157    <ProjectReference Include="..\..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
     158      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
     159      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
     160    </ProjectReference>
     161  </ItemGroup>
    163162  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    164163  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
     
    170169  -->
    171170  <PropertyGroup>
    172    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     171    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    173172set ProjectDir=$(ProjectDir)
    174173set SolutionDir=$(SolutionDir)
     
    177176call PreBuildEvent.cmd
    178177</PreBuildEvent>
    179 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     178    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    180179export ProjectDir=$(ProjectDir)
    181180export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.