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.ProtobufCS/2.4.1/ProtobufCS/src/ProtocolBuffers/ProtocolBuffers-2.4.1.473.csproj

    r9088 r9514  
    2222    <DebugType>full</DebugType>
    2323    <Optimize>false</Optimize>
    24     <OutputPath>..\..\..\..\..\..\bin\</OutputPath>
     24    <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath>
    2525    <DocumentationFile>
    2626    </DocumentationFile>
     
    3434    <DebugType>pdbonly</DebugType>
    3535    <Optimize>true</Optimize>
    36     <OutputPath>..\..\..\..\..\..\bin\</OutputPath>
     36    <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath>
    3737    <DocumentationFile>
    3838    </DocumentationFile>
     
    4545  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    4646    <DebugSymbols>true</DebugSymbols>
    47     <OutputPath>..\..\..\..\..\..\bin\</OutputPath>
     47    <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath>
    4848    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4949    <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
     
    6262  </PropertyGroup>
    6363  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    64     <OutputPath>..\..\..\..\..\..\bin\</OutputPath>
     64    <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath>
    6565    <DefineConstants>TRACE</DefineConstants>
    6666    <Optimize>true</Optimize>
     
    8181  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    8282    <DebugSymbols>true</DebugSymbols>
    83     <OutputPath>..\..\..\..\..\..\bin\</OutputPath>
     83    <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath>
    8484    <DefineConstants>DEBUG;TRACE</DefineConstants>
    8585    <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
     
    9898  </PropertyGroup>
    9999  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    100     <OutputPath>..\..\..\..\..\..\bin\</OutputPath>
     100    <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath>
    101101    <DefineConstants>TRACE</DefineConstants>
    102102    <Optimize>true</Optimize>
Note: See TracChangeset for help on using the changeset viewer.